Wechseln zu:Navigation, Suche
Wiki
KKeine Bearbeitungszusammenfassung
KKeine Bearbeitungszusammenfassung
Zeile 18: Zeile 18:
     margin-top: -24px;
     margin-top: -24px;
}
}
pre {
max-height: none;
}





Version vom 9. Januar 2020, 09:18 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;
	}


/*** 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 ***/