Commit 4a6bd37ef354a1f3e57a74acd910891852ef317c

Authored by Valessio Brito
1 parent 5f9bd8ff

Adjust colors in header juventude

Showing 1 changed file with 28 additions and 24 deletions   Show diff stats
cabecalho-juventude.css
@@ -39,7 +39,7 @@ @@ -39,7 +39,7 @@
39 } 39 }
40 40
41 #accessibility a { 41 #accessibility a {
42 - color: #00500f; 42 + color: #FFF;
43 margin-right: 8px; 43 margin-right: 8px;
44 } 44 }
45 45
@@ -107,15 +107,15 @@ @@ -107,15 +107,15 @@
107 } 107 }
108 108
109 #portal-siteactions a { 109 #portal-siteactions a {
110 - color: #00500f; 110 + color: #FFF;
111 text-decoration: none; 111 text-decoration: none;
112 padding: 4px 0 4px 10px; 112 padding: 4px 0 4px 10px;
113 text-transform: uppercase; 113 text-transform: uppercase;
114 - font-family: 'Open Sans', Arial, Helvetica, sans-serif; 114 + font-family: 'Open Sans', Arial, Helvetica, sans-serif;
115 } 115 }
116 116
117 #portal-siteactions a:hover { 117 #portal-siteactions a:hover {
118 - color: #03316f; 118 + color: yellow;
119 } 119 }
120 120
121 #portal-siteactions li { 121 #portal-siteactions li {
@@ -123,7 +123,7 @@ @@ -123,7 +123,7 @@
123 } 123 }
124 124
125 #portal-siteactions li a:hover { 125 #portal-siteactions li a:hover {
126 -color: #75ad0a 126 +color: yellow;
127 } 127 }
128 #portal-siteactions li a { 128 #portal-siteactions li a {
129 padding: 4px 0px; 129 padding: 4px 0px;
@@ -174,7 +174,7 @@ color: #75ad0a @@ -174,7 +174,7 @@ color: #75ad0a
174 clear: both; 174 clear: both;
175 max-width: 100% !important; 175 max-width: 100% !important;
176 margin: 0; 176 margin: 0;
177 - background: #f8c300;/*laranja-mais-escuro*/ 177 + background: #ce5c00;/*laranja-mais-escuro*/
178 padding: 5px 0; 178 padding: 5px 0;
179 } 179 }
180 180
@@ -318,31 +318,31 @@ background-size: 100% 100%; @@ -318,31 +318,31 @@ background-size: 100% 100%;
318 } 318 }
319 319
320 #social-icons #sb_face { 320 #social-icons #sb_face {
321 -background-image: url(images/icone-verde-facebook.png); 321 +background-image: url(images/icone-branco-facebook.png);
322 } 322 }
323 #social-icons #sb_face:hover { 323 #social-icons #sb_face:hover {
324 -background: url(images/icone-verde-facebook.png) 0 20px; 324 +background: url(images/icone-branco-facebook.png) 0 20px;
325 } 325 }
326 326
327 #social-icons #sb_tweet { 327 #social-icons #sb_tweet {
328 -background-image: url(images/icone-verde-twitter.png); 328 +background-image: url(images/icone-branco-twitter.png);
329 } 329 }
330 #social-icons #sb_tweet:hover { 330 #social-icons #sb_tweet:hover {
331 -background: url(images/icone-verde-twitter.png) 0 20px; 331 +background: url(images/icone-branco-twitter.png) 0 20px;
332 } 332 }
333 333
334 #social-icons #sb_youtb { 334 #social-icons #sb_youtb {
335 -background-image: url(images/icone-verde-youtube.png); 335 +background-image: url(images/icone-branco-youtube.png);
336 } 336 }
337 #social-icons #sb_youtb:hover { 337 #social-icons #sb_youtb:hover {
338 -background: url(images/icone-verde-youtube.png) 0 20px; 338 +background: url(images/icone-branco-youtube.png) 0 20px;
339 } 339 }
340 340
341 #social-icons #sb_flickr { 341 #social-icons #sb_flickr {
342 -background-image: url(images/icone-verde-flickr.png); 342 +background-image: url(images/icone-branco-flickr.png);
343 } 343 }
344 #social-icons #sb_flickr:hover { 344 #social-icons #sb_flickr:hover {
345 -background: url(images/icone-verde-flickr.png) 0 20px; 345 +background: url(images/icone-branco-flickr.png) 0 20px;
346 } 346 }
347 347
348 #social-icons span { display: none; } 348 #social-icons span { display: none; }
@@ -368,14 +368,13 @@ background: url(images/icone-verde-flickr.png) 0 20px; @@ -368,14 +368,13 @@ background: url(images/icone-verde-flickr.png) 0 20px;
368 } 368 }
369 369
370 #user .logged-in { 370 #user .logged-in {
371 - visibility: hidden;  
372 - display: block;  
373 - background:url("images/barra-menu-user-bg.png") repeat-x bottom center #FEFEFE;  
374 - display: block;  
375 - padding: 1em;  
376 - text-align: left;  
377 - width: 130px;  
378 - border-radius: 10px 371 + visibility: hidden;
  372 + display: block;
  373 + padding: 1em;
  374 + text-align: left;
  375 + width: 130px;
  376 + background: #204a87;
  377 + border-radius: 10px
379 } 378 }
380 379
381 #user .logged-in:hover { 380 #user .logged-in:hover {
@@ -401,11 +400,16 @@ background: url(images/icone-verde-flickr.png) 0 20px; @@ -401,11 +400,16 @@ background: url(images/icone-verde-flickr.png) 0 20px;
401 visibility: visible; 400 visibility: visible;
402 } 401 }
403 402
  403 +#user a,
  404 +#user a strong{
  405 + color: #FFF;
  406 +}
  407 +
404 #barra-psocial { 408 #barra-psocial {
405 position: relative; 409 position: relative;
406 height: 40px; 410 height: 40px;
407 margin: auto; 411 margin: auto;
408 - background: url(images/barra-psocial-bg.png) repeat-x; 412 + background: #204a87;
409 } 413 }
410 414
411 #barra-psocial li { 415 #barra-psocial li {
@@ -430,7 +434,7 @@ background: url(images/icone-verde-flickr.png) 0 20px; @@ -430,7 +434,7 @@ background: url(images/icone-verde-flickr.png) 0 20px;
430 } 434 }
431 435
432 #cat_menu { 436 #cat_menu {
433 - background: url(images/marca-participacao-social.png) no-repeat center left; 437 + background: #204a87;
434 height: 40px; 438 height: 40px;
435 padding-left: 60px; 439 padding-left: 60px;
436 } 440 }