참고: 설정을 저장한 후에 바뀐 점을 확인하기 위해서는 브라우저의 캐시를 새로 고쳐야 합니다.
- 파이어폭스 / 사파리: Shift 키를 누르면서 새로 고침을 클릭하거나, Ctrl-F5 또는 Ctrl-R을 입력 (Mac에서는 ⌘-R)
- 구글 크롬: Ctrl-Shift-R키를 입력 (Mac에서는 ⌘-Shift-R)
- 인터넷 익스플로러 / 엣지: Ctrl 키를 누르면서 새로 고침을 클릭하거나, Ctrl-F5를 입력.
- 오페라: Ctrl-F5를 입력.
/* 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; }
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;}
.mw-code {border: 0px solid @grey-dark;}
/* pre, .mw-code */
pre, .mw-code {background-color: #edf1fd; border-radius: 8px;}
/* 본문 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;}