미디어위키:Timeless.css

Murph38 (토론 | 기여)님의 2025년 8월 29일 (금) 16:39 판

참고: 설정을 저장한 후에 바뀐 점을 확인하기 위해서는 브라우저의 캐시를 새로 고쳐야 합니다.

  • 파이어폭스 / 사파리: Shift 키를 누르면서 새로 고침을 클릭하거나, Ctrl-F5 또는 Ctrl-R을 입력 (Mac에서는 ⌘-R)
  • 구글 크롬: Ctrl-Shift-R키를 입력 (Mac에서는 ⌘-Shift-R)
  • 엣지: Ctrl 키를 누르면서 새로 고침을 클릭하거나, Ctrl-F5를 입력.
/* ==== Timeless Monochrome (drop-in) ==== */
/* 헤더/푸터/사이드바 */
body.skin-timeless .mw-header,
body.skin-timeless .site-header,
body.skin-timeless .mw-footer,
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:#666 !important; }
body.skin-timeless a:hover,
body.skin-timeless a:focus { color:#000 !important; }
/* 존재하지 않는 문서(빨간 링크)도 회색 */
body.skin-timeless a.new,
body.skin-timeless a.new:visited { color:#777 !important; }

/* 버튼 (MediaWiki UI + OOUI) */
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-ui-button:hover { background:#d9d9d9 !important; }

body.skin-timeless .oo-ui-buttonElement-button {
  background:#e6e6e6 !important; color:#111 !important; border-color:#cfcfcf !important;
}
body.skin-timeless .oo-ui-buttonElement-button:hover { background:#d9d9d9 !important; }
body.skin-timeless .oo-ui-flaggedElement-progressive .oo-ui-buttonElement-button,
body.skin-timeless .oo-ui-flaggedElement-primary .oo-ui-buttonElement-button,
body.skin-timeless .oo-ui-flaggedElement-destructive .oo-ui-buttonElement-button {
  background:#e6e6e6 !important; color:#111 !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;
}

/* 포틀릿(메뉴) 경계 정리 */
body.skin-timeless .mw-portlet { border-color:#e5e5e5 !important; background:transparent !important; }

/* 필요시 본문 배경 살짝 톤다운 (원치 않으면 주석) */
/* body.skin-timeless { background:#fafafa !important; } */