Commit 854890ea8148c6c58b8795fbde21f723d2a71494
1 parent
dcb56d6f
Exists in
master
and in
9 other branches
Social icons blue
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 | 357 | height: 20px; |
| 358 | 358 | padding: 0px; |
| 359 | 359 | display: inline-block; |
| 360 | + opacity: .85; | |
| 360 | 361 | background-repeat: no-repeat; |
| 361 | 362 | } |
| 362 | 363 | |
| ... | ... | @@ -366,6 +367,38 @@ background-size: 100% 100%; |
| 366 | 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 | 402 | #social-icons #sb_face { |
| 370 | 403 | background: url(images/icone-branco-facebook.png) 0 20px; |
| 371 | 404 | } | ... | ... |