View source for Template:Color/styles.css
Jump to navigation
Jump to search
You do not have permission to edit this page, for the following reason:
You can view and copy the source of this page.
/* {{pp-template}} */
/* [[phab:T360683]]: This stylesheet removes the function of this template in
* dark mode
*/
@media screen {
html.skin-theme-clientpref-night div:not(.notheme) > .tmp-color,
html.skin-theme-clientpref-night p > .tmp-color,
html.skin-theme-clientpref-night table:not(.notheme) .tmp-color {
color: inherit !important;
}
}
@media screen and ( prefers-color-scheme: dark) {
/* automatic mode */
html.skin-theme-clientpref-os div:not(.notheme) > .tmp-color,
html.skin-theme-clientpref-os p > .tmp-color,
html.skin-theme-clientpref-os table:not(.notheme) .tmp-color {
color: inherit !important;
}
}
000
1:0
Templates used on this page:
- Template:Pp-template (view source)
- Module:Arguments (view source)
- Module:Effective protection expiry (view source)
- Module:Effective protection level (view source)
- Module:File link (view source)
- Module:Protection banner (view source)
- Module:Protection banner/config (view source)
- Module:Yesno (view source)
Return to Template:Color/styles.css.