MediaWiki:Common.css: Difference between revisions
From Artifacts of Capitalism
No edit summary |
No edit summary |
||
| Line 1: | Line 1: | ||
/* === | /* === Ribbon behind the navbar === */ | ||
.navbar.cmln-navbar { | .skin-chameleon .navbar.cmln-navbar { | ||
background-color: # | /* parchment-beige fallback */ | ||
background-image: url("/images/ribbon.png"); | background-color: #f0ebe3 !important; | ||
background-repeat: no-repeat; | |||
background-position: center top; | /* your ribbon image – adjust path if you stored it elsewhere */ | ||
background-size: cover; | background-image: url("/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 | .skin-chameleon .navbar.cmln-navbar .container { | ||
padding-top: 130px !important; | |||
. | |||
} | } | ||
Revision as of 15:48, 14 July 2025
/* === 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("/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;
}