|
|
|
@ -5,24 +5,24 @@
|
|
|
|
|
.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:#000;} |
|
|
|
|
.sociaux .socicon { display: block; font-size:1.4em;padding:.5em;border-radius:1em;color:#fff;background-color:#000;} |
|
|
|
|
|
|
|
|
|
.sociaux .facebook .socicon {background:#3E5B98;} |
|
|
|
|
.sociaux .twitter .socicon {background:#4DA7DE;} |
|
|
|
|
.sociaux .mastodon .socicon {background:#313543;} |
|
|
|
|
.sociaux .instagram .socicon {background:#9C7C6E;} |
|
|
|
|
.sociaux .googleplus .socicon {background:#DD4B39;} |
|
|
|
|
.sociaux .blogger .socicon {background:#ff9b38;} |
|
|
|
|
.sociaux .linkedin .socicon {background:#3371B7;} |
|
|
|
|
.sociaux .youtube .socicon {background:#E02A20;} |
|
|
|
|
.sociaux .pinterest .socicon {background:#C92619;} |
|
|
|
|
.sociaux .rss .socicon {background:#F26109;} |
|
|
|
|
.sociaux .mail .socicon {background:#000000;} |
|
|
|
|
.sociaux .tripadvisor .socicon {background:#599541;} |
|
|
|
|
.sociaux .vimeo .socicon {background:#51b5e7;} |
|
|
|
|
.sociaux .fickr .socicon {background:#1e1e1b;} |
|
|
|
|
.sociaux .viber .socicon {background:#7b519d;} |
|
|
|
|
.sociaux .whatsapp .socicon {background:#20B038;} |
|
|
|
|
.sociaux .skype .socicon {background:#28abe3;} |
|
|
|
|
.sociaux .facebook .socicon {background-color:#3E5B98;} |
|
|
|
|
.sociaux .twitter .socicon {background-color:#4DA7DE;} |
|
|
|
|
.sociaux .mastodon .socicon {background-color:#313543;} |
|
|
|
|
.sociaux .instagram .socicon {background-color:#9C7C6E;} |
|
|
|
|
.sociaux .googleplus .socicon {background-color:#DD4B39;} |
|
|
|
|
.sociaux .blogger .socicon {background-color:#ff9b38;} |
|
|
|
|
.sociaux .linkedin .socicon {background-color:#3371B7;} |
|
|
|
|
.sociaux .youtube .socicon {background-color:#E02A20;} |
|
|
|
|
.sociaux .pinterest .socicon {background-color:#C92619;} |
|
|
|
|
.sociaux .rss .socicon {background-color:#F26109;} |
|
|
|
|
.sociaux .mail .socicon {background-color:#000000;} |
|
|
|
|
.sociaux .tripadvisor .socicon {background-color:#599541;} |
|
|
|
|
.sociaux .vimeo .socicon {background-color:#51b5e7;} |
|
|
|
|
.sociaux .fickr .socicon {background-color:#1e1e1b;} |
|
|
|
|
.sociaux .viber .socicon {background-color:#7b519d;} |
|
|
|
|
.sociaux .whatsapp .socicon {background-color:#20B038;} |
|
|
|
|
.sociaux .skype .socicon {background-color:#28abe3;} |
|
|
|
|
|
|
|
|
|
.sociaux .socicon:hover {background:#000;} /* doit rester en dernier pour être pris en compte ! */ |
|
|
|
|
.sociaux .socicon:hover {background-color:#000;} /* doit rester en dernier pour être pris en compte ! */ |
|
|
|
|