Différences entre les versions de « MediaWiki:Vector.css »

De Wikirouge
Aller à la navigation Aller à la recherche
m
m
Ligne 11 : Ligne 11 :
  
 
/* Liens */
 
/* Liens */
#mw_content a { text-decoration: underline; text-decoration-style: dashed; }
+
#mw-content-text a { text-decoration: underline; text-decoration-style: dashed; }
#mw_content a:hover { color:red; }
+
#mw-content-text a:hover { color:red; }
 +
a:visited { color: black; }

Version du 14 novembre 2017 à 00:04

/* Le CSS placé ici affectera les utilisateurs de l’habillage Vector. */

/* Augmenter la largeur de la sidebar */
div#mw-panel { width: 12em; }
div#footer, #mw-head-base, div#content { margin-left: 12em; }
#left-navigation { margin-left: 12em; }

/* Couleurs rouges */
.mw-body { border: 1px solid #830000; }
div.vectorTabs ul li { background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAABkCAIAAADITs03AAAAO0lEQVR4AeSKhREAMQzDdN5/5uixuEKDpqgBjl2f78wd2DVj1+26/h///PfteVMN7zoGebcg1/Y/ZQQAlAUtQCujIJMAAAAASUVORK5CYII=); }

/* Liens */
#mw-content-text a { text-decoration: underline; text-decoration-style: dashed; }
#mw-content-text a:hover { color:red; }
a:visited { color: black; }