MediaWiki:Common.css: Difference between revisions
From Artifacts of Capitalism
No edit summary |
No edit summary |
||
| Line 1: | Line 1: | ||
/* | /* ── Ribbon behind the navbar (Chameleon v3) ── */ | ||
.skin-chameleon . | .skin-chameleon .p-navbar { | ||
/* parchment‐beige fallback */ | |||
background-color: #f0ebe3 !important; | |||
/* your ribbon image */ | |||
background-image: url("/images/ribbon.png") !important; | |||
background-repeat: no-repeat !important; | |||
background-position: center top !important; | |||
background-size: cover !important; | |||
/* room for the graphic’s height */ | |||
min-height: 124px !important; | |||
} | } | ||
/* | /* ── Push main content down below the ribbon ── */ | ||
.skin-chameleon . | .skin-chameleon .o-main { | ||
padding-top: 130px !important; | |||
} | } | ||
Revision as of 15:53, 14 July 2025
/* ── Ribbon behind the navbar (Chameleon v3) ── */
.skin-chameleon .p-navbar {
/* parchment‐beige fallback */
background-color: #f0ebe3 !important;
/* your ribbon image */
background-image: url("/images/ribbon.png") !important;
background-repeat: no-repeat !important;
background-position: center top !important;
background-size: cover !important;
/* room for the graphic’s height */
min-height: 124px !important;
}
/* ── Push main content down below the ribbon ── */
.skin-chameleon .o-main {
padding-top: 130px !important;
}