편집 요약 없음 |
편집 요약 없음 |
||
7번째 줄: | 7번째 줄: | ||
/* 기본 폰트 */ | /* 기본 폰트 */ | ||
.mw-body { | .mw-body { | ||
h1, h2, h3, h4, h5, h6, dt {font-family: 'Noto Sans Korean', 'Noto Sans', 'Nanum Gothic', 'KoPub Dotum', 'Malgun Gothic', '맑은 고딕', sans-serif, @fonts-secondary; margin: 2.5em 0 1em; line-height: 1.6;} | h1, | ||
h2, | |||
h3, | |||
h4, | |||
h5, | |||
h6, | |||
dt { | |||
font-family: 'Noto Sans Korean', 'Noto Sans', 'Nanum Gothic', 'KoPub Dotum', 'Malgun Gothic', '맑은 고딕', sans-serif, @fonts-secondary; | |||
margin: 2.5em 0 1em; | |||
line-height: 1.6;} | |||
h1 {font-size: 150%; font-weight: 600; padding-bottom: 0.5em; } | h1 {font-size: 150%; font-weight: 600; padding-bottom: 0.5em; } |
2021년 1월 8일 (금) 01:00 판
/* CSS placed here will affect users of the Timeless skin
Timeless 스킨을 사용할 때만 적용되는 스타일 */
/* 라인 높이 */
body {line-height: 1.6;}
/* 기본 폰트 */
.mw-body {
h1,
h2,
h3,
h4,
h5,
h6,
dt {
font-family: 'Noto Sans Korean', 'Noto Sans', 'Nanum Gothic', 'KoPub Dotum', 'Malgun Gothic', '맑은 고딕', sans-serif, @fonts-secondary;
margin: 2.5em 0 1em;
line-height: 1.6;}
h1 {font-size: 150%; font-weight: 600; padding-bottom: 0.5em; }
h2 {font-size: 130%; font-weight: 600; padding-bottom: 0.5em; }
h3 {font-size: 118%; font-weight: 600;}
h4 {font-size: 107%; font-weight: 800;}
h5 {font-size: 103%; font-weight: 800;}
h6 {font-size: 100%; font-weight: 800;}
.wikitable {font-size: 95%;}
}
#siteSub {font-family: 'Noto Sans Korean', 'Noto Sans', 'Nanum Gothic', 'KoPub Dotum', 'Malgun Gothic', '맑은 고딕', sans-serif, @fonts-secondary; }
p {line-height: 1.685;} /* 본문 라인 높이 추가 */
li {margin: 0.3em 0 0.3em 0.3em; /* 수정(추가) - 본문 블릿 여백 추가 */}
ol {padding: 0; margin: 0.3em 0 0.5em 1em !important;} /* ol 태그 추가 */
.thumbcaption {font-size: 90%; text-align: center; color: brown; } /* 섬네일 캡션 */
.toc ul {margin: 1em 0 0 !important;} /* important 추가 */
/* code */
code {border-radius: 3px; padding: 2px 6px; line-height: 2em;}
/* pre, .mw-code */
pre, .mw-code {background-color: #edf1fd; border-radius: 8px;}
pre, .mw-code {border: 0px solid #edf1fd;}
/* 본문 ul 여백(마진) 설정 */
.mw-content-ltr ul, .mw-content-rtl .mw-content-ltr ul {margin: 0 0 0.2em 1.6em;}
/* dd 블록 아래 마진 설정 - 원래 1em */
.mw-body dd {margin-bottom: 0.4em;}