MediaWiki:Common.css
From Noe's Woes
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.
/* Dark Mode Global Styles */
/* General Body Styles */
body {
background-color: #121212; /* Very dark background */
color: #e0e0e0; /* Light gray text */
}
/* Links */
a {
color: #1e90ff; /* Bright blue for links */
}
a:visited {
color: #636363; /* Slightly dimmer color for visited links */
}
a:hover {
color: #4fa3f7; /* Lighter blue when hovering over links */
}
/* Navigation Bar (Top Menu) */
#p-navigation {
background-color: #1f1f1f; /* Dark background for the navigation bar */
color: #e0e0e0; /* Light text in the navigation */
}
/* Sidebar */
#p-sidebar {
background-color: #1f1f1f; /* Same dark*