(새 문서: .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: -...) |
(차이 없음)
|
2024년 10월 30일 (수) 16:57 기준 최신판
.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;
}