Commit 38f01b932f59819298db28f2430173ce14ec569b

Authored by Melissa Wen
1 parent 8d367ef9
Exists in master and in 79 other branches add_sisp_to_chef, add_super_archives_plugin, api_for_colab, automates_core_packing, backup_not_prod, changes_in_buttons_on_content_panel, colab_automated_login, colab_spb_plugin_recipe, colab_widgets_settings, design_validation, dev_env_minimal, disable_email_dev, fix_breadcrumbs_position, fix_categories_software_link, fix_edit_institution, fix_edit_software_with_another_license, fix_get_license_info, fix_gitlab_assets_permission, fix_list_style_inside_article, fix_list_style_on_folder_elements, fix_members_pagination, fix_merge_request_url, fix_models_translations, fix_no_license, fix_software_api, fix_software_block_migration, fix_software_communities_translations, fix_software_communities_unit_test, fix_style_create_institution_admin_panel, fix_superarchives_imports, fix_sym_links_noosfero, focus_search_field_theme, gov-user-refactoring, gov-user-refactoring-rails4, header_fix, institution_modal_on_rating, kalibro-conf-refactoring, kalibro-processor-package, lxc_settings, margin_fix, mezuro_cookbook, prezento, refactor_download_block, refactor_software_communities, refactor_software_for_sisp, register_page, release-process, release-process-v2, remove-unused-images, remove_broken_theme, remove_secondary_email_from_user, remove_sisp_buttons, removing_super_archives_email, review_message, scope2method, signals_user_noosfero, sisp_catalog_header, sisp_colab_config, sisp_dev, sisp_dev_master, sisp_simple_version, software_as_organization, software_catalog_style_fix, software_communities_html_refactor, software_infos_api, spb_minimal_env, spb_to_rails4, spec_refactor, stable-4.1, stable-4.2, stable-4.x, temp_soft_comm_refactoring, theme_header, theme_javascript_refactory, thread_dropdown, thread_page, update_search_by_categories, update_software_api, update_softwares_boxes

Adjusts to mantain style on software catalog page and change color to obey pattern

Showing 1 changed file with 32 additions and 25 deletions   Show diff stats
css/software-catalog-page.css
@@ -11,14 +11,16 @@ @@ -11,14 +11,16 @@
11 } 11 }
12 12
13 .action-search-software_infos #content .main-content h2{ 13 .action-search-software_infos #content .main-content h2{
14 - color: #ff0066; 14 + color: #FF0366;
15 font-size: 16px; 15 font-size: 16px;
16 font-family: "open_sansregular",Arial, Helvetica,sans-serif; 16 font-family: "open_sansregular",Arial, Helvetica,sans-serif;
  17 + font-weight: 300;
17 text-transform: uppercase; 18 text-transform: uppercase;
18 } 19 }
19 20
20 .action-search-software_infos #content .main-content h1{ 21 .action-search-software_infos #content .main-content h1{
21 padding: 5px 0 10px 0; 22 padding: 5px 0 10px 0;
  23 + border-bottom: 1px solid #D3D6DE;
22 font-family: Arial, Helvetica, sans-serif; 24 font-family: Arial, Helvetica, sans-serif;
23 font-size: 35px; 25 font-size: 35px;
24 font-variant: normal; 26 font-variant: normal;
@@ -32,15 +34,17 @@ @@ -32,15 +34,17 @@
32 padding: 0; 34 padding: 0;
33 background: #ecedf1; 35 background: #ecedf1;
34 border-radius: 4px; 36 border-radius: 4px;
35 - border: 1px solid #d7d7d7; 37 + border: 1px solid #D3D6DE;
36 } 38 }
37 39
38 .action-search-software_infos #software-search-container .search-form h3{ 40 .action-search-software_infos #software-search-container .search-form h3{
39 margin: 0; 41 margin: 0;
40 padding: 16px 0 10px 14px; 42 padding: 16px 0 10px 14px;
  43 + color: #2C4B6B;
41 font-family:"open_sansregular", Arial, Helvetica, sans-serif; 44 font-family:"open_sansregular", Arial, Helvetica, sans-serif;
42 font-weight: bold; 45 font-weight: bold;
43 font-size: 15px; 46 font-size: 15px;
  47 + text-transform: uppercase;
44 } 48 }
45 49
46 .action-search-software_infos #content .search-form .search-field .formfield { 50 .action-search-software_infos #content .search-form .search-field .formfield {
@@ -53,42 +57,45 @@ @@ -53,42 +57,45 @@
53 width: 96%; 57 width: 96%;
54 margin: 4px 0px 0px 13px; 58 margin: 4px 0px 0px 13px;
55 padding: 6px; 59 padding: 6px;
  60 + background: #FFF;
56 border-radius: 4px; 61 border-radius: 4px;
57 - border: 1px solid #d7d7d7; 62 + border: 1px solid #D3D6DE;
58 font-size: 14px; 63 font-size: 14px;
59 } 64 }
60 65
61 66
62 .action-search-software_infos #content .search-form .search-field input.button{ 67 .action-search-software_infos #content .search-form .search-field input.button{
63 padding: 0px; 68 padding: 0px;
64 - background-color: #2B65cd;  
65 - color: #ffffff;  
66 - border: 1px solid #2B65cd; 69 + background-color: #3E67B1;
  70 + color: #FFF;
  71 + border: 1px solid #3E67B1;
67 font-family: "open_sansbold",Arial,sans-serif; 72 font-family: "open_sansbold",Arial,sans-serif;
68 border-radius: 4px; 73 border-radius: 4px;
69 } 74 }
70 75
71 -.controller-search #content .search-form .search-field input.button.submit { 76 +.action-search-software_infos #content .search-form .search-field input.button.submit {
72 width: auto; 77 width: auto;
73 height: 30px; 78 height: 30px;
74 max-height: 30px; 79 max-height: 30px;
75 margin: 14px; 80 margin: 14px;
76 padding: 0 14px 0 14px; 81 padding: 0 14px 0 14px;
77 - background-color: #4562b1; 82 + background-color: #3E67B1;
  83 + line-height: 14px;
78 text-transform: uppercase; 84 text-transform: uppercase;
79 } 85 }
80 86
81 /* Filter options */ 87 /* Filter options */
82 88
83 .action-search-software_infos #filter-catalog-software { 89 .action-search-software_infos #filter-catalog-software {
84 - background-color: #d7d7d7; 90 + background-color: #D3D6DE;
85 } 91 }
86 92
87 .action-search-software_infos #filter-option-catalog-software { 93 .action-search-software_infos #filter-option-catalog-software {
88 padding: 14px; 94 padding: 14px;
89 - background-color: #d7d7d7;  
90 - border:none; 95 + background-color: #D3D6DE;
  96 + border: none;
91 font-size: 11px; 97 font-size: 11px;
  98 + text-align: right;
92 } 99 }
93 100
94 .action-search-software_infos #filter-option-catalog-software:hover { 101 .action-search-software_infos #filter-option-catalog-software:hover {
@@ -97,10 +104,10 @@ @@ -97,10 +104,10 @@
97 104
98 .action-search-software_infos #filter-option-catalog-software:after { 105 .action-search-software_infos #filter-option-catalog-software:after {
99 content: ""; 106 content: "";
100 - margin-left:5px; 107 + margin-left: 5px;
101 padding: 3px 10.5px; 108 padding: 3px 10.5px;
102 - background:url("../images/bottom-arrow.png") no-repeat center;  
103 - background-color:#4562b1; 109 + background: url("../images/bottom-arrow.png") no-repeat center;
  110 + background-color: #3E67B1;
104 border-radius: 4px; 111 border-radius: 4px;
105 } 112 }
106 113
@@ -124,12 +131,12 @@ @@ -124,12 +131,12 @@
124 } 131 }
125 132
126 .action-search-software_infos #group-categories label { 133 .action-search-software_infos #group-categories label {
127 - font-family:Arial; 134 + font-family: Arial;
128 font-size: 14px; 135 font-size: 14px;
129 } 136 }
130 137
131 .action-search-software_infos #group-categories label span { 138 .action-search-software_infos #group-categories label span {
132 - font-family:Arial; 139 + font-family: Arial;
133 font-size: 14px; 140 font-size: 14px;
134 } 141 }
135 142
@@ -145,15 +152,15 @@ @@ -145,15 +152,15 @@
145 152
146 .action-search-software_infos #filter-catalog-software .project-software span { 153 .action-search-software_infos #filter-catalog-software .project-software span {
147 padding: 2px 6px; 154 padding: 2px 6px;
148 - background: #fff;  
149 - color: #3867b7; 155 + background: #FFF;
  156 + color: #3E67B1;
150 border-radius: 50%; 157 border-radius: 50%;
151 font-size: 16px; 158 font-size: 16px;
152 } 159 }
153 160
154 .action-search-software_infos button#cleanup-filter-catalg { 161 .action-search-software_infos button#cleanup-filter-catalg {
155 cursor: pointer; 162 cursor: pointer;
156 - background-color: #4562b1; 163 + background-color: #3E67B1;
157 font-size: 14px; 164 font-size: 14px;
158 font-family:Arial; 165 font-family:Arial;
159 } 166 }
@@ -167,7 +174,7 @@ @@ -167,7 +174,7 @@
167 margin-left: 5px; 174 margin-left: 5px;
168 padding: 2.5px 10.5px; 175 padding: 2.5px 10.5px;
169 background: url("../images/top-arrow.png") no-repeat center; 176 background: url("../images/top-arrow.png") no-repeat center;
170 - background-color: #4562b1; 177 + background-color: #3E67B1;
171 border-radius: 4px; 178 border-radius: 4px;
172 } 179 }
173 180
@@ -234,7 +241,7 @@ @@ -234,7 +241,7 @@
234 } 241 }
235 242
236 .action-search-software_infos #search-results .search-software-item-column-left .vcard a:hover{ 243 .action-search-software_infos #search-results .search-software-item-column-left .vcard a:hover{
237 - color:#2C66CE; 244 + color: #3E67B1;
238 } 245 }
239 246
240 .action-search-software_infos #search-results .search-software-item-column-left .vcard a.profile_link{ 247 .action-search-software_infos #search-results .search-software-item-column-left .vcard a.profile_link{
@@ -268,7 +275,7 @@ @@ -268,7 +275,7 @@
268 padding-right: 20px; 275 padding-right: 20px;
269 top: 0px; 276 top: 0px;
270 position: absolute; 277 position: absolute;
271 - color: #21376c; 278 + color: #2C4B6B;
272 font-size: 13px; 279 font-size: 13px;
273 font-family: Arial; 280 font-family: Arial;
274 text-align: left; 281 text-align: left;
@@ -298,7 +305,7 @@ @@ -298,7 +305,7 @@
298 } 305 }
299 306
300 .action-search-software_infos #search-results .search-software-item-column-right .search-software-content-block h4 a { 307 .action-search-software_infos #search-results .search-software-item-column-right .search-software-content-block h4 a {
301 - color: #172938; 308 + color: #172738;
302 font-size: 19px; 309 font-size: 19px;
303 } 310 }
304 311
@@ -324,12 +331,12 @@ @@ -324,12 +331,12 @@
324 width: auto !important; /* force overwritting from base */ 331 width: auto !important; /* force overwritting from base */
325 margin-left: 7px !important; /* force overwritting from base */ 332 margin-left: 7px !important; /* force overwritting from base */
326 float: left; 333 float: left;
327 - color: #2B65cd; 334 + color: #3E67B1;
328 font-size: 13px; 335 font-size: 13px;
329 line-height: 18px; 336 line-height: 18px;
330 text-decoration: underline; 337 text-decoration: underline;
331 } 338 }
332 339
333 .action-search-software_infos #search-results .search-software-content-block #categories-list li a{ 340 .action-search-software_infos #search-results .search-software-content-block #categories-list li a{
334 - color: #2B65cd; 341 + color: #3E67B1;
335 } 342 }