MediaWiki:Common.css: Unterschied zwischen den Versionen
Zur Navigation springen
Zur Suche springen
Zeile 12: | Zeile 12: | ||
.ns-100 { | .ns-100 { | ||
+ | background-color: #F0E68C; | ||
+ | } | ||
+ | |||
+ | |||
+ | /* Members only */ | ||
+ | .ns-142 .mw-body{ | ||
+ | background-color: #FFFFE0; | ||
+ | |||
+ | } | ||
+ | |||
+ | .ns-142 #mw-head{ | ||
+ | background-color: #F0E68C; | ||
+ | |||
+ | } | ||
+ | |||
+ | |||
+ | .ns-142 { | ||
background-color: #F0E68C; | background-color: #F0E68C; | ||
} | } |
Version vom 15. Juni 2015, 17:04 Uhr
/* Das folgende CSS wird für alle Benutzeroberflächen geladen. */ .ns-100 .mw-body{ background-color: #FFFFE0; } .ns-100 #mw-head{ background-color: #F0E68C; } .ns-100 { background-color: #F0E68C; } /* Members only */ .ns-142 .mw-body{ background-color: #FFFFE0; } .ns-142 #mw-head{ background-color: #F0E68C; } .ns-142 { background-color: #F0E68C; }