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