Template:Documentation/styles.css: Difference between revisions
Appearance
Semaiophoron (talk | contribs) Created page with ".template-documentation { margin-top: 1em; clear: both; border: 2px dotted #666; padding: 0.6em; background-color: #ecfcf4; } .template-documentation:after { content: ""; display: block; clear: both; } .template-documentation-heading { padding-bottom: 3px; border-bottom: 1px solid #a2a9b1; margin-bottom: 1ex; } .template-documentation-title { font-size: 150%; } .template-documentation-transcludedfrom { font-size: smaller; font-style: italic; } html.skin-th..." |
Admin changed the content model of the page Template:Documentation/styles.css from "wikitext" to "Sanitized CSS": Enable sanitized TemplateStyles content model |
(No difference)
| |
Latest revision as of 14:43, 14 August 2026
.template-documentation {
margin-top: 1em;
clear: both;
border: 2px dotted #666;
padding: 0.6em;
background-color: #ecfcf4;
}
.template-documentation:after {
content: "";
display: block;
clear: both;
}
.template-documentation-heading {
padding-bottom: 3px;
border-bottom: 1px solid #a2a9b1;
margin-bottom: 1ex;
}
.template-documentation-title {
font-size: 150%;
}
.template-documentation-transcludedfrom {
font-size: smaller;
font-style: italic;
}
html.skin-theme-clientpref-night .template-documentation {
background-color: #0b1e1c;
}
@media (prefers-color-scheme: dark) {
html.skin-theme-clientpref-os .template-documentation {
background-color: #0b1e1c;
}
}