MediaWiki:Common.css : Différence entre versions
De Europe Politique
Ligne 6 : | Ligne 6 : | ||
body {background: #FBFBFB; } | body {background: #FBFBFB; } | ||
a:visited {color: black; } | a:visited {color: black; } | ||
+ | a:active {color: #faa700; } | ||
+ | a:hover {text-decoration: underline; } | ||
+ | a.stub {color: #772233; } | ||
+ | a.new, #p-personal a.new {color: #cc2200;} | ||
+ | a.new:visited, #p-personal a.new:visited {color: #a55858;} |
Version du 21 décembre 2011 à 00:55
/* Le CSS placé ici sera appliqué à tous les habillages. */ #ca-viewsource { display: none !important; } #ca-history { display: none !important; } #ca-nstab-main { display: none !important; } #ca-talk { display: none !important; } body {background: #FBFBFB; } a:visited {color: black; } a:active {color: #faa700; } a:hover {text-decoration: underline; } a.stub {color: #772233; } a.new, #p-personal a.new {color: #cc2200;} a.new:visited, #p-personal a.new:visited {color: #a55858;}