MediaWiki:Common.css
From Unholy Nation 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)
- Internet Explorer / Edge: Hold Ctrl while clicking Refresh, or press Ctrl-F5
- Opera: Press Ctrl-F5.
#footer-icons { display: none !important; }
.footer-icons { display: none !important; }
#footer-icons img { display: none !important; }
body:not(.skin-chameleon--logged-in) .ca-edit,
body:not(.skin-chameleon--logged-in) .mw-editsection { display: none !important; }
.dark-mode-toggle::before {
display: none !important;
content: none !important;
}
.dark-mode-toggle { cursor: pointer; color: #ffc107 !important; transition: color 0.3s ease; }
.dark-mode-toggle:hover { color: #ffd54f !important; }
.dark-mode-toggle i { font-size: 1.1em; }
html.dark-mode { filter: invert(1) hue-rotate(180deg); }
html.dark-mode img, html.dark-mode video, html.dark-mode iframe, html.dark-mode canvas,
html.dark-mode svg, html.dark-mode .mw-logo, html.dark-mode .p-logo img { filter: invert(1) hue-rotate(180deg); }
html.dark-mode .dark-mode-toggle { filter: invert(1) hue-rotate(180deg); }