MediaWiki:Common.css

From edegan.com
Revision as of 17:51, 9 March 2016 by Alex Jiang (talk | contribs)
Jump to navigation Jump to search

Note: After saving, 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: Hold Ctrl while clicking Refresh, or press Ctrl-F5
  • Opera: Go to Menu → Settings (Opera → Preferences on a Mac) and then to Privacy & security → Clear browsing data → Cached images and files.
/* CSS placed here will be applied to all skins */

/*
#mw-head, #mw-panel, #footer {
    background-color: #00B2A9;
}
*/
@font-face {
    font-family: "Franklin Gothic Book";
    src: url(https://files.slack.com/files-pri/T0JA2A9Q9-F0RLDB3G8/download/franklin-gothic-book.ttf?pub_secret=327cdaaeb8);

h1, h2, h3, h4, h5, h6 {
    font-family: "Franklin Gothic Book";
}

html, body {
    font-family: Helvetica, sans-serif;
}