사용자:토끼군~kowikisource/monobook.css: 두 판 사이의 차이

내용 삭제됨 내용 추가됨
한국어 위키백과에서 복사
(차이 없음)

2006년 9월 23일 (토) 11:36 판

 /* 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; }