模組:If preview/styles.css

於 2024年7月15日 (一) 10:39 由 LarryChou留言 | 貢獻 所做的修訂 (建立內容為「.preview-warning { font-style: italic; →‎@noflip:​ padding-left: 1.6em; margin-bottom: 0.5em; color: red; } →‎The templatestyles element inserts a link element before hatnotes. * TODO: Remove link if/when WMF resolves T200206:​ .preview-warning + link + .preview-warning { margin-top: -0.5em; }」的新頁面
(差異) ←上個修訂 | 最新修訂 (差異) | 下個修訂→ (差異)
.preview-warning {
	font-style: italic;
	/* @noflip */
	padding-left: 1.6em;
	margin-bottom: 0.5em;
	color: red;
}

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