Commit 4f819d55bfb5a15f01d9871a99e638b14ab3540f

Authored by Juliana
1 parent 22ef0b3b
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

Header and footer - Manual Secom v4.0

cabecalho-cinza-theme.css
... ... @@ -48,7 +48,7 @@
48 48 #accessibility span {
49 49 background: none repeat scroll 0 0 rgb(96,96,96);
50 50 color: #FFFFFF;
51   - padding: 0 4px;
  51 + padding: 0 3px;
52 52 }
53 53  
54 54 /*.contraste header #logo{
... ... @@ -698,18 +698,18 @@ footer .container-menus {
698 698 /*padding:46px 0 0 0*/
699 699 }
700 700 footer .row {
701   -margin-bottom:13px
  701 +margin-bottom: 46px; /*13px*/
702 702 }
703 703 footer nav {
704   -border-left:1px dotted #dbdbc8;
  704 +border-left:1px dotted #555; /*#dbdbc8;*/
705 705 padding:0 5px 0 10px
706 706 }
707 707 footer nav h2 {
708   -font-size:1.3em;
  708 +font-size:18px; /*1.3em;*/
709 709 font-weight:bold;
710 710 color:#3b3f44;
711 711 line-height:1.3em;
712   -padding: 30px 0 0px 0;
  712 +padding: 0px; /*30px 0 0px 0;*/
713 713 margin: 0 0 18px 0;
714 714 }
715 715  
... ... @@ -721,9 +721,10 @@ display:block;
721 721 padding-bottom:3px
722 722 }
723 723 footer nav a {
724   -font-size: 12px; /*.9em;*/
  724 +font-size: 13px; /*.9em;*/
725 725 color:#838489;
726   -line-height:.9em
  726 +line-height:.9em;
  727 +font-family:"open_sansregular", Arial, Helvetica, sans-serif;
727 728 }
728 729 footer nav a:hover {
729 730 color:#838489;
... ... @@ -823,8 +824,9 @@ article,aside,details,figcaption,figure,footer,header,hgroup,nav,section {
823 824 }
824 825 [class*="span"] {
825 826 float:left;
826   - min-height:1px;
827   - margin-left:30px;
  827 + min-height: 1px;
  828 + margin-left: 30px;
  829 + margin-top: 30px;
828 830 }
829 831 .container {
830 832 max-width: 100%;
... ... @@ -875,7 +877,8 @@ article,aside,details,figcaption,figure,footer,header,hgroup,nav,section {
875 877 margin-right:auto;
876 878 margin-left:auto;
877 879 *zoom:1;
878   - max-width: 1040px;
  880 + max-width: 960px;
  881 + /*max-width: 1040px; */
879 882 }
880 883 .container2:before,.container2:after {
881 884 display:table;
... ...
header.html.erb
... ... @@ -137,10 +137,12 @@
137 137 </li>
138 138 </ul>
139 139 </li>
140   - <li class="parent_menu"><a href="#">Usuário</a>
  140 + <li class="parent_menu"><a href="#">Software</a>
141 141  
142 142 </li>
  143 + <li class="parent_menu"><a href="#">Usuário</a>
143 144  
  145 + </li>
144 146 </ul>
145 147  
146 148 </div>
... ...
images/search-button.png

2.03 KB | W: | H:

987 Bytes | W: | H:

  • 2-up
  • Swipe
  • Onion skin
images/search-button2.png 0 → 100644

2.03 KB

style.css
... ... @@ -72,6 +72,7 @@ div#wrapper-barra-brasil {
72 72 /******* itens do gov-plone.css *******/
73 73 /*
74 74 * { margin: 0; padding: 0; }*/
  75 +
75 76 * :link,:visited { text-decoration:none }
76 77 * ul,ol { list-style:none; }
77 78 * h1,h2,h3,h4,h5,h6,pre,code { font-size:1em; }
... ... @@ -452,7 +453,11 @@ p {
452 453 padding-right: 5px;
453 454 background-position: 7px 50%;
454 455 }
455   -
  456 +/*
  457 +#content .link-list-block li a.link-this-page{
  458 + border-right: none;
  459 +}
  460 +*/
456 461  
457 462 #content .box-2 .link-list-block li a:hover {
458 463 background-color: #eee;
... ... @@ -460,7 +465,7 @@ p {
460 465 }
461 466  
462 467 #content .box-2 .link-list-block li a.link-this-page {
463   - background-color: #EEEFFF;
  468 + background-color: #ffffff; /*#EEEFFF;*/
464 469 font-weight: bold;
465 470 width: auto;
466 471 }
... ...