KKeine Bearbeitungszusammenfassung |
KKeine Bearbeitungszusammenfassung |
||
| Zeile 22: | Zeile 22: | ||
max-height: none; | max-height: none; | ||
} | } | ||
.mw-editform #wpTextbox1 { | |||
height: 1200px; | |||
} | |||
Version vom 9. Januar 2020, 08:24 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;
}
pre {
max-height: none;
}
.mw-editform #wpTextbox1 {
height: 1200px;
}
/*** Formatierung Breakpoint ***/
@media (min-width: 768px) {
.padding-md-x-2 {
padding: 16px 8px;
}
} /*** Ende Formatierung Breakpoint ***/
/*** Formatierung Breakpoint ***/
@media (min-width: 992px) {
.padding-lg-4 {
padding: 18px;
}
} /*** Ende Formatierung Breakpoint ***/
/*** Formatierung Breakpoint xl ***/
@media (min-width:1200px) {
.padding-xl-8 {
padding: 36px;
}
} /*** Ende Formatierung Breakpoint xl ***/