MediaWiki:Common.css: Difference between revisions

From Kintara
Jump to navigation Jump to search
No edit summary
No edit summary
Line 2: Line 2:
body {
body {
     background-color: #f4f1ea !important; /* Base site color below the header */
     background-color: #f4f1ea !important; /* Base site color below the header */
     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-image: url('https://pbs.twimg.com/profile_banners/2049672463005474816/1778779323') !important;
     background-position: top center !important;
     background-position: top center !important;
}
}

Revision as of 06:04, 15 June 2026

/* 1. Apply the banner image globally across the entire screen width */
body {
    background-color: #f4f1ea !important; /* Base site color below the header */
    background-image: url('https://pbs.twimg.com/profile_banners/2049672463005474816/1778779323') !important;
    background-position: top center !important;
}

#mw-page-base, #mw-head-base {
    background-image: none !important;
    background-color: transparent !important;
}