User:Kenny TM~/monobook.css

维基百科,自由的百科全书

注意:保存之后,你必须清除浏览器缓存才能看到做出的更改。Google ChromeFirefoxMicrosoft EdgeSafari:按住⇧ Shift键并单击工具栏的“刷新”按钮。参阅Help:绕过浏览器缓存以获取更多帮助。

/* Best for Mozilla Firefox 1.0 */

body {
  font-family: Times, "新細明體", "NSimSun", "Arial Unicode MS", sans-serif;
}

a:link {
  text-decoration: none;
}

a:hover{
  text-decoration: underline;
}

textarea, pre, tt, span.minor, span.newpage {
  font-family: "Courier New", "細明體", monospaced;
}

span.minor {
  color: blue;
  font-weight: normal;
}

span.newpage {
  color: red;
  font-weight: normal;
}

span.texhtml{
  font-family: Times, "新細明體", "NSimSun", "Arial Unicode MS", sans-serif;
}

h2 {
  font-size: 16pt;
  font-weight: bold;
}

/* Hide "Wikipedia, the Free Encyclopedia" - we all know it, right? */

h3#siteSub{
  display: none;
}

/* Also the notice stuff */

div#siteNotice {
  display: none;
}