Template:Hatnote/styles.css: Difference between revisions
Appearance
Semaiophoron (talk | contribs) Created page with ".hatnote { font-style: italic; } .hatnote i, .hatnote.noitalic { font-style: normal; } div.hatnote { padding-left: 1.6em; margin-bottom: 0.5em; } div.hatnote + div.hatnote { margin-top: -0.5em; } →https://phabricator.wikimedia.org/T180396#5317728: @media print { .hatnote { display: none; } }" |
Admin changed the content model of the page Template:Hatnote/styles.css from "wikitext" to "Sanitized CSS": Enable sanitized TemplateStyles content model |
(No difference)
| |
Latest revision as of 14:43, 14 August 2026
.hatnote {
font-style: italic;
}
.hatnote i,
.hatnote.noitalic {
font-style: normal;
}
div.hatnote {
padding-left: 1.6em;
margin-bottom: 0.5em;
}
div.hatnote + div.hatnote {
margin-top: -0.5em;
}
/* https://phabricator.wikimedia.org/T180396#5317728 */
@media print {
.hatnote {
display: none;
}
}