MediaWiki:Common.css: Difference between revisions

From Legendary Hardcore Wiki
Jump to navigation Jump to search
No edit summary
mNo edit summary
Line 5: Line 5:
     background-image: url('https://wiki.legendaryhc.org/images/6/68/Spawn_panorama_aug25.jpeg');
     background-image: url('https://wiki.legendaryhc.org/images/6/68/Spawn_panorama_aug25.jpeg');
     background-position: center center !important;
     background-position: center center !important;
}
     background-size: 100% auto !important;
 
body.skin-vector-2022 .mw-header {
     background: transparent !important;
}
}

Revision as of 11:06, 26 January 2026

/* CSS placed here will be applied to all skins */


body.skin-vector-2022 div.vector-header-container .mw-header {
    background-image: url('https://wiki.legendaryhc.org/images/6/68/Spawn_panorama_aug25.jpeg');
    background-position: center center !important;
    background-size: 100% auto !important;
}