모듈:Hatnote/styles.css

최근 편집: 2021년 8월 1일 (일) 16:29
낙엽1124 (토론 | 기여)님의 2021년 8월 1일 (일) 16:29 판 (https://en.wikipedia.org/w/index.php?title=Module:Hatnote/styles.css&oldid=1033289096 에서 가져옴)
(차이) ← 이전 판 | 최신판 (차이) | 다음 판 → (차이)
/* {{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;
}