MediaWiki:Common.css: Difference between revisions
Jump to navigation
Jump to search
No edit summary Tag: Reverted |
No edit summary Tag: Reverted |
||
| Line 1: | Line 1: | ||
/* CSS placed here will be applied to all skins */ | /* CSS placed here will be applied to all skins */ | ||
html.skin-theme-clientpref- | |||
html.skin-theme-clientpref-day { | |||
background-colour:red; | background-colour:red; | ||
} | } | ||
Revision as of 06:56, 28 January 2026
/* CSS placed here will be applied to all skins */
html.skin-theme-clientpref-day {
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");
}
*/