MediaWiki:Common.css: Difference between revisions

From Kintara
Jump to navigation Jump to search
No edit summary
No edit summary
Line 5: Line 5:
}
}
#mw-page-base {
#mw-page-base {
    height: 160px !important; /* Determines the precise vertical thickness of your banner */
     margin: 0 !important;
     margin: 0 !important;
     padding: 0 !important;
     padding: 0 !important;

Revision as of 05:54, 15 June 2026

/* 1. Reset default Vector background strips completely */
body {
    background-image: none !important;
    background-color: #f4f1ea !important; /* Base site color below the header */
}
#mw-page-base {
    margin: 0 !important;
    padding: 0 !important;
    
    /* Embed the banner art strictly inside Vector's native top slice */
    background-image: linear-gradient(rgba(0, 0, 0, 0.45), rgba(0, 0, 0, 0.45)), url('https://pbs.twimg.com/profile_banners/2049672463005474816/1778779323') !important;
    background-size: cover !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
}