MediaWiki:Monobook.css : Différence entre versions

De Wiki Centenaire de la Grande Guerre
Ligne 3 : Ligne 3 :
 
#content {
 
#content {
 
background: none ;
 
background: none ;
color: black;
+
color: white ;
 
border: 1px solid #aaa;
 
border: 1px solid #aaa;
 
border-right: none;
 
border-right: none;
 
line-height: 1.5em;
 
line-height: 1.5em;
 
}
 
}

Version du 10 décembre 2014 à 12:52

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

#content {
	background: none ;
	color: white ;
	border: 1px solid #aaa;
	border-right: none;
	line-height: 1.5em;
}