MediaWiki:Common.css: Difference between revisions

From Kintara
Jump to navigation Jump to search
No edit summary
No edit summary
Line 14: Line 14:
     background-position: center !important;
     background-position: center !important;
     background-repeat: no-repeat !important;
     background-repeat: no-repeat !important;
}
#mw-head-base {
    background-image: none !important;
    background-color: transparent !important;
    margin-top: -160px !important; /* Keeps structural elements perfectly tracked */
    height: 160px !important;
}
}

Revision as of 05:53, 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 {
    height: 160px !important; /* Determines the precise vertical thickness of your banner */
    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;
}