Difference between revisions of "MediaWiki:Common.css"
Jump to navigation
Jump to search
| Line 3: | Line 3: | ||
.vector-header-container,/* Vector 2022 */ | .vector-header-container,/* Vector 2022 */ | ||
.mw-body-header { /* other skins that expose a header */ | .mw-body-header { /* other skins that expose a header */ | ||
| − | background-image: url(" | + | background-image: url("File/BannerImage.png"); |
background-repeat: no-repeat; | background-repeat: no-repeat; | ||
background-position: left top; | background-position: left top; | ||
Revision as of 09:29, 10 October 2025
/* TOP-LEFT BANNER ONLY (minimal, safe) */
#mw-head, /* legacy Vector */
.vector-header-container,/* Vector 2022 */
.mw-body-header { /* other skins that expose a header */
background-image: url("File/BannerImage.png");
background-repeat: no-repeat;
background-position: left top;
background-size: 420px 140px; /* adjust width/height to your image */
min-height: 140px; /* match the height above */
}
/* If your skin paints a base behind the header, make it transparent */
#mw-page-base, #mw-head-base { background: transparent !important; }