MediaWiki:Common.css

Revision as of 12:58, 5 August 2024 by Wmcclain (talk | contribs) (Replaced content with ":root{ filter: invert(85%); } .mw-footer { filter: invert(85%); } .mw-panel { filter: invert(85%) hue-rotate(180deg); } img{ filter: invert(100%) hue-rotate(0deg) grayscale(0%); } .mw-body-content a:visited { color: #0645AD !IMPORTANT; } .mw-body-content a.new:link { color: #45acc0 !IMPORTANT; } .mw-body-content a.new:visited { color: #a55858 !IMPORTANT; } #content p { color: #5a7425; font-size: 12px; font-family: "Courier New"; }")

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.
:root{
    filter: invert(85%);
    
}

.mw-footer {
    filter: invert(85%);
}
.mw-panel {
   filter: invert(85%) hue-rotate(180deg);
}

img{
	filter: invert(100%) hue-rotate(0deg) grayscale(0%);

}

.mw-body-content a:visited { color: #0645AD !IMPORTANT; }
.mw-body-content a.new:link { color: #45acc0 !IMPORTANT; }
.mw-body-content a.new:visited { color: #a55858 !IMPORTANT; }

#content p { color: #5a7425; font-size: 12px; font-family: "Courier New"; }