MediaWiki:Common.css: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
| Line 10: | Line 10: | ||
/* Embed the banner art strictly inside Vector's native top slice */ | /* 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-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; | ||
} | } | ||
Revision as of 05:55, 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;
}