Actions

MediaWiki

MediaWiki:Common.css

From KAYŌ 💖 DAY

Revision as of 16:22, 23 December 2018 by Dachy (talk | contribs)

Note: After publishing, you may have to bypass your browser's cache to see the changes.

  • Firefox / Safari: Hold Shift while clicking Reload, or press either Ctrl-F5 or Ctrl-R (⌘-R on a Mac)
  • Google Chrome: Press Ctrl-Shift-R (⌘-Shift-R on a Mac)
  • Internet Explorer / Edge: Hold Ctrl while clicking Refresh, or press Ctrl-F5
  • Opera: Press Ctrl-F5.
/* CSS placed here will be applied to all skins */

<link href="//fonts.proxy.ustclug.org/css?family=Noto+Serif+SC:300,500,700,900" rel="stylesheet">

html,
body {
   font-family: "Noto Serif SC" !important;
}

/*
html, body, div, p, span, a,
h1, h2, h3, h4, h5, h6,
table, th, td, ul, ol, dl, li, dt, dd,
input, textarea, select, form,
code, kbd, pre, samp {
	font-family: Neue Haas Grotesk Text Pro, Graphik, Libre Franklin, Adamina, Roboto, Source Sans Pro, Open Sans, Segoe UI, Meiryo, Hiragino Mincho Pro, serif !important;
}
.firstHeading span, span#firstHeading span {
	font-family: Neue Haas Grotesk Text Pro, Graphik, Libre Franklin, Adamina, Roboto, Source Sans Pro, Open Sans, Segoe UI, "冬青黑体简体中文", "Hiragino Sans GB", "冬青黑体简体中文 W3", "Hiragino Sans GB W3" !important;
}
*/

textarea, input {
	font-family: "PT Mono", Meiryo, Microsoft Yahei, sans-serif !important;
	font-size: 1em;
}
}

#ca-talk,
.toc#toc {
	display: none !important;
}