|
|
|
@ -5,7 +5,7 @@
|
|
|
|
|
.sociaux a:focus, .sociaux a:hover, .sociaux a:active {background-color:transparent;} |
|
|
|
|
.sociaux a.spip_out::after, .sociaux a.external::after { content: none; } |
|
|
|
|
.sociaux .name { position:absolute; clip:rect(0 0 0 0); clip-path:inset(50%); height:1px; margin:0; overflow:hidden; padding:0; width:1px; white-space:nowrap; } |
|
|
|
|
.sociaux .socicon { display: block; font-size:1.4em;padding:.5em;border-radius:1em;color:#fff;background-color:#000;} |
|
|
|
|
.sociaux .socicon { display: block; font-size:1.4em;padding:.5em;border-radius:1em;color:#fff;background-color:#000; transition: background-color 0.2s;} |
|
|
|
|
|
|
|
|
|
.sociaux .facebook .socicon {background-color:#3E5B98;} |
|
|
|
|
.sociaux .twitter .socicon {background-color:#4DA7DE;} |
|
|
|
@ -24,5 +24,6 @@
|
|
|
|
|
.sociaux .viber .socicon {background-color:#7b519d;} |
|
|
|
|
.sociaux .whatsapp .socicon {background-color:#20B038;} |
|
|
|
|
.sociaux .skype .socicon {background-color:#28abe3;} |
|
|
|
|
.sociaux .bandcamp .socicon {background-color:#60909a;} |
|
|
|
|
|
|
|
|
|
.sociaux .socicon:hover {background-color:#000;} /* doit rester en dernier pour être pris en compte ! */ |
|
|
|
|