Wechseln zu:Navigation, Suche
Wiki
(Die Seite wurde neu angelegt: „body.skin-chameleon { color: rgba(0,0,0,0.7); }“)
 
KKeine Bearbeitungszusammenfassung
Zeile 1: Zeile 1:
body.skin-chameleon {
body.skin-chameleon {
color: rgba(0,0,0,0.7);
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;
}
.padding-xl-8 {
    padding: 36px;
}
.mw-body {
    margin-top: -24px;
}
}

Version vom 10. Dezember 2019, 10:52 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;
}

.padding-xl-8 {
    padding: 36px;
}

.mw-body {
    margin-top: -24px;
}