Wechseln zu:Navigation, Suche
Wiki
KKeine Bearbeitungszusammenfassung
KKeine Bearbeitungszusammenfassung
Zeile 24: Zeile 24:


.mw-editform #wpTextbox1 {
.mw-editform #wpTextbox1 {
height: 1200px;
height: 1450px;
}
}



Version vom 9. Januar 2020, 08:26 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: 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 ***/