KKeine Bearbeitungszusammenfassung |
KKeine Bearbeitungszusammenfassung |
||
| (Eine dazwischenliegende Version desselben Benutzers wird nicht angezeigt) | |||
| Zeile 18: | Zeile 18: | ||
margin-top: -24px; | margin-top: -24px; | ||
} | } | ||
pre { | pre { | ||
/* Höhe der Vorschaubox für css-Vorlagen-Seiten */ | |||
max-height: none; | max-height: none; | ||
} | } | ||
.mw-editform #wpTextbox1 { | .mw-editform #wpTextbox1 { | ||
height: | /* Höhe des Editier-Fensters im 'Bearbeiten-Modus' */ | ||
height: 1450px; | |||
} | } | ||
Aktuelle Version vom 9. Januar 2020, 08:28 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 {
/* Höhe der Vorschaubox für css-Vorlagen-Seiten */
max-height: none;
}
.mw-editform #wpTextbox1 {
/* Höhe des Editier-Fensters im 'Bearbeiten-Modus' */
height: 1450px;
}
/*** 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 ***/