미디어위키:Common.css: 두 판 사이의 차이
보이기
편집 요약 없음 |
편집 요약 없음 |
||
28번째 줄: | 28번째 줄: | ||
background:#fff !important; color:#111 !important; border-color:#dcdcdc !important; | background:#fff !important; color:#111 !important; border-color:#dcdcdc !important; | ||
} | } | ||
/* Vector 2022: 로고 아이콘 숨기고(작은 로고), 워드마크/텍스트만 표시 */ | |||
.skin-vector-2022 .mw-logo-icon, | |||
.skin-vector-2022 .vector-sticky-header-logo { display: none !important; } | |||
/* 여백 정리 (선택) */ | |||
.skin-vector-2022 .mw-logo-wordmark { margin-left: 0 !important; } |
2025년 8월 31일 (일) 01:37 판
/* 이 CSS 설정은 모든 스킨에 적용됩니다 */ /* Monochrome for Timeless */ body.skin-timeless .mw-header, body.skin-timeless .mw-footer, body.skin-timeless .site-header, body.skin-timeless .sidebar { background:#f7f7f7 !important; border-color:#e5e5e5 !important; } body.skin-timeless .mw-parser-output a, body.skin-timeless a { color:#222 !important; } body.skin-timeless a:visited { color:#555 !important; } body.skin-timeless a:hover, body.skin-timeless a:focus { color:#000 !important; } body.skin-timeless .mw-ui-button, body.skin-timeless .mw-ui-button.mw-ui-progressive, body.skin-timeless .mw-ui-button.mw-ui-destructive { background:#e6e6e6 !important; color:#111 !important; border-color:#cfcfcf !important; } body.skin-timeless .mw-message-box, body.skin-timeless .mw-message-box-warning, body.skin-timeless .mw-message-box-error, body.skin-timeless .mw-message-box-success { background:#f3f3f3 !important; border-color:#dcdcdc !important; color:#111 !important; } body.skin-timeless input, body.skin-timeless select, body.skin-timeless textarea { background:#fff !important; color:#111 !important; border-color:#dcdcdc !important; } /* Vector 2022: 로고 아이콘 숨기고(작은 로고), 워드마크/텍스트만 표시 */ .skin-vector-2022 .mw-logo-icon, .skin-vector-2022 .vector-sticky-header-logo { display: none !important; } /* 여백 정리 (선택) */ .skin-vector-2022 .mw-logo-wordmark { margin-left: 0 !important; }