MediaWiki:Common.css: Difference between revisions

From Legendary Hardcore Wiki
Jump to navigation Jump to search
No edit summary
Tag: Reverted
Tags: Replaced Manual revert
 
(25 intermediate revisions by the same user not shown)
Line 1: Line 1:
/* CSS placed here will be applied to all skins */
/* CSS placed here will be applied to all skins */
body {
    background-image: url("/resources/assets/background-light.png") !important;
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
}
/*
.skin-vector-2022.skin-theme-clientpref-day body {
    background-image: url("resources/assets/background-light.png");
}
.skin-vector-2022.skin-theme-clientpref-night body {
    background-image: url("resources/assets/background-dark.png");
}
*/

Latest revision as of 09:36, 28 January 2026

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