KKeine Bearbeitungszusammenfassung |
KKeine Bearbeitungszusammenfassung |
||
| Zeile 13: | Zeile 13: | ||
font-size: 16px; | font-size: 16px; | ||
} | } | ||
.mw-body { | |||
margin-top: -24px; | |||
} | |||
/*** Formatierung Breakpoint xl ***/ | |||
@media (min-width:1200px) { | |||
.padding-xl-8 { | .padding-xl-8 { | ||
| Zeile 18: | Zeile 27: | ||
} | } | ||
} /*** Ende Formatierung Breakpoint xl ***/ | |||
} | |||
Version vom 19. Dezember 2019, 14:54 Uhr
body.skin-chameleon {
color: rgba(0,0,0,0.7);
}
.wikiEditor-ui-text textarea, .mw-editform textarea {
color: ghostwhite;
background: #3e3e3e;
height: 600px;
}
.bodyContent, .menu-vertical, .mw-editfont-monospace {
font-size: 16px;
}
.mw-body {
margin-top: -24px;
}
/*** Formatierung Breakpoint xl ***/
@media (min-width:1200px) {
.padding-xl-8 {
padding: 36px;
}
} /*** Ende Formatierung Breakpoint xl ***/