From 4a6bd37ef354a1f3e57a74acd910891852ef317c Mon Sep 17 00:00:00 2001 From: ValessioBrito Date: Fri, 8 Aug 2014 15:36:32 +0000 Subject: [PATCH] Adjust colors in header juventude --- cabecalho-juventude.css | 52 ++++++++++++++++++++++++++++------------------------ 1 file changed, 28 insertions(+), 24 deletions(-) diff --git a/cabecalho-juventude.css b/cabecalho-juventude.css index 5e496be..270b906 100644 --- a/cabecalho-juventude.css +++ b/cabecalho-juventude.css @@ -39,7 +39,7 @@ } #accessibility a { - color: #00500f; + color: #FFF; margin-right: 8px; } @@ -107,15 +107,15 @@ } #portal-siteactions a { - color: #00500f; + color: #FFF; text-decoration: none; padding: 4px 0 4px 10px; text-transform: uppercase; - font-family: 'Open Sans', Arial, Helvetica, sans-serif; + font-family: 'Open Sans', Arial, Helvetica, sans-serif; } #portal-siteactions a:hover { - color: #03316f; + color: yellow; } #portal-siteactions li { @@ -123,7 +123,7 @@ } #portal-siteactions li a:hover { -color: #75ad0a +color: yellow; } #portal-siteactions li a { padding: 4px 0px; @@ -174,7 +174,7 @@ color: #75ad0a clear: both; max-width: 100% !important; margin: 0; - background: #f8c300;/*laranja-mais-escuro*/ + background: #ce5c00;/*laranja-mais-escuro*/ padding: 5px 0; } @@ -318,31 +318,31 @@ background-size: 100% 100%; } #social-icons #sb_face { -background-image: url(images/icone-verde-facebook.png); +background-image: url(images/icone-branco-facebook.png); } #social-icons #sb_face:hover { -background: url(images/icone-verde-facebook.png) 0 20px; +background: url(images/icone-branco-facebook.png) 0 20px; } #social-icons #sb_tweet { -background-image: url(images/icone-verde-twitter.png); +background-image: url(images/icone-branco-twitter.png); } #social-icons #sb_tweet:hover { -background: url(images/icone-verde-twitter.png) 0 20px; +background: url(images/icone-branco-twitter.png) 0 20px; } #social-icons #sb_youtb { -background-image: url(images/icone-verde-youtube.png); +background-image: url(images/icone-branco-youtube.png); } #social-icons #sb_youtb:hover { -background: url(images/icone-verde-youtube.png) 0 20px; +background: url(images/icone-branco-youtube.png) 0 20px; } #social-icons #sb_flickr { -background-image: url(images/icone-verde-flickr.png); +background-image: url(images/icone-branco-flickr.png); } #social-icons #sb_flickr:hover { -background: url(images/icone-verde-flickr.png) 0 20px; +background: url(images/icone-branco-flickr.png) 0 20px; } #social-icons span { display: none; } @@ -368,14 +368,13 @@ background: url(images/icone-verde-flickr.png) 0 20px; } #user .logged-in { - visibility: hidden; - display: block; - background:url("images/barra-menu-user-bg.png") repeat-x bottom center #FEFEFE; - display: block; - padding: 1em; - text-align: left; - width: 130px; - border-radius: 10px + visibility: hidden; + display: block; + padding: 1em; + text-align: left; + width: 130px; + background: #204a87; + border-radius: 10px } #user .logged-in:hover { @@ -401,11 +400,16 @@ background: url(images/icone-verde-flickr.png) 0 20px; visibility: visible; } +#user a, +#user a strong{ + color: #FFF; +} + #barra-psocial { position: relative; height: 40px; margin: auto; - background: url(images/barra-psocial-bg.png) repeat-x; + background: #204a87; } #barra-psocial li { @@ -430,7 +434,7 @@ background: url(images/icone-verde-flickr.png) 0 20px; } #cat_menu { - background: url(images/marca-participacao-social.png) no-repeat center left; + background: #204a87; height: 40px; padding-left: 60px; } -- libgit2 0.21.2