Module:Hatnote/styles.css: Difference between revisions

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