MediaWiki:Common.css: Difference between revisions

Update background image to custom top-left design and blend with beige
Apply full-width mystical header background and remove default clouds
Line 626: Line 626:
     background-color: #e1d5be !important; /* Authentic OSRS beige outer canvas color */
     background-color: #e1d5be !important; /* Authentic OSRS beige outer canvas color */
     background-size: auto 160px; /* Constrain the height so it doesn't bleed down too far, adjust as needed */
     background-size: auto 160px; /* Constrain the height so it doesn't bleed down too far, adjust as needed */
}
/* --- 18. Mystical Shared Header Banner --- */
/* Remove legacy vector page fade/clouds on #mw-page-base */
#mw-page-base {
    background-image: none !important;
}
/* Apply the full-width mystical background behind both the logo and the header */
body {
    background: url('/resources/assets/mystical_header.png') center top no-repeat !important;
    background-color: #e1d5be !important; /* Outer canvas color */
    background-size: 100% 180px !important; /* Stretch horizontally across the header height */
}
}