From f2f3a11010692e5f695562577cab3b5c2af1c5c4 Mon Sep 17 00:00:00 2001 From: Plumf Date: Thu, 10 Aug 2023 15:51:20 +0200 Subject: [PATCH] fix erreur --- css/theme.css | 34 ---------------------------------- 1 file changed, 34 deletions(-) diff --git a/css/theme.css b/css/theme.css index b2f4619..6982051 100644 --- a/css/theme.css +++ b/css/theme.css @@ -121,37 +121,3 @@ nav li{ .menu_articles .pagination strong { font-size:1em; }*/ - -/*Pour tester*/ -/* exemple d'habillage */ -.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:1.4em;padding:.5em;border-radius:1em;color:#fff;background-color:#000; transition: background-color 0.2s;} - -.sociaux .facebook .socicon {background-color:var(--couleurpolices);} -.sociaux .twitter .socicon {background-color:var(--couleurpolices);} -.sociaux .mastodon .socicon {background-color:var(--couleurpolices);} -.sociaux .instagram .socicon {background-color:var(--couleurpolices);} -.sociaux .googleplus .socicon {background-color:var(--couleurpolices);} -.sociaux .blogger .socicon {background-color:var(--couleurpolices);} -.sociaux .linkedin .socicon {background-color:var(--couleurpolices);} -.sociaux .youtube .socicon {background-color:var(--couleurpolices);} -.sociaux .pinterest .socicon {background-color:var(--couleurpolices);} -.sociaux .rss .socicon {background-color:var(--couleurpolices);} -.sociaux .mail .socicon {background-color:var(--couleurpolices);} -.sociaux .tripadvisor .socicon {background-color:var(--couleurpolices);} -.sociaux .vimeo .socicon {background-color:var(--couleurpolices);} -.sociaux .fickr .socicon {background-color:var(--couleurpolices);} -.sociaux .viber .socicon {background-color:var(--couleurpolices);} -.sociaux .whatsapp .socicon {background-color:var(--couleurpolices);} -.sociaux .skype .socicon {background-color:var(--couleurpolices);} -.sociaux .bandcamp .socicon {background-color:var(--couleurpolices);} - -.sociaux .socicon:hover {background-color:var(--couleursurvol);} /* doit rester en dernier pour ĂȘtre pris en compte ! */ \ No newline at end of file