Jump to content

User:SMcCandlish/global.css

From Meta, a Wikimedia project coordination wiki

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)
  • Edge: Hold Ctrl while clicking Refresh, or press Ctrl-F5.
/* Get rid of obnoxious warnings and noob boilerplate */
@import url("https://meta.wikimedia.org/w/index.php?title=User:SMcCandlish/denoise.css&action=raw&bcache=1&maxage=86400&ctype=text/css");

/* Set consistent monospace font for all code and input boxes */
@import url("https://meta.wikimedia.org/w/index.php?title=User:SMcCandlish/codefont.css&action=raw&bcache=1&maxage=86400&ctype=text/css");

/* Highlight my own stuff to make it easier to find/ignore */
a:link[title ="User:SMcCandlish"] { text-decoration: underline; }

/* Make links to redirects and disambiguation pages look different; use "!important" to get around dark-mode scripts that screw with link coloration. */
.mw-redirect { color: DarkCyan !important; }
.mw-disambig { color: DarkOrange !important; }
/* For a much more fancy-pants approach, that handles all sorts of
link coloration by page type and conditions, see:
 https://en.wikipedia.org/wiki/User:Anomie/linkclassifier
*/