MediaWiki:Common.css

From Harlon City Server

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.googleapis.com/css2?family=Manrope:wght@600;700&display=swap') ');

/* Changes the default font used for MediaWiki to Manrope (does not include headings or monospaced text): */
body {
  font-family: "Manrope", sans-serif; font-weight:600;
}

/* Changes the default font used for MediaWiki headings to Manrope: */
#content h1, 
#content h2 {
  font-family: "Manrope", serif; font-weight: 700;
}

a:link {
  color: #5DA818;
}

::selection {
  background: #5DA818;
}