MediaWiki:Common.css

From SNAFU Con Wiki
Revision as of 20:41, 30 January 2015 by Sammich (talk | contribs) (add a comment about not-red links)
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.
/* suppress stuff we don't want on the main page */
.page-Main_Page #deleteconfirm,
.page-Main_Page #t-cite,
.page-Main_Page #footer-info-lastmod,
.action-view.page-Main_Page #siteSub,
.action-view.page-Main_Page #contentSub,
.action-view.page-Main_Page .firstHeading {
    display: none !important;
}

/* Beta hates dead links, so make them not look like links.
 * This way we can still have Special:WantedPages.
 */
a.new:link,
a.new:active,
a.new:visited {
    color: inherit;
    text-decoration: inherit;
}