.documentation {
clear: both;
border: 2px dotted #666666;
background-color: #ecfcf4;
margin: 1em 0 0 0;
padding: 0.4em 1em;
}
.documentation-startbox {
border-bottom: 1px solid #aaa;
padding-bottom: 3px;
margin-bottom: 1ex;
}
.documentation-heading {
font-weight: bold;
font-size: 130%;
}
@media screen {
html.skin-theme-clientpref-night .documentation,
html.skin-theme-clientpref-night .documentation-startbox {
background-color: #0b1e1c;
}
}
@media screen and (prefers-color-scheme: dark) {
html.skin-theme-clientpref-os .documentation,
html.skin-theme-clientpref-os .documentation-startbox {
background-color: #0b1e1c;
}
}