MediaWiki:Common.css
From KAYŌ 💖 DAY
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|Lato:300,300i,400,400i,700,700i,900,900i'); @import url('https://fonts.proxy.ustclug.org/css?family=Fira+Mono'); html { font-size: 18px; } html, body, pre, h1, h2, h3, h4, h5, h6, .mw-body h1, .mw-body h2 { font-family: Lato, "Noto Serif SC"; } .firstHeading, #firstHeading { font-weight: 600; background-image: -webkit-gradient(linear,0 0,0 bottom,from(#ffffff),to(#333)); -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent; } h3#tagline { visibility: hidden; } textarea, input { font-family: "Fira Mono", "Noto Serif SC"; font-size: 1em; } #ca-talk, .toc#toc { display: none !important; }