From 4f819d55bfb5a15f01d9871a99e638b14ab3540f Mon Sep 17 00:00:00 2001 From: julianahilario Date: Thu, 9 Oct 2014 17:41:18 -0300 Subject: [PATCH] Header and footer - Manual Secom v4.0 --- cabecalho-cinza-theme.css | 23 +++++++++++++---------- header.html.erb | 4 +++- images/search-button.png | Bin 2076 -> 0 bytes images/search-button2.png | Bin 0 -> 2076 bytes style.css | 9 +++++++-- 5 files changed, 23 insertions(+), 13 deletions(-) create mode 100644 images/search-button2.png diff --git a/cabecalho-cinza-theme.css b/cabecalho-cinza-theme.css index 18ca0f3..df56063 100644 --- a/cabecalho-cinza-theme.css +++ b/cabecalho-cinza-theme.css @@ -48,7 +48,7 @@ #accessibility span { background: none repeat scroll 0 0 rgb(96,96,96); color: #FFFFFF; - padding: 0 4px; + padding: 0 3px; } /*.contraste header #logo{ @@ -698,18 +698,18 @@ footer .container-menus { /*padding:46px 0 0 0*/ } footer .row { -margin-bottom:13px +margin-bottom: 46px; /*13px*/ } footer nav { -border-left:1px dotted #dbdbc8; +border-left:1px dotted #555; /*#dbdbc8;*/ padding:0 5px 0 10px } footer nav h2 { -font-size:1.3em; +font-size:18px; /*1.3em;*/ font-weight:bold; color:#3b3f44; line-height:1.3em; -padding: 30px 0 0px 0; +padding: 0px; /*30px 0 0px 0;*/ margin: 0 0 18px 0; } @@ -721,9 +721,10 @@ display:block; padding-bottom:3px } footer nav a { -font-size: 12px; /*.9em;*/ +font-size: 13px; /*.9em;*/ color:#838489; -line-height:.9em +line-height:.9em; +font-family:"open_sansregular", Arial, Helvetica, sans-serif; } footer nav a:hover { color:#838489; @@ -823,8 +824,9 @@ article,aside,details,figcaption,figure,footer,header,hgroup,nav,section { } [class*="span"] { float:left; - min-height:1px; - margin-left:30px; + min-height: 1px; + margin-left: 30px; + margin-top: 30px; } .container { max-width: 100%; @@ -875,7 +877,8 @@ article,aside,details,figcaption,figure,footer,header,hgroup,nav,section { margin-right:auto; margin-left:auto; *zoom:1; - max-width: 1040px; + max-width: 960px; + /*max-width: 1040px; */ } .container2:before,.container2:after { display:table; diff --git a/header.html.erb b/header.html.erb index 40017e0..5a85cd0 100644 --- a/header.html.erb +++ b/header.html.erb @@ -137,10 +137,12 @@ -
  • Usuário +
  • Software
  • +
  • Usuário +
  • diff --git a/images/search-button.png b/images/search-button.png index 42b442b..9ac6cb6 100644 Binary files a/images/search-button.png and b/images/search-button.png differ diff --git a/images/search-button2.png b/images/search-button2.png new file mode 100644 index 0000000..42b442b Binary files /dev/null and b/images/search-button2.png differ diff --git a/style.css b/style.css index 52e7e2f..2d44c06 100644 --- a/style.css +++ b/style.css @@ -72,6 +72,7 @@ div#wrapper-barra-brasil { /******* itens do gov-plone.css *******/ /* * { margin: 0; padding: 0; }*/ + * :link,:visited { text-decoration:none } * ul,ol { list-style:none; } * h1,h2,h3,h4,h5,h6,pre,code { font-size:1em; } @@ -452,7 +453,11 @@ p { padding-right: 5px; background-position: 7px 50%; } - +/* +#content .link-list-block li a.link-this-page{ + border-right: none; +} +*/ #content .box-2 .link-list-block li a:hover { background-color: #eee; @@ -460,7 +465,7 @@ p { } #content .box-2 .link-list-block li a.link-this-page { - background-color: #EEEFFF; + background-color: #ffffff; /*#EEEFFF;*/ font-weight: bold; width: auto; } -- libgit2 0.21.2