Commit ccde69dd562f3803281c5008407fa96564923106

Authored by Sidney Ricardo
1 parent e2f08f02
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

New download box design at software page.

cabecalho-cinza-theme.css
1 1 @import url(http://fonts.googleapis.com/css?family=Open+Sans);
2 2  
  3 +a:link, #content a:link, dl.portlet a:link {
  4 + color: #2c67cd;
  5 + /*border-bottom: none;*/
  6 +}
  7 +
  8 +a:visited, #content a:visited, dl.portlet a:visited {
  9 + color:#2c66ce; /*#2c67cd;*/
  10 +}
  11 +
  12 +#content a:hover, dl.portlet a:hover {
  13 + color: #000;
  14 +}
  15 +
  16 +#category-ajax-selector .select-subcategory-link:hover {
  17 + color: #fff;
  18 +}
  19 +
3 20 #theme-header{}
4 21  
5 22 #header {
... ... @@ -129,7 +146,7 @@ background-repeat: no-repeat;
129 146 text-decoration: none;
130 147 padding: 4px 0 4px 10px;
131 148 text-transform: uppercase;
132   - font-family: 'Open Sans', Arial, Helvetica, sans-serif;
  149 + font-family: 'open_sansregular', Arial, Helvetica, sans-serif;
133 150 }
134 151  
135 152 #portal-siteactions a:hover {
... ...
pagina_software.css
... ... @@ -34,21 +34,81 @@ border: none;
34 34  
35 35 }*/
36 36  
37   -#download_spb{
38   - text-align: left;
  37 +/* BOX DOWNLOAD */
  38 +
  39 +#download_spb {
  40 + /*text-align: left;
39 41 border:1px solid #c0c1c1;
40 42 border-radius: 8px;
  43 + padding:10px;*/
  44 +
41 45 width: 90%;
42   - padding:10px;
  46 +
  47 + padding: 15px 20px 30px 15px;
  48 + border-radius: 4px;
  49 + background-image: -o-linear-gradient(-89deg, #0099FF 0%, #3E67B1 100%);
  50 + background-image: -moz-linear-gradient(-89deg, #0099FF 0%, #3E67B1 100%);
  51 + background-image: -ms-linear-gradient(-89deg, #0099FF 0%, #3E67B1 100%);
  52 + background-image: linear-gradient(-179deg, #0099FF 0%, #3E67B1 100%);
  53 +
  54 +}
  55 +
  56 +#download_spb h2{
  57 + font-family: open_sansbold;
  58 + font-size: 28px;
  59 + color: #ECEDF1;
  60 + margin-top: 0px;
  61 +}
  62 +
  63 +#download_spb spam {
  64 + font-family: open_sansbold;
  65 + font-size: 13px;
  66 + color: #ECEDF1;
  67 + text-decoration:none;
  68 +}
  69 +
  70 +#download_spb a,
  71 +#download_spb a:visited,
  72 +#download_spb a:link {
  73 + font-family: open_sansbold;
  74 + font-size: 18px;
  75 + color: #FFFFFF;
  76 + text-decoration:none;
  77 + margin-right: 10px;
43 78 }
44 79  
45   -span.req_spb{
46   - padding:5px;
  80 +
  81 +#download_spb:hover {background: #0099FF;}
  82 +
  83 +#download_spb:hover h2, #download_spb:hover spam {color: #8ECBF7;}
  84 +
  85 +#content #download_spb:hover a {
  86 + text-decoration:underline;
  87 + color: #FFFFFF;
  88 + }
  89 +
  90 +/* Requisitos */
  91 +
  92 +#content span.req_spb a,
  93 +#content span.req_spb a:visited,
  94 +#content span.req_spb a:link,
  95 +#content span.nov_spb a,
  96 +#content span.nov_spb a:visited,
  97 +#content span.nov_spb a:link {
  98 + font-family: open_sansregular;
  99 + font-size: 14px;
  100 + color: #ECEDF1;
  101 + text-decoration:underline;
47 102 }
48   -span.nov_spb {
  103 +
  104 +#content span.req_spb, #content span.nov_spb {
49 105 padding: 5px;
50 106 }
51 107  
  108 +#content span.req_spb a:hover , #content span.nov_spb a:hover {
  109 + color: #8ECBF7;;
  110 +}
  111 +
52 112 /*Static block for box3*/
53 113 #content .box-1 .tags-block .block-inner-2 .block-title{
54 114 font-size: 15px;
... ...
style.css
... ... @@ -170,23 +170,6 @@ h1, h2, h3, h4, h5, h6 {
170 170 top: 50%;
171 171 }
172 172  
173   -a:link, #content a:link, dl.portlet a:link {
174   - color: #2c67cd;
175   - /*border-bottom: none;*/
176   -}
177   -
178   -a:visited, #content a:visited, dl.portlet a:visited {
179   - color:#2c66ce; /*#2c67cd;*/
180   -}
181   -
182   -#content a:hover, dl.portlet a:hover {
183   - color: #000;
184   -}
185   -
186   -#category-ajax-selector .select-subcategory-link:hover {
187   - color: #fff;
188   -}
189   -
190 173 body div.overlaybg div.close,
191 174 body div.overlay div.close {
192 175 right: -14px;
... ...