Sjabloon:Documentatie/styles.css

Uit Wikipedia, de vrije encyclopedie
.documentatie {
	background-color: #ffffee;
	border: 1px solid #aaa;
	clear: both;
	margin-top: 1em;
	padding: 1em;
}

.documentatie-start {
	font-size: 1.5em;
	border-bottom: 1px solid #aaa;
	margin-bottom: 1ex;
}

.documentatie-kop {
	font-weight: 600;
	font-size: 0.9em;
}

.documentatie-clear {
	clear: both;
}

html.skin-theme-clientpref-night .documentatie {
	background-color: inherit;
}

@media (prefers-color-scheme: dark) {
	html.skin-theme-clientpref-os .documentatie {
		background-color: inherit;
	}
}

/* [[Categorie:Wikipedia:TemplateStyles-pagina's]] */