MediaWiki:Common.css: Unterschied zwischen den Versionen
Aus Allrundsaga
Ben (Diskussion | Beiträge) (Die Seite wurde neu angelegt: „→Das folgende CSS wird für alle Benutzeroberflächen geladen.: body {background: grey} /* changes the background color of the bottom and left of each pag…“) |
Ben (Diskussion | Beiträge) |
||
Zeile 1: | Zeile 1: | ||
/* Das folgende CSS wird für alle Benutzeroberflächen geladen. */ | /* Das folgende CSS wird für alle Benutzeroberflächen geladen. */ | ||
− | body {background: | + | body {background: blue} |
/* changes the background color of the bottom and left of each page, up to behind half of the logo */ | /* changes the background color of the bottom and left of each page, up to behind half of the logo */ | ||
− | #mw-page-base {background: | + | #mw-page-base {background: red} |
/* 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 */ |
Version vom 17. Februar 2020, 22:22 Uhr
/* Das folgende CSS wird für alle Benutzeroberflächen geladen. */ body {background: blue} /* changes the background color of the bottom and left of each page, up to behind half of the logo */ #mw-page-base {background: red} /* changes the background color behind the top half of the logo and at top of each page */