MediaWiki:Common.css: Unterschied zwischen den Versionen
Aus CirculateD
Keine Bearbeitungszusammenfassung |
Keine Bearbeitungszusammenfassung |
||
Zeile 8: | Zeile 8: | ||
#mw-page-base { | #mw-page-base { | ||
background: #8EBAE5; | background: #8EBAE5; | ||
} | |||
#mw-content { | |||
background: red; | |||
} | } |
Version vom 20. September 2021, 13:11 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: #8EBAE5; } /* Changes the background color behind the top half of the logo and at top of each page: */ #mw-page-base { background: #8EBAE5; } #mw-content { background: red; }