|
|
| Line 653: |
Line 653: |
| } | | } |
|
| |
|
| html.skin-theme-clientpref-day body, | | html, |
| html.skin-theme-clientpref-day .mw-page-container,
| | body, |
| html.skin-theme-clientpref-day .mw-page-container-inner,
| | .mw-page-container, |
| html.skin-theme-clientpref-day .mw-content-container,
| | .mw-page-container-inner, |
| html.skin-theme-clientpref-day #content,
| | .mw-content-container, |
| html.skin-theme-clientpref-day .mw-body,
| | #content, |
| html.skin-theme-clientpref-day .vector-column-start,
| | .mw-body{ |
| html.skin-theme-clientpref-day .vector-column-end,
| | background: #FDFDFD !important; |
| html.skin-theme-clientpref-day .vector-main-menu-container,
| |
| html.skin-theme-clientpref-day #mw-panel,
| |
| html.skin-theme-clientpref-day #vector-main-menu,
| |
| html.skin-theme-clientpref-day .vector-main-menu,
| |
| html.skin-theme-clientpref-day .vector-sticky-pinned-container,
| |
| html.skin-theme-clientpref-day #vector-page-tools,
| |
| html.skin-theme-clientpref-day #vector-appearance,
| |
| html.skin-theme-clientpref-day .vector-menu,
| |
| html.skin-theme-clientpref-day .vector-menu-heading,
| |
| html.skin-theme-clientpref-day .vector-menu-content,
| |
| html.skin-theme-clientpref-day .vector-pinnable-header{
| |
| background-color: #FDFDFD !important;
| |
| }
| |
| | |
| @media (prefers-color-scheme: light){
| |
| html.skin-theme-clientpref-os body,
| |
| html.skin-theme-clientpref-os .mw-page-container,
| |
| html.skin-theme-clientpref-os .mw-page-container-inner,
| |
| html.skin-theme-clientpref-os .mw-content-container,
| |
| html.skin-theme-clientpref-os #content,
| |
| html.skin-theme-clientpref-os .mw-body,
| |
| html.skin-theme-clientpref-os .vector-column-start,
| |
| html.skin-theme-clientpref-os .vector-column-end,
| |
| html.skin-theme-clientpref-os .vector-main-menu-container,
| |
| html.skin-theme-clientpref-os #mw-panel, | |
| html.skin-theme-clientpref-os #vector-main-menu,
| |
| html.skin-theme-clientpref-os .vector-main-menu,
| |
| html.skin-theme-clientpref-os .vector-sticky-pinned-container,
| |
| html.skin-theme-clientpref-os #vector-page-tools,
| |
| html.skin-theme-clientpref-os #vector-appearance,
| |
| html.skin-theme-clientpref-os .vector-menu,
| |
| html.skin-theme-clientpref-os .vector-menu-heading,
| |
| html.skin-theme-clientpref-os .vector-menu-content,
| |
| html.skin-theme-clientpref-os .vector-pinnable-header{
| |
| background-color: #FDFDFD !important;
| |
| }
| |
| } | | } |