Jump to content

MediaWiki:Vector-2022.css

From ICE List Wiki
Revision as of 01:11, 31 May 2026 by ICEListAdmin6 (talk | contribs) (Created page with "โ†’White page background (uses the theme token so dark mode still works): body, .mw-page-container { background-color: var(--background-color-base, #fff) !important; } โ†’Remove the border wrapping the centre/content section: .mw-page-container, .mw-content-container, .mw-body { border: none !important; } โ†’Drop the "ICE List Wiki" wordmark text, let the logo stand alone: .mw-logo-wordmark, .mw-logo-tagline { display: none !important; } /* Enlarge the log...")
(diff) โ† Older revision | Latest revision (diff) | Newer revision โ†’ (diff)

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.
/* White page background (uses the theme token so dark mode still works) */
body,
.mw-page-container {
  background-color: var(--background-color-base, #fff) !important;
}

/* Remove the border wrapping the centre/content section */
.mw-page-container,
.mw-content-container,
.mw-body {
  border: none !important;
}

/* Drop the "ICE List Wiki" wordmark text, let the logo stand alone */
.mw-logo-wordmark,
.mw-logo-tagline {
  display: none !important;
}

/* Enlarge the logo icon */
.mw-logo-icon {
  width: 60px !important;
  height: 60px !important;
}