Hoppa till innehållet

Mall:Dokumentation/styles.css

Från Plutten
/* För malldokumentation, se [[Mall:Dokumentation]] */
.template-documentation {
	clear: both;
	margin-top: 1em;
	border: 1px solid #aaa; 
	background-color: #ecfcf4;
    color: inherit;
	padding: 1em;
	overflow: auto;
}

@media screen {
    html.skin-theme-clientpref-night .template-documentation {
	    background-color: #132821;
        color: inherit;
	}
}
@media screen and ( prefers-color-scheme: dark) {
    html.skin-theme-clientpref-os .template-documentation {
        background-color: #132821;
        color: inherit;
    }
}

/* [[Kategori:TemplateStyles-mallar]] */