MediaWiki:Common.css: Unterschied zwischen den Versionen
Aus Allrundsaga
Ben (Diskussion | Beiträge) |
Ben (Diskussion | Beiträge) |
||
Zeile 4: | Zeile 4: | ||
/* 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 */ | ||
− | + | div {background: skyblue} | |
/* 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 18. Februar 2020, 15:56 Uhr
/* Das folgende CSS wird für alle Benutzeroberflächen geladen. */ body {background: skyblue} /* changes the background color of the bottom and left of each page, up to behind half of the logo */ div {background: skyblue} /* changes the background color behind the top half of the logo and at top of each page */