Module:Hatnote/styles.css: Difference between revisions

m
15 revisions imported from wikipedia:Module:Hatnote/styles.css
(create)
 
m (15 revisions imported from wikipedia:Module:Hatnote/styles.css)
 
(14 intermediate revisions by 3 users not shown)
Line 1:
/* {{pp-template|small=y}} */
.hatnote {
font-style: italic;
}
 
.hatnote i {
/* Limit structure CSS to divs because of [[Module:Hatnote inline]] */
font-style: normal;
div.hatnote {
/* @noflip */
Line 11 ⟶ 10:
margin-bottom: 0.5em;
}
 
div.hatnote + div.hatnote {
.hatnote i {
font-style: normal;
 
/* The templatestyles element inserts a link element before hatnotes.
* TODO: Remove link if/when WMF resolves T200206 */
div.hatnote + divlink + .hatnote {
margin-top: -0.5em;
}