Commit 4f819d55bfb5a15f01d9871a99e638b14ab3540f

Authored by Juliana
1 parent 22ef0b3b

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 }
... ...