미디어위키:Vector.css: 두 판 사이의 차이
Myheart3123 (토론 | 기여) 편집 요약 없음 태그: 되돌려진 기여 |
Myheart3123 (토론 | 기여) 편집 요약 없음 태그: 되돌려진 기여 |
||
10번째 줄: | 10번째 줄: | ||
} | } | ||
.vector-sticky-header-context-bar-primary { | .vector-sticky-header-context-bar-primary { | ||
font-family: Pretendard, sans-serif; | |||
} | |||
.mw-editsection, .mw-editsection-like { | |||
font-family: Pretendard, sans-serif; | font-family: Pretendard, sans-serif; | ||
} | } |
2023년 10월 7일 (토) 13:35 판
/* 여기의 모든 CSS는 벡터 스킨을 사용하는 사용자에게 로드됩니다 */ /* 폰트 설정 */ @import url("https://cdn.jsdelivr.net/gh/orioncactus/pretendard@v1.3.8/dist/web/static/pretendard.css"); html, body, button { font-family: Pretendard, sans-serif; } .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: Pretendard, sans-serif; } .vector-sticky-header-context-bar-primary { font-family: Pretendard, sans-serif; } .mw-editsection, .mw-editsection-like { font-family: Pretendard, sans-serif; } /* 레거시 스킨 로고 설정 */ .mw-wiki-logo { background-image: url(/logo.svg); } /* 사이드바 '이전 스타일' 버튼 제거 */ .vector-main-menu-action-opt-out { display: none; } /* CodeEditor 편집기 폰트 오류 수정 */ .wikiEditor-ui .ace_editor { font: 12px/normal 'Monaco', 'Menlo', 'Ubuntu Mono', 'Consolas', 'source-code-pro', monospace; } /* [[분류:위키 인터페이스 문서]] */