Module:Documentation/styles.css: Difference between revisions
From Test Wiki
Content deleted Content added
Per IRC, this should return things back to normal |
m 1 revision imported |
||
| (16 intermediate revisions by 11 users not shown) | |||
| Line 75: | Line 75: | ||
.ts-doc-sandbox { |
.ts-doc-sandbox { |
||
clear: both; |
clear: both; |
||
} |
|||
@media screen { |
|||
html.skin-theme-clientpref-night .ts-doc-footer, |
|||
html.skin-theme-clientpref-night .ts-doc-doc { |
|||
background-color: #0b1e1c; |
|||
} |
|||
} |
|||
@media screen and (prefers-color-scheme: dark) { |
|||
html.skin-theme-clientpref-os .ts-doc-footer, |
|||
html.skin-theme-clientpref-os .ts-doc-doc { |
|||
background-color: #0b1e1c; |
|||
} |
|||
} |
|||
/* fix headers in dark mode */ |
|||
.ts-doc-content .mw-headline { |
|||
color:inherit; |
|||
} |
|||
.mw-templatedata-caption, |
|||
.mw-templatedata-format { |
|||
color:inherit; |
|||
} |
|||
/* fix icon for templatedata params (inline/block) in dark mode */ |
|||
.mw-templatedata-doc-params .oo-ui-widget { |
|||
filter: unset !important; |
|||
} |
} |
||