Malline:Mallineohje/styles.css
Siirry navigaatioon
Siirry hakuun
.template-documentation {
background-color: #ecfcf4;
border: 1px solid #aaa;
padding: 10px;
margin-top: 8px;
clear: both;
}
@media screen {
html.skin-theme-clientpref-night .template-documentation {
background-color: #0b1e1c;
}
}
@media screen and ( prefers-color-scheme: dark ) {
html.skin-theme-clientpref-os .template-documentation {
background-color: #0b1e1c;
}
}