미디어위키:Timeless.css
참고: 설정을 저장한 후에 바뀐 점을 확인하기 위해서는 브라우저의 캐시를 새로 고쳐야 합니다.
- 파이어폭스 / 사파리: Shift 키를 누르면서 새로 고침을 클릭하거나, Ctrl-F5 또는 Ctrl-R을 입력 (Mac에서는 ⌘-R)
- 구글 크롬: Ctrl-Shift-R키를 입력 (Mac에서는 ⌘-Shift-R)
- 엣지: Ctrl 키를 누르면서 새로 고침을 클릭하거나, Ctrl-F5를 입력.
/* Monochrome overrides (global) */ .skin-timeless a, .skin-timeless .mw-parser-output a { color:#222 !important; } .skin-timeless a:visited { color:#555 !important; } .skin-timeless a:hover, .skin-timeless a:focus { color:#000 !important; } .skin-timeless .mw-header, .skin-timeless .mw-footer, .skin-timeless .site-header, .skin-timeless .sidebar { background:#f7f7f7 !important; border-color:#e5e5e5 !important; } .skin-timeless .mw-ui-button, .skin-timeless .mw-ui-button.mw-ui-progressive, .skin-timeless .mw-ui-button.mw-ui-destructive { background:#e6e6e6 !important; color:#111 !important; border-color:#cfcfcf !important; } .skin-timeless .mw-message-box, .skin-timeless .mw-message-box-warning, .skin-timeless .mw-message-box-error, .skin-timeless .mw-message-box-success { background:#f3f3f3 !important; border-color:#dcdcdc !important; color:#111 !important; } .skin-timeless input, .skin-timeless select, .skin-timeless textarea { background:#fff !important; color:#111 !important; border-color:#dcdcdc !important; }