MediaWiki:Vector.css: Difference between revisions

From Legendary Hardcore Wiki
Jump to navigation Jump to search
Created page with "All CSS here will be loaded for users of the Vector skin: .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"); }"
 
No edit summary
Line 1: Line 1:
/* All CSS here will be loaded for users of the Vector skin */
/* All CSS here will be loaded for users of the Vector skin */


.skin-vector-2022.skin-theme-clientpref-day body {
    background-colour:red;
}
/*
.skin-vector-2022.skin-theme-clientpref-day body {
.skin-vector-2022.skin-theme-clientpref-day body {
     background-image: url("resources/assets/background-light.png");
     background-image: url("resources/assets/background-light.png");
Line 8: Line 13:
     background-image: url("resources/assets/background-dark.png");
     background-image: url("resources/assets/background-dark.png");
}
}
*/

Revision as of 06:18, 28 January 2026

/* All CSS here will be loaded for users of the Vector skin */

.skin-vector-2022.skin-theme-clientpref-day body {
    background-colour:red;
}

/*
.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");
}
*/