MediaWiki:Common.css

From The Pinched Universe
Revision as of 15:21, 25 June 2024 by Hori (talk | contribs) (Disable documentations, sand box, and test cases pages)
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 */

/* Hide talk page tabs */
#ca-talk, #ca-talk a {
    display: none !important;
}

/* Hide links to documentation, sandbox, and test cases pages */
a[href*="Documentation"], a[href*="Sandbox"], a[href*="Testcases"] {
    display: none !important;
}