MediaWiki:Common.css : Différence entre versions

De Harvestopia
Aller à : navigation, rechercher
Ligne 11 : Ligne 11 :
 
li { color:grey;  
 
li { color:grey;  
 
background:purple;
 
background:purple;
 +
}
 +
 +
li .toclevel-1 tocsection-1 {
 +
background:grey;
 
}
 
}

Version du 13 décembre 2011 à 11:01

/* Das folgende CSS wird für alle Benutzeroberflächen geladen. */


/* Hintergrund des Inhaltsbereichs und der Tabs rosa färben */
#content, #content table
#p-cactions ul li a { background: #f5f5f5; }


/* Seitenhintergrund ersetzen */
body { background:grey; }
li { color:grey; 
background:purple;
}

li .toclevel-1 tocsection-1 {
background:grey;
}