MediaWiki:Common.css : Différence entre versions
| Ligne 14 : | Ligne 14 : | ||
.toclevel-1 tocsection-1 { | .toclevel-1 tocsection-1 { | ||
| − | background: | + | background:Purple; |
} | } | ||
Version du 13 décembre 2011 à 10:02
/* 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;
}
.toclevel-1 tocsection-1 {
background:Purple;
}