MediaWiki:Metrolook.css: Unterschied zwischen den Versionen
Zur Navigation springen
Zur Suche springen
Keine Bearbeitungszusammenfassung |
Keine Bearbeitungszusammenfassung |
||
| Zeile 5: | Zeile 5: | ||
.mw-body, .parsoid-body { | .mw-body, .parsoid-body { | ||
background-color: #313131; | background-color: #313131; | ||
} | |||
#mw-page-base { | |||
height: 2.5em; | |||
background-position: bottom left; | |||
background-repeat: repeat-x; | |||
background-color: #0088f4; | |||
background-image: linear-gradient(to bottom,#0088f4 50%,#0088f4 100%); | |||
min-width: 100%; | |||
position: fixed; | |||
top: 0px; | |||
z-index: 3; | |||
} | } | ||
Version vom 7. Mai 2023, 16:52 Uhr
/* All CSS here will be loaded for users of the Metrolook skin */
body {
background-color: #202020;
}
.mw-body, .parsoid-body {
background-color: #313131;
}
#mw-page-base {
height: 2.5em;
background-position: bottom left;
background-repeat: repeat-x;
background-color: #0088f4;
background-image: linear-gradient(to bottom,#0088f4 50%,#0088f4 100%);
min-width: 100%;
position: fixed;
top: 0px;
z-index: 3;
}