MediaWiki:Common.css

From Kintara
Revision as of 06:02, 15 June 2026 by Admin (talk | contribs)
Jump to navigation Jump to search

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.
/* 1. Apply the banner image globally across the entire screen width */
body {
    background-color: #f4f1ea !important; /* Base site color below the header */
    background-image: linear-gradient(rgba(0, 0, 0, 0.45), rgba(0, 0, 0, 0.45)), url('https://pbs.twimg.com/profile_banners/2049672463005474816/1778779323') !important;
    background-repeat: no-repeat !important;
    background-position: top center !important;
}

#mw-page-base, #mw-head-base {
    background-image: none !important;
    background-color: transparent !important;
}

/* 6. Make left navigation links below the banner dark again so they stay readable */
#mw-panel div.portal div.body ul li a {
    color: #0645ad !important;
    text-shadow: none !important;
}