MediaWiki:Common.css: Difference between revisions

Push VE toolbar down so it does not hide under menu
Update background image to custom top-left design and blend with beige
Line 618: Line 618:
     z-index: 10 !important;
     z-index: 10 !important;
     margin-top: 48px !important; /* Push it down below the beige header bar */
     margin-top: 48px !important; /* Push it down below the beige header bar */
}
/* --- 17. Custom Top-Left Logo Background Banner --- */
/* Use the newly generated custom background image that only has art in the top-left corner,
  and make the rest of the body a matching solid beige canvas so it blends seamlessly. */
body {
    background: url('/resources/assets/header_bg_valen.png') left top no-repeat !important;
    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 */
}
}