MediaWiki:Vector.css

From QME Wiki
Revision as of 22:53, 9 July 2025 by Admin (talk | contribs) (Replaced content with "------------------------------: Sidebar Background - Remove solid background to show top-gradient.png: ------------------------------: #mw-panel, #mw-panel > div.portal, #mw-panel .vector-menu-content, #mw-panel .body { background-color: transparent !important; border: none !important; } ------------------------------: Body Background - Set top gradient image: ------------------------------: body { background-image: url('i...")
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.
/* ------------------------------ */
/* Sidebar Background - Remove solid background to show top-gradient.png */
/* ------------------------------ */

#mw-panel,
#mw-panel > div.portal,
#mw-panel .vector-menu-content,
#mw-panel .body {
    background-color: transparent !important;
    border: none !important;
}

/* ------------------------------ */
/* Body Background - Set top gradient image */
/* ------------------------------ */

body {
    background-image: url('images/top-gradient.png'); /* adjust path as needed */
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
}
By using this site, you agree to the Terms of Use. © 1996–2025 The Quincy Examiner / MTB. All rights reserved.