MediaWiki:Common.css

From NewgonWiki
Revision as of 20:23, 13 June 2023 by TempAdminAccount (talk | contribs) (underline links)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

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 */

/* Font stuff */

.mw-body-content h2, .mw-body-content h3, .mw-body-content h4, .mw-body-content h5 .mw-body-content h6 { font-family:Segoe UI, Verdana, Arial; }

#firstHeading { font-family:Segoe UI, Verdana, Arial; }

/* Thumb border */

.thumbborder { border:1px solid #000; }

a {
  text-decoration:underline;
}