MediaWiki:Common.css: Unterschied zwischen den Versionen
Zur Navigation springen
Zur Suche springen
| Zeile 7: | Zeile 7: | ||
/* Changes the background color behind the top half of the logo and at top of each page: */ | /* Changes the background color behind the top half of the logo and at top of each page: */ | ||
#mw-page-base { | #mw-page-base { | ||
| − | background | + | background: black; |
} | } | ||
#mw_body { | #mw_body { | ||
| − | background | + | background: black; |
} | } | ||
#mw_body_content { | #mw_body_content { | ||
| − | background | + | background: black; |
} | } | ||
Version vom 2. Mai 2020, 09:16 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_body {
background: black;
}
#mw_body_content {
background: black;
}