Sjabloon:Documentatie/styles.css
Uiterlijk
.documentatie {
background-color: var(--background-color-warning-subtle,#fef6e7);
border: 1px solid var(--border-color-base,#a2a9b1);
clear: both;
margin-top: 1em;
padding: 1em;
}
.documentatie-start {
font-size: 1.5em;
border-bottom: 1px solid var(--border-color-base,#a2a9b1);
margin-bottom: 1em;
}
.documentatie-kop {
font-weight: 600;
font-size: 0.9em;
}
.documentatie-clear {
clear: both;
}
@media screen {
html.skin-theme-clientpref-night .documentatie {
background-color: var(--background-color-interactive-subtle,#f8f9fa);
}
}
@media screen and (prefers-color-scheme: dark) {
html.skin-theme-clientpref-os .documentatie {
background-color: var(--background-color-interactive-subtle,#f8f9fa);
}
}
/* [[Categorie:Wikipedia:TemplateStyles-pagina's]] */