MediaWiki:Common.css: Difference between revisions
Appearance
bg color test |
color shift |
||
| Line 3: | Line 3: | ||
/* Background color */ | /* Background color */ | ||
body { | body { | ||
background-color: # | background-color: #D8CBDE; | ||
} | } | ||
.mw-page-container { | .mw-page-container { | ||
background-color: # | background-color: #D8CBDE; | ||
} | } | ||
:root, .skin-invert, .notheme { | :root, .skin-invert, .notheme { | ||
--background-color-base: # | --background-color-base: #D8CBDE; | ||
--background-color-base-fixed: # | --background-color-base-fixed: #D8CBDE; | ||
} | } | ||
Revision as of 17:07, 29 July 2026
/* CSS placed here will be applied to all skins */
/* Background color */
body {
background-color: #D8CBDE;
}
.mw-page-container {
background-color: #D8CBDE;
}
:root, .skin-invert, .notheme {
--background-color-base: #D8CBDE;
--background-color-base-fixed: #D8CBDE;
}
/* Background transparency for PNG images */
.thumbinner {background-color:transparent;}
.thumb {border-color: transparent;}