참고: 설정을 저장한 후에 바뀐 점을 확인하기 위해서는 브라우저의 캐시를 새로 고쳐야 합니다.
- 파이어폭스 / 사파리: Shift 키를 누르면서 새로 고침을 클릭하거나, Ctrl-F5 또는 Ctrl-R을 입력 (Mac에서는 ⌘-R)
- 구글 크롬: Ctrl-Shift-R키를 입력 (Mac에서는 ⌘-Shift-R)
- 인터넷 익스플로러 / 엣지: Ctrl 키를 누르면서 새로 고침을 클릭하거나, Ctrl-F5를 입력.
- 오페라: Ctrl-F5를 입력.
/* 여기의 모든 CSS는 벡터 스킨을 사용하는 사용자에게 로드됩니다 */ /* Vector 폰트 설정 */ :root { --font-family: "Pretendard Variable", Pretendard, -apple-system, BlinkMacSystemFont, system-ui, Roboto, "Helvetica Neue", "Segoe UI", "Apple SD Gothic Neo", "Noto Sans KR", "Malgun Gothic", "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", sans-serif; } html, body, button { font-family: var(--font-family); } .mw-body h1:lang(ja),.mw-body-content h1:lang(ja),.mw-body-content h2:lang(ja),.mw-body h1:lang(he),.mw-body-content h1:lang(he),.mw-body-content h2:lang(he),.mw-body h1:lang(ko),.mw-body-content h1:lang(ko),.mw-body-content h2:lang(ko) { font-family: var(--font-family); } .vector-sticky-header-context-bar-primary { font-family: var(--font-family); } .mw-editsection, .mw-editsection-like { font-family: var(--font-family); } /* h2 문단 제목 강조 */ h2 { font-weight: bold; } /* 레거시 스킨 로고 설정 */ .mw-wiki-logo { background-image: url(/logo.svg); } /* 사이드바 '이전 스타일' 버튼 제거 */ .vector-main-menu-action-opt-out { display: none; } /* 축약된 URL 얻기 레이아웃 오버플로 수정 */ .vector-unpinned-container #t-urlshortener input { width: 85%; transform: translateX(7.5%); } .vector-pinned-container #t-urlshortener input { width: 85%; transform: translateY(0.25em); } /* [[분류:위키 인터페이스 스타일시트]] */