diff --git a/css/sociaux.css b/css/sociaux.css new file mode 100644 index 0000000..0b059f5 --- /dev/null +++ b/css/sociaux.css @@ -0,0 +1,22 @@ +.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 ! */ \ No newline at end of file diff --git a/inclure/sociaux.html b/inclure/sociaux.html new file mode 100644 index 0000000..4fe8874 --- /dev/null +++ b/inclure/sociaux.html @@ -0,0 +1,14 @@ +[(#REM) +liste les liens vers les réseaux sociaux modifier pour archil (Ajout du pipe |) + +on associe les classes de socicon si l'option est activée +http://www.socicon.com/how.php + +] +
+ +
+ \ No newline at end of file diff --git a/paquet.xml b/paquet.xml index 944e7ca..ea327e9 100644 --- a/paquet.xml +++ b/paquet.xml @@ -1,7 +1,7 @@