Difference between revisions of "MediaWiki:Common.css"
Jump to navigation
Jump to search
| Line 1: | Line 1: | ||
| − | /* | + | /* === Holdfast top-left banner (final, safe) === */ |
| − | #mw-head, | + | |
| − | .vector-header-container | + | /* Works for both Vector and Vector-2022 */ |
| − | + | #mw-head, | |
| − | background-image: url(" | + | .vector-header-container { |
| + | background-image: url("https://wiki.holdfastgame.com/wiki/Special:FilePath/BannerImage.png"); | ||
background-repeat: no-repeat; | background-repeat: no-repeat; | ||
background-position: left top; | background-position: left top; | ||
| − | background-size: 420px 140px; /* | + | background-size: 420px 140px; /* Adjust width/height to your image */ |
| − | min-height: 140px; /* | + | min-height: 140px; /* Match the image height */ |
} | } | ||
| − | /* | + | /* Remove background strips some skins add */ |
| − | #mw-page-base, #mw-head-base { background: transparent !important; } | + | #mw-page-base, |
| + | #mw-head-base { | ||
| + | background: transparent !important; | ||
| + | } | ||
Revision as of 09:30, 10 October 2025
/* === Holdfast top-left banner (final, safe) === */
/* Works for both Vector and Vector-2022 */
#mw-head,
.vector-header-container {
background-image: url("https://wiki.holdfastgame.com/wiki/Special:FilePath/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 image height */
}
/* Remove background strips some skins add */
#mw-page-base,
#mw-head-base {
background: transparent !important;
}