Toggle menu
Toggle preferences menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

MediaWiki:Common.css

MediaWiki interface page
Revision as of 14:37, 15 November 2025 by SunKeeper (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.
/* ================================
   Sun Keeperverse — Common.css
   Mobile-first, Encarta-style
   ================================ */

/* ---------- Root & palette ---------- */
:root {
  color-scheme: light !important;
  --color-base: #2b2414 !important;
  --color-link: #36c !important;
  --color-link-new: #d33 !important;

  --card-bg: #efe3c1;
  --card-border: #c9b172;
}

/* ---------- Canvas & basic layout ---------- */

html,
body {
  background: #ffffff !important;
  color: var(--color-base) !important;
  margin: 0;
  padding: 0;
}

/* Main containers */
.vector-page,
.mw-page-container,
.mw-body,
.mw-content-container {
  background: transparent