편집
925
번
Myheart3123 (토론 | 기여) 편집 요약 없음 태그: 되돌려진 기여 |
Myheart3123 (토론 | 기여) 편집 요약 없음 |
||
(같은 사용자의 중간 판 21개는 보이지 않습니다) | |||
2번째 줄: | 2번째 줄: | ||
/* Vector 폰트 설정 */ | /* 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 { | html, body, button { | ||
font-family: | 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) { | .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: | font-family: var(--font-family); | ||
} | } | ||
.vector-sticky-header-context-bar-primary { | .vector-sticky-header-context-bar-primary { | ||
font-family: | font-family: var(--font-family); | ||
} | } | ||
.mw-editsection, .mw-editsection-like { | .mw-editsection, .mw-editsection-like { | ||
font-family: | font-family: var(--font-family); | ||
} | } | ||
/* h2 문단 제목 강조 */ | |||
h2 { | |||
font-weight: bold; | |||
} | |||
/* 레거시 스킨 로고 설정 */ | /* 레거시 스킨 로고 설정 */ | ||
26번째 줄: | 33번째 줄: | ||
} | } | ||
/* | /* 축약된 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); | |||
} | } | ||
/* [[분류:위키 인터페이스 | /* [[분류:위키 인터페이스 스타일시트]] */ |