Actions

MediaWiki

MediaWiki:Common.css

From KAYŌ 💖 DAY

Revision as of 16:31, 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 */

@import url('https://fonts.proxy.ustclug.org/css?family=Noto+Serif+SC:300,500,700,900');

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

.firstHeading span, span#firstHeading span {
    font-weight: 900;
}

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

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