Commit 4f819d55bfb5a15f01d9871a99e638b14ab3540f
1 parent
22ef0b3b
Exists in
master
and in
54 other branches
Header and footer - Manual Secom v4.0
Showing
5 changed files
with
23 additions
and
13 deletions
Show diff stats
cabecalho-cinza-theme.css
| @@ -48,7 +48,7 @@ | @@ -48,7 +48,7 @@ | ||
| 48 | #accessibility span { | 48 | #accessibility span { |
| 49 | background: none repeat scroll 0 0 rgb(96,96,96); | 49 | background: none repeat scroll 0 0 rgb(96,96,96); |
| 50 | color: #FFFFFF; | 50 | color: #FFFFFF; |
| 51 | - padding: 0 4px; | 51 | + padding: 0 3px; |
| 52 | } | 52 | } |
| 53 | 53 | ||
| 54 | /*.contraste header #logo{ | 54 | /*.contraste header #logo{ |
| @@ -698,18 +698,18 @@ footer .container-menus { | @@ -698,18 +698,18 @@ footer .container-menus { | ||
| 698 | /*padding:46px 0 0 0*/ | 698 | /*padding:46px 0 0 0*/ |
| 699 | } | 699 | } |
| 700 | footer .row { | 700 | footer .row { |
| 701 | -margin-bottom:13px | 701 | +margin-bottom: 46px; /*13px*/ |
| 702 | } | 702 | } |
| 703 | footer nav { | 703 | footer nav { |
| 704 | -border-left:1px dotted #dbdbc8; | 704 | +border-left:1px dotted #555; /*#dbdbc8;*/ |
| 705 | padding:0 5px 0 10px | 705 | padding:0 5px 0 10px |
| 706 | } | 706 | } |
| 707 | footer nav h2 { | 707 | footer nav h2 { |
| 708 | -font-size:1.3em; | 708 | +font-size:18px; /*1.3em;*/ |
| 709 | font-weight:bold; | 709 | font-weight:bold; |
| 710 | color:#3b3f44; | 710 | color:#3b3f44; |
| 711 | line-height:1.3em; | 711 | line-height:1.3em; |
| 712 | -padding: 30px 0 0px 0; | 712 | +padding: 0px; /*30px 0 0px 0;*/ |
| 713 | margin: 0 0 18px 0; | 713 | margin: 0 0 18px 0; |
| 714 | } | 714 | } |
| 715 | 715 | ||
| @@ -721,9 +721,10 @@ display:block; | @@ -721,9 +721,10 @@ display:block; | ||
| 721 | padding-bottom:3px | 721 | padding-bottom:3px |
| 722 | } | 722 | } |
| 723 | footer nav a { | 723 | footer nav a { |
| 724 | -font-size: 12px; /*.9em;*/ | 724 | +font-size: 13px; /*.9em;*/ |
| 725 | color:#838489; | 725 | color:#838489; |
| 726 | -line-height:.9em | 726 | +line-height:.9em; |
| 727 | +font-family:"open_sansregular", Arial, Helvetica, sans-serif; | ||
| 727 | } | 728 | } |
| 728 | footer nav a:hover { | 729 | footer nav a:hover { |
| 729 | color:#838489; | 730 | color:#838489; |
| @@ -823,8 +824,9 @@ article,aside,details,figcaption,figure,footer,header,hgroup,nav,section { | @@ -823,8 +824,9 @@ article,aside,details,figcaption,figure,footer,header,hgroup,nav,section { | ||
| 823 | } | 824 | } |
| 824 | [class*="span"] { | 825 | [class*="span"] { |
| 825 | float:left; | 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 | .container { | 831 | .container { |
| 830 | max-width: 100%; | 832 | max-width: 100%; |
| @@ -875,7 +877,8 @@ article,aside,details,figcaption,figure,footer,header,hgroup,nav,section { | @@ -875,7 +877,8 @@ article,aside,details,figcaption,figure,footer,header,hgroup,nav,section { | ||
| 875 | margin-right:auto; | 877 | margin-right:auto; |
| 876 | margin-left:auto; | 878 | margin-left:auto; |
| 877 | *zoom:1; | 879 | *zoom:1; |
| 878 | - max-width: 1040px; | 880 | + max-width: 960px; |
| 881 | + /*max-width: 1040px; */ | ||
| 879 | } | 882 | } |
| 880 | .container2:before,.container2:after { | 883 | .container2:before,.container2:after { |
| 881 | display:table; | 884 | display:table; |
header.html.erb
| @@ -137,10 +137,12 @@ | @@ -137,10 +137,12 @@ | ||
| 137 | </li> | 137 | </li> |
| 138 | </ul> | 138 | </ul> |
| 139 | </li> | 139 | </li> |
| 140 | - <li class="parent_menu"><a href="#">Usuário</a> | 140 | + <li class="parent_menu"><a href="#">Software</a> |
| 141 | 141 | ||
| 142 | </li> | 142 | </li> |
| 143 | + <li class="parent_menu"><a href="#">Usuário</a> | ||
| 143 | 144 | ||
| 145 | + </li> | ||
| 144 | </ul> | 146 | </ul> |
| 145 | 147 | ||
| 146 | </div> | 148 | </div> |
images/search-button.png
2.03 KB
style.css
| @@ -72,6 +72,7 @@ div#wrapper-barra-brasil { | @@ -72,6 +72,7 @@ div#wrapper-barra-brasil { | ||
| 72 | /******* itens do gov-plone.css *******/ | 72 | /******* itens do gov-plone.css *******/ |
| 73 | /* | 73 | /* |
| 74 | * { margin: 0; padding: 0; }*/ | 74 | * { margin: 0; padding: 0; }*/ |
| 75 | + | ||
| 75 | * :link,:visited { text-decoration:none } | 76 | * :link,:visited { text-decoration:none } |
| 76 | * ul,ol { list-style:none; } | 77 | * ul,ol { list-style:none; } |
| 77 | * h1,h2,h3,h4,h5,h6,pre,code { font-size:1em; } | 78 | * h1,h2,h3,h4,h5,h6,pre,code { font-size:1em; } |
| @@ -452,7 +453,11 @@ p { | @@ -452,7 +453,11 @@ p { | ||
| 452 | padding-right: 5px; | 453 | padding-right: 5px; |
| 453 | background-position: 7px 50%; | 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 | #content .box-2 .link-list-block li a:hover { | 462 | #content .box-2 .link-list-block li a:hover { |
| 458 | background-color: #eee; | 463 | background-color: #eee; |
| @@ -460,7 +465,7 @@ p { | @@ -460,7 +465,7 @@ p { | ||
| 460 | } | 465 | } |
| 461 | 466 | ||
| 462 | #content .box-2 .link-list-block li a.link-this-page { | 467 | #content .box-2 .link-list-block li a.link-this-page { |
| 463 | - background-color: #EEEFFF; | 468 | + background-color: #ffffff; /*#EEEFFF;*/ |
| 464 | font-weight: bold; | 469 | font-weight: bold; |
| 465 | width: auto; | 470 | width: auto; |
| 466 | } | 471 | } |