MediaWiki:Common.css

From Artifacts of Capitalism
Revision as of 15:52, 14 July 2025 by Abrano (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.
/* === Ribbon behind the navbar === */
.skin-chameleon .navbar.cmln-navbar {
    /* parchment-beige fallback */
    background-color: #f0ebe3 !important;

    /* your ribbon image – adjust path if you stored it elsewhere */
    background-image: url("/skins/chameleon/resources/images/ribbon.png") !important;

    background-repeat: no-repeat !important;
    background-position: center top !important;
    background-size: cover !important;

    /* keep enough height for the ribbon graphic */
    min-height: 124px !important;
}

/* === Push page content down so it sits below the ribbon === */
.skin-chameleon .navbar.cmln-navbar .container {
    padding-top: 130px !important;
}