模組:Hatnote/styles.css

出自合眾百科 Unitedbook
於 2021年9月18日 (六) 11:20 由 imported>DC 所做的修訂 (建立內容為「→‎{{pp|small=y}}:​ .hatnote { font-style: italic; } →‎Limit structure CSS to divs because of [[Module:Hatnote inline]]:​ div.hatnote { →‎@noflip:​ paddi…」的新頁面
(差異) ←上個修訂 | 最新修訂 (差異) | 下個修訂→ (差異)
/* {{pp|small=y}} */
.hatnote {
	font-style: italic;
}

/* Limit structure CSS to divs because of [[Module:Hatnote inline]] */
div.hatnote {
	/* @noflip */
	padding-left: 1.6em;
	margin-bottom: 0.5em;
}

.hatnote i {
	font-style: normal;
}

/* The templatestyles element inserts a link element before hatnotes.
 * TODO: Remove link if/when WMF resolves T200206 */
.hatnote + link + .hatnote {
	margin-top: -0.5em;
}