MediaWiki:Common.css: Difference between revisions

Jump to navigation Jump to search
Content added Content deleted
(Added template documentation CSS)
(Added .hatnote for Template:Main and other disambiguation notices)
Line 4: Line 4:
cite, dfn {
cite, dfn {
font-style: inherit;
font-style: inherit;
}

/* Hatnotes and disambiguation notices */
.hatnote {
font-style: italic;
}
.hatnote i {
font-style: normal;
}
div.hatnote {
/* @noflip */
padding-left: 1.6em;
margin-bottom: 0.5em;
}
div.hatnote + div.hatnote {
margin-top: -0.5em;
}
}