Jump to content

MediaWiki:Common.css

From Utopia Game
Revision as of 18:12, 24 January 2026 by YBthr (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.
/* CSS placed here will be applied to all skins */

/* Global background gradient - fixed to viewport */
body {
    background: linear-gradient(0deg, #001D3D 0%, #000814 40%) !important;
    background-attachment: fixed !important;
    background-size: 100% 100% !important;
    color: #FFFFFF !important;
}

/* Main page background to show gradient */
#mw-page-base {
    background: linear-gradient(0deg, #001D3D 0%, #000814 40%) !important;
    background-attachment: fixed !important;
}

/* Content wrapper background */
#content {
    background: transparent !important;
}

.mw-body {
    background: transparent !important;
}

/* Sidebar background */
#mw-panel {
    background: transparent !important;
}

/* Default text color */
#bodyContent,
.mw-body-content,
#mw-content-text {
    color: #FFFFFF !important;
}