MediaWiki:Common.css: Unterschied zwischen den Versionen
Aus CirculateD
Keine Bearbeitungszusammenfassung |
Keine Bearbeitungszusammenfassung |
||
| Zeile 10: | Zeile 10: | ||
} | } | ||
#mw-header-nav-hack { | |||
background: #E8F1FA; | background: #E8F1FA; | ||
} | |||
#mw-site-navigation .sidebar-inner { | |||
background: red; | |||
} | } | ||
Version vom 20. September 2021, 13:15 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;
}
#mw-content {
background: #E8F1FA;
}
#mw-header-nav-hack {
background: #E8F1FA;
}
#mw-site-navigation .sidebar-inner {
background: red;
}