사용자:토끼군/monobook.css

위키백과, 우리 모두의 백과사전.

참고: 설정을 저장한 후에 바뀐 점을 확인하기 위해서는 브라우저의 캐시를 새로 고쳐야 합니다. 구글 크롬, 파이어폭스, 마이크로소프트 엣지, 사파리: ⇧ Shift 키를 누른 채 "새로 고침" 버튼을 클릭하십시오. 더 자세한 정보를 보려면 위키백과:캐시 무시하기 항목을 참고하십시오.

 /* font patch */
 body { font-family: "돋움", "Lucida Grande", "DejaVu Sans", "AppleGothic", sans-serif; }
 textarea, pre, tt, code { font-family: "돋움체", "Monaco", "DejaVu Sans Mono", "AppleGothic", monospace; }
 :lang(en) { font-family: "Trebuchet MS", "DejaVu Sans", sans-serif; } /* to distinguish ko and en */
 
 /* 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 style */
 td.diff-deletedline, td.diff-addedline, td.diff-context {
     font-family: monospace;
     white-space: pre-wrap; /* is it works? */
 }
 span.diffchange {
     border: 1px solid red;
     background: #ffe0e0;
     padding: 1px;
     font-weight: normal;
 }
 
 /* edit page configuration */
 #wpSummary { width: 50% !important; }
 
 /* and so on */
 h3 { border-bottom: 1px solid #ddd; }
 #siteSub { border-bottom: none; }
 
 /************************************************************/
 /* styles for javascript-related element */
 
 /* EditPageRedesign module */
 #editpage-specialchars {
     border: 1px solid #ccc;
     margin: 5px auto;
     padding: 3px !important;
     font: 10pt "Tahoma", "굴림", "Lucida Grande", "AppleGothic", sans-serif;
     clear: both;
 }
 #editpage-specialchars a { background: #eef2ff; }
 #editpage-specialchars small { font: 7pt "Tahoma", "Verdana", 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; }