MediaWiki:Common.css

From Noe's Woes
Revision as of 12:48, 23 March 2025 by Noelle Jade (talk | contribs)
Jump to: navigation, 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)
  • 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*