Content deleted Content added
No edit summary |
per tper |
||
(2 intermediate revisions by 2 users not shown) | |||
Line 52:
/* Dark mode theme: */
html.skin-theme-clientpref-night .od,▼
html.skin-theme-clientpref-night .od .pv > div,▼
html.skin-theme-clientpref-night .od .pl > div,▼
html.skin-theme-clientpref-night .od .pr > div {▼
/* Use !important to override any infobox rules */▼
background: #fff !important;▼
color: #000 !important;▼
}▼
@media screen {
html.skin-theme-clientpref-night .locmap {▼
▲ html.skin-theme-clientpref-night .od,
filter: grayscale(0.6);▼
▲ html.skin-theme-clientpref-night .od .pv > div,
}▼
▲ html.skin-theme-clientpref-night .od .pl > div,
▲ html.skin-theme-clientpref-night .od .pr > div {
▲ }
▲ html.skin-theme-clientpref-night .locmap img {
@media (prefers-color-scheme: dark) {▼
html.skin-theme-clientpref-os .locmap {▼
▲ }
filter: grayscale(0.6);▼
/* Special handling for maps inside infoboxes
html.skin-theme-clientpref-os .od,▼
* [[Module talk:Location map#Map label background bug in dark mode]]
html.skin-theme-clientpref-os .od .pv > div,▼
*/
html.skin-theme-clientpref-os .od .pl > div,▼
/* Use !important to override any infobox rules */▼
}
background: white !important;▼
color: #000 !important;▼
}
▲@media screen and (prefers-color-scheme: dark) {
html.skin-theme-clientpref-
▲ background: transparent !important;
}
}
html.skin-theme-clientpref-os .infobox-full-data .locmap div {
background: transparent !important;
}
}
|