MediaWiki:Common.css: Unterschied zwischen den Versionen
Zur Navigation springen
Zur Suche springen
(Die Seite wurde neu angelegt: „→Das folgende CSS wird für alle Benutzeroberflächen geladen.: /* Changes the background color of the bottom and left of each page, up to behind half of t…“) |
|||
| Zeile 8: | Zeile 8: | ||
#mw-page-base { | #mw-page-base { | ||
background: black; | background: black; | ||
| + | } | ||
| + | |||
| + | #mw_content { | ||
| + | background-color: black; | ||
} | } | ||
Version vom 2. Mai 2020, 09:08 Uhr
/* Das folgende CSS wird für alle Benutzeroberflächen geladen. */
/* Changes the background color of the bottom and left of each page, up to behind half of the logo: */
body {
background: black;
}
/* Changes the background color behind the top half of the logo and at top of each page: */
#mw-page-base {
background: black;
}
#mw_content {
background-color: black;
}