MediaWiki:Common.css

From Holdfast: Nations At War
Revision as of 08:45, 10 October 2025 by Xarkanoth (talk | contribs)
Jump to navigation Jump to search

Note: After saving, 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: Go to Menu → Settings (Opera → Preferences on a Mac) and then to Privacy & security → Clear browsing data → Cached images and files.
/* === Task 1: Vector-2022 left sidebar base styling === */
.skin-vector-2022 #mw-panel {
  /* Your dark vertical gradient */
  background: linear-gradient(to bottom, #2F2D2B 0%, #1E1E1D 100%) !important;
  color: #EEEDEB !important;   /* default text color inside sidebar */
  border-right: none !important;
}

/* Ensure inner containers don’t draw their own backgrounds */
.skin-vector-2022 #mw-panel .vector-main-menu,
.skin-vector-2022 #mw-panel .vector-menu,
.skin-vector-2022 #mw-panel .vector-menu-content,
.skin-vector-2022 #mw-panel .vector-menu-content-list {
  background: transparent !important;
  color: inherit !important;
}

/* Links in the sidebar */
.skin-vector-2022 #mw-panel a { color: #EEEDEB !important; text-decoration: none; }
.skin-vector-2022 #mw-panel a:hover { color: #5A65EA !important; text-decoration: underline; }