미디어위키:Mobile.css: 두 판 사이의 차이
Myheart3123 (토론 | 기여) 편집 요약 없음 태그: 수동 되돌리기 모바일 편집 모바일 웹 편집 고급 모바일 편집 |
Myheart3123 (토론 | 기여) 편집 요약 없음 태그: 모바일 편집 모바일 웹 편집 고급 모바일 편집 |
||
29번째 줄: | 29번째 줄: | ||
/* CodeEditor 편집기 폰트 오류 수정 */ | /* CodeEditor 편집기 폰트 오류 수정 */ | ||
.wikiEditor-ui .ace_editor { | .wikiEditor-ui .ace_editor { | ||
font: | font: 'Monaco', 'Menlo', 'Ubuntu Mono', 'Consolas', 'source-code-pro', monospace !important; | ||
} | } | ||
/* [[분류:위키 인터페이스 문서]] */ | /* [[분류:위키 인터페이스 문서]] */ |
2023년 10월 9일 (월) 02:09 판
/* 여기의 모든 CSS는 모바일 사이트를 사용하는 사용자에게 로드됩니다 */ /* Minerva Neue 폰트 설정 */ :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); } .pre-content h1, .content h1, .content h2 { font-family: var(--font-family); } /* 대문 분류 제거 */ .page-청소년정책위키_대문 .catlinks { display: none; } /* 대문 토론 버튼 제거 */ .page-청소년정책위키_대문 .talk { display: none; } /* 방문한 링크 색상 변경 */ a:visited { color: #3366cc; } /* CodeEditor 편집기 폰트 오류 수정 */ .wikiEditor-ui .ace_editor { font: 'Monaco', 'Menlo', 'Ubuntu Mono', 'Consolas', 'source-code-pro', monospace !important; } /* [[분류:위키 인터페이스 문서]] */