Module:Hatnote/styles.css: Difference between revisions

m
15 revisions imported from wikipedia:Module:Hatnote/styles.css
(+)
m (15 revisions imported from wikipedia:Module:Hatnote/styles.css)
 
(8 intermediate revisions by 2 users not shown)
Line 1:
/* {{pp|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 10:
margin-bottom: 0.5em;
}
 
/* The templatestyles element inserts a link element before every hatnote. */
div.hatnote + link + div.hatnote i {
font-style: normal;
 
/* The templatestyles element inserts a link element before every hatnotehatnotes. */
* TODO: Remove link if/when WMF resolves T200206 */
.hatnote + link + .hatnote {
margin-top: -0.5em;
}