mirror of
https://git.spip.net/spip-contrib-squelettes/archil.git
synced 2024-01-27 16:36:00 +01:00
22 lines
872 B
CSS
22 lines
872 B
CSS
.sociaux{
|
|
padding-top: 0.5em;
|
|
}
|
|
.sociaux ul {margin:0;padding:0;list-style:none;}
|
|
.sociaux li {display:inline-block;margin:0 0.2em 0.4em 0;}
|
|
.sociaux a {text-decoration:none;}
|
|
.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: 15px;
|
|
/*padding:.5em;*/
|
|
/*border-radius:1em;*/
|
|
color:var(--couleurpolices);
|
|
/*background-color: #fff;*/
|
|
/*transition: background-color 0.2s;*/
|
|
}
|
|
.sociaux .socicon:hover {
|
|
background-color:var(--couleursurvol);
|
|
color: #fff;
|
|
} /* doit rester en dernier pour être pris en compte ! */ |