사용자:토끼군~kowikisource/monobook.css

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

  • 파이어폭스 / 사파리: Shift 키를 누르면서 새로 고침을 클릭하거나, Ctrl-F5 또는 Ctrl-R을 입력 (Mac에서는 ⌘-R)
  • 구글 크롬: Ctrl-Shift-R키를 입력 (Mac에서는 ⌘-Shift-R)
  • 인터넷 익스플로러 / 엣지: Ctrl 키를 누르면서 새로 고침을 클릭하거나, Ctrl-F5를 입력.
  • 오페라: Ctrl-F5를 입력.
 /* MSIE-ko patch (Arial sucks!) */
 body { font-family: "굴림", sans-serif; }
 textarea, pre, tt, code { font-family: "돋움체", monospace; }
 
 /* disable color of visited links */
 a:visited { color: #002bb8 !important; }
 a.new:visited { color: #ba0000 !important; }
 a.stub:visited { color: #772233 !important; }
 a.extiw:visited, a.external:visited { color: #36b !important; }
 
 /* diff looks as monospace font */
 td.diff-deletedline, td.diff-addedline, td.diff-context {
     font-family: monospace;
     white-space: pre-wrap; /* is it works? */
 }
 
 /************************************************************/
 /* styles for javascript-related element */
 
 /* EditPageRedesign module */
 #editpage-specialchars {
     border: 1px solid #ccc;
     margin: 5px auto;
     padding: 3px !important;
     font: 10pt "Tahoma", "굴림", sans-serif;
 }
 #editpage-specialchars a { background: #eef2ff; }
 #editpage-specialchars small { font: 7pt "Tahoma", sans-serif; }
 #editpage-copywarn { display: none; }
 .editOptions br { display: none; }
 
 /* JavascriptConsole module */
 #z-console { margin: 10px 10px 10px 12.2em; text-align: center; }
 #z-console form { width: 80%; margin: 5px auto; padding: 10px; text-align: center; background: #eee; }
 #z-console textarea { font: 9pt "Lucida Console", monospace; height: 240px; }
 #z-console-dump { font-weight: bold; }
 
 /* SimpleInterwiki module */
 #infoSub { float: right; clear: right; text-align: right; max-width: 75%; font: 8pt "Tahoma", sans-serif; color: gray; }