Module:Hatnote/styles.css: Difference between revisions

From escforumwiki
Jump to navigation Jump to search
en>Galobtter
(fix)
en>Izno
(per guidelines)
Line 2: Line 2:
font-style: italic;
font-style: italic;
}
}
.hatnote i {
.hatnote i {
font-style: normal;
font-style: normal;
}
}
div.hatnote {
div.hatnote {
/* @noflip */
/* @noflip */
Line 10: Line 12:
margin-bottom: 0.5em;
margin-bottom: 0.5em;
}
}
/* The templatestyles element inserts a link element before hatnotes. */
/* The templatestyles element inserts a link element before hatnotes. */
div.hatnote + link + div.hatnote {
div.hatnote + link + div.hatnote {
margin-top: -0.5em;
margin-top: -0.5em;
}
}

Revision as of 04:50, 26 July 2019

.hatnote {
	font-style: italic;
}

.hatnote i {
	font-style: normal;
}

div.hatnote {
	/* @noflip */
	padding-left: 1.6em;
	margin-bottom: 0.5em;
}

/* The templatestyles element inserts a link element before hatnotes. */
div.hatnote + link + div.hatnote {
	margin-top: -0.5em;
}