Template:Documentation/styles.css: Difference between revisions
From MaRDI portal
fix border |
m 1 revision imported |
||
(No difference)
| |||
Latest revision as of 15:39, 23 June 2025
.template-documentation {
clear: both;
border: 1px solid var(--border-color-base, #a2a9b1);
padding: 12px;
background-color: #ecfcf4;
}
.template-documentation:after {
content: "";
display: block;
clear: both;
}
.template-documentation-heading {
padding-bottom: 3px;
border-bottom: 1px solid var(--border-color-base, #a2a9b1);
margin-bottom: 1ex;
}
@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;
}
}