MediaWiki:Common.css

From IUO Tome of Knowledge
Revision as of 05:15, 6 October 2025 by Iuoadmin (talk | contribs) (Replaced content with "Dark mode styles: body.dark-mode { background-color: #111 !important; color: #eee !important; } body.dark-mode a { color: #80c0ff !important; } body.dark-mode #mw-panel, body.dark-mode #mw-head, body.dark-mode #footer { background: #222 !important; }")
Jump to navigationJump 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)
  • Edge: Hold Ctrl while clicking Refresh, or press Ctrl-F5.
/* Dark mode styles */
body.dark-mode {
    background-color: #111 !important;
    color: #eee !important;
}

body.dark-mode a {
    color: #80c0ff !important;
}

body.dark-mode #mw-panel, 
body.dark-mode #mw-head, 
body.dark-mode #footer {
    background: #222 !important;
}