MediaWiki:Common.css: Unterschied zwischen den Versionen
Zur Navigation springen
Zur Suche springen
Gerard (Diskussion | Beiträge) KKeine Bearbeitungszusammenfassung |
Gerard (Diskussion | Beiträge) K (Änderung 93238 von Gerard (Diskussion) rückgängig gemacht.) Markierung: Rückgängigmachung |
||
Zeile 1: | Zeile 1: | ||
/* Das folgende CSS wird für alle Benutzeroberflächen geladen. */ | /* Das folgende CSS wird für alle Benutzeroberflächen geladen. */ | ||
/* Changes the background color behind the top half of the logo and at top of each page: */ | |||
#mw-page-base { | |||
background-color: #F3F781; | |||
} | |||
/* Changes the background color of the bottom and left of each page, up to behind half of the logo: */ | |||
body { | |||
background-color: #F3F781; | |||
} |
Version vom 12. September 2020, 18:25 Uhr
/* Das folgende CSS wird für alle Benutzeroberflächen geladen. */
/* Changes the background color behind the top half of the logo and at top of each page: */
#mw-page-base {
background-color: #F3F781;
}
/* Changes the background color of the bottom and left of each page, up to behind half of the logo: */
body {
background-color: #F3F781;
}