다른 명령
(새 문서: body { font-family: '맑은 고딕','Malgun Gothic',나눔고딕,돋움,Dotum,굴림,Gulim,'Apple SD Gothic Neo',sans-serif; } →이 CSS 설정은 모든 스킨에 적용됩니다) |
편집 요약 없음 |
||
| 1번째 줄: | 1번째 줄: | ||
body { font-family: '맑은 고딕','Malgun Gothic',나눔고딕,돋움,Dotum,굴림,Gulim,'Apple SD Gothic Neo',sans-serif; } | #body { font-family: '맑은 고딕','Malgun Gothic',나눔고딕,돋움,Dotum,굴림,Gulim,'Apple SD Gothic Neo',sans-serif; } | ||
/* 이 CSS 설정은 모든 스킨에 적용됩니다 */ | /* 이 CSS 설정은 모든 스킨에 적용됩니다 */ | ||
/* === Reflist (legacy #css replacement) === */ | |||
.reflist { | |||
font-size: 90%; | |||
margin-bottom: 0.5em; | |||
list-style-type: decimal; | |||
} | |||
.reflist .references { | |||
font-size: 100%; | |||
margin-bottom: 0; | |||
list-style-type: inherit; | |||
} | |||
/* column layout */ | |||
.reflist-columns-2 { | |||
column-width: 30em; | |||
} | |||
.reflist-columns-3 { | |||
column-width: 25em; | |||
} | |||
.reflist-columns { | |||
margin-top: 0.3em; | |||
} | |||
.reflist-columns ol { | |||
margin-top: 0; | |||
} | |||
/* avoid column breaks */ | |||
.reflist-columns li { | |||
page-break-inside: avoid; | |||
break-inside: avoid-column; | |||
} | |||
/* list-style variants */ | |||
.reflist-upper-alpha { list-style-type: upper-alpha; } | |||
.reflist-upper-roman { list-style-type: upper-roman; } | |||
.reflist-lower-alpha { list-style-type: lower-alpha; } | |||
.reflist-lower-greek { list-style-type: lower-greek; } | |||
.reflist-lower-roman { list-style-type: lower-roman; } | |||
/* default references list */ | |||
ol.references { | |||
font-size: 90%; | |||
margin-bottom: 0.5em; | |||
} | |||
/* nowrap helpers */ | |||
.nowrap, | |||
.nowraplinks a, | |||
.nowraplinks .selflink, | |||
sup.reference a { | |||
white-space: nowrap; | |||
} | |||
2026년 1월 9일 (금) 05:37 판
#body { font-family: '맑은 고딕','Malgun Gothic',나눔고딕,돋움,Dotum,굴림,Gulim,'Apple SD Gothic Neo',sans-serif; }
/* 이 CSS 설정은 모든 스킨에 적용됩니다 */
/* === Reflist (legacy #css replacement) === */
.reflist {
font-size: 90%;
margin-bottom: 0.5em;
list-style-type: decimal;
}
.reflist .references {
font-size: 100%;
margin-bottom: 0;
list-style-type: inherit;
}
/* column layout */
.reflist-columns-2 {
column-width: 30em;
}
.reflist-columns-3 {
column-width: 25em;
}
.reflist-columns {
margin-top: 0.3em;
}
.reflist-columns ol {
margin-top: 0;
}
/* avoid column breaks */
.reflist-columns li {
page-break-inside: avoid;
break-inside: avoid-column;
}
/* list-style variants */
.reflist-upper-alpha { list-style-type: upper-alpha; }
.reflist-upper-roman { list-style-type: upper-roman; }
.reflist-lower-alpha { list-style-type: lower-alpha; }
.reflist-lower-greek { list-style-type: lower-greek; }
.reflist-lower-roman { list-style-type: lower-roman; }
/* default references list */
ol.references {
font-size: 90%;
margin-bottom: 0.5em;
}
/* nowrap helpers */
.nowrap,
.nowraplinks a,
.nowraplinks .selflink,
sup.reference a {
white-space: nowrap;
}