참고: 설정을 저장한 후에 바뀐 점을 확인하기 위해서는 브라우저의 캐시를 새로 고쳐야 합니다.
- 파이어폭스 / 사파리: Shift 키를 누르면서 새로 고침을 클릭하거나, Ctrl-F5 또는 Ctrl-R을 입력 (Mac에서는 ⌘-R)
- 구글 크롬: Ctrl-Shift-R키를 입력 (Mac에서는 ⌘-Shift-R)
- 엣지: Ctrl 키를 누르면서 새로 고침을 클릭하거나, Ctrl-F5를 입력.
/* 이 CSS 설정은 모든 스킨에 적용됩니다 */
body, h1, h2, h3, h4, h5, h6, b {
font-family: 'Noto Sans CJK KR', 'Noto Sans KR', 'Noto Sans JP', 'Noto Sans SC', 'Gothic Nguyen', 'Han-Nom Gothic', sans-serif;
}
code, kbd, pre, samp {
font-family: Menlo, Monaco, Consolas, "Courier New", 'Gothic Nguyen', 'Han-Nom Gothic', monospace
}
.mw-editfont-monospace {
font-family: Menlo, Monaco, Consolas, "Courier New", 'Noto Sans Mono CJK KR', 'Noto Sans Mono CJK JP', 'Han-Nom Gothic', monospace
}
.dark-mode .icon img {
filter: invert();
}
table.infobox {
max-width: 26em;
}
blockquote {
border: 2px dashed #8884;
border-inline-start: 5px solid #222;
padding: 10px;
background: #8881;
text-indent: 0px;
}
blockquote p {
margin: 0px;
}
@media screen {
figure[typeof~="mw:File/Thumb"], figure[typeof~="mw:File/Frame"] {
border: 1px solid #a8acc13f;
background-color: #e8e9ea3f;
}
figure[typeof~="mw:File/Thumb"] > figcaption, figure[typeof~="mw:File/Frame"] > figcaption {
border: 1px solid #a8acc13f;
background-color: #e8e9ea3f;
}
}
.noruby ruby.hanja > rp {
display: none !important;
}
.noruby ruby.hanja > rt {
display: none !important;
}
.tp_link a:active {
color: inherit !important;
}
.tp_link a:hover {
color: inherit !important;
}
.tp_link a:link {
color: inherit !important;
}
.tp_link a:visited {
color: inherit !important;
}
span.color a {
color: inherit !important;
}
.column-2 > ul { column-count: 2; }
.column-3 > ul { column-count: 3; }
.column-4 > ul { column-count: 4; }
.column-5 > ul { column-count: 5; }
.column-6 > ul { column-count: 6; }
@media (max-width: 640px) {
[class^="column-"] > ul { column-count: 2 !important; }
}