Commit e140d4559488210a0453925bc927657948d0de1d
Exists in
master
and in
9 other branches
Merge branch 'master' of https://gitlab.com/softwarepublico/noosfero-spb-theme
Showing
1 changed file
with
33 additions
and
0 deletions
Show diff stats
cabecalho-cinza-theme.css
@@ -357,6 +357,7 @@ background-size: 100% 100%; | @@ -357,6 +357,7 @@ background-size: 100% 100%; | ||
357 | height: 20px; | 357 | height: 20px; |
358 | padding: 0px; | 358 | padding: 0px; |
359 | display: inline-block; | 359 | display: inline-block; |
360 | + opacity: .85; | ||
360 | background-repeat: no-repeat; | 361 | background-repeat: no-repeat; |
361 | } | 362 | } |
362 | 363 | ||
@@ -366,6 +367,38 @@ background-size: 100% 100%; | @@ -366,6 +367,38 @@ background-size: 100% 100%; | ||
366 | margin-left: 4px; | 367 | margin-left: 4px; |
367 | } | 368 | } |
368 | 369 | ||
370 | +#sb_face, | ||
371 | +#sb_tweet, | ||
372 | +#sb_youtb, | ||
373 | +#sb_flickr { | ||
374 | + background: url(images/icones_home_branco.jpg) 0px; | ||
375 | + | ||
376 | +} | ||
377 | + | ||
378 | +#social-icons span { display: none; } | ||
379 | + | ||
380 | +#sb_flickr { | ||
381 | +background-position: -100px; | ||
382 | +} | ||
383 | + | ||
384 | +#sb_face { | ||
385 | +background-position: -12px; | ||
386 | +} | ||
387 | +#sb_tweet { | ||
388 | +background-position: -42px; | ||
389 | +} | ||
390 | +#sb_youtb { | ||
391 | + background-position: -71px; | ||
392 | +} | ||
393 | + | ||
394 | +#social-icons a:focus, | ||
395 | +#social-icons a:hover { | ||
396 | +opacity: 1; | ||
397 | +filter: alpha(opacity=100); | ||
398 | +} | ||
399 | + | ||
400 | +/* | ||
401 | + | ||
369 | #social-icons #sb_face { | 402 | #social-icons #sb_face { |
370 | background: url(images/icone-branco-facebook.png) 0 20px; | 403 | background: url(images/icone-branco-facebook.png) 0 20px; |
371 | } | 404 | } |