Jump to content

MediaWiki:Common.css

From Ghost of Yotei Wiki
Revision as of 04:43, 14 August 2025 by GlifterPad (talk | contribs)

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.
/* === Soft Dark Theme Adjustments === */

/* Set a dark background and light text */
body {
  background-color: #1f1f2f;
  color: #e0e0e0;
}

/* Darker header bar */
#mw-page-base, #mw-head, #mw-panel, .mw-header {
  background-color: #2a2a3a !important;
}

/* Footer background */
#footer, .mw-footer {
  background-color: #2a2a3a;
  color: #ccc;
}

/* Link colors */
a {
  color: #80c8ff;
}

a:visited {
  color: #c29aff;
}

/* Make buttons visible */
button, input[type="submit"], .mw-ui-button {
  background-color: #444;
  color: #fff;
  border: 1px solid #666;
}

/* Sidebar (if enabled) */
#mw-panel {
  background-color: #222 !important;
  color: #ccc;
}

/* Ensure menu icons/labels stay readable */
.vector-menu-content, .vector-menu-heading {
  color: #ccc !important;
}