Module:Documentation/styles.css: Difference between revisions
From Test Wiki
Content deleted Content added
mediawiki>Tactica Darken background color for the header in dark mode to pass at least the WCAG 2.2 AA check. |
m 1 revision imported |
||
| (7 intermediate revisions by 5 users not shown) | |||
| Line 1: | Line 1: | ||
/* {{PP-template}} */ |
|||
.ts-doc-sandbox .mbox-image { |
|||
.ts-doc-sandbox .mbox-image { |
|||
padding:.75em 0 .75em .75em; |
padding:.75em 0 .75em .75em; |
||
} |
} |
||
.ts-doc-doc { |
.ts-doc-doc { |
||
clear: both; |
clear: both; |
||
background-color: # |
background-color: #ecfcf4; |
||
border: 1px solid #a2a9b1; |
|||
color: var(--color-base, #202122); |
|||
border: 1px solid #a3caff; |
|||
margin-top: 1em; |
margin-top: 1em; |
||
padding: 5px; |
|||
border-top-left-radius: 2px; |
|||
border-top-right-radius: 2px; |
|||
} |
} |
||
.ts-doc-header { |
.ts-doc-header { |
||
padding-bottom: 3px; |
|||
background-color: #cbd6f6; |
|||
border-bottom: 1px solid #a2a9b1; |
|||
color: var(--color-base, #202122); |
|||
margin-bottom: 1ex; |
|||
padding: .642857em 1em .5em; |
|||
border-top-left-radius: 2px; |
|||
border-top-right-radius: 2px; |
|||
} |
} |
||
.ts-doc- |
.ts-doc-header .ts-tlinks-tlinks { |
||
display: inline-block; |
display: inline-block; |
||
padding-left: 30px; |
|||
background: center left / 24px 24px no-repeat; |
|||
/* @noflip */ |
|||
background-image: url( //upload.wikimedia.org/wikipedia/commons/3/32/Codex_icon_puzzle_color-base.svg ); |
|||
height: 24px; |
|||
line-height: 24px; |
line-height: 24px; |
||
margin-left: 1em; |
|||
font-weight: 600; |
|||
letter-spacing: 1px; |
|||
text-transform: uppercase; |
|||
} |
} |
||
.ts-doc-header .ts-tlinks-tlinks { |
.ts-doc-header .ts-tlinks-tlinks a.external { |
||
color: #0645ad; |
|||
line-height: 24px; |
|||
margin-left: 0; |
|||
} |
} |
||
.ts-doc-header .ts-tlinks-tlinks a { |
.ts-doc-header .ts-tlinks-tlinks a.external:visited { |
||
color: |
color: #0b0080; |
||
} |
} |
||
.ts-doc-header .ts-tlinks-tlinks a:active { |
.ts-doc-header .ts-tlinks-tlinks a.external:active { |
||
color: #faa700; |
|||
color: var(--color-progressive--active, #233566); |
|||
} |
|||
.ts-doc-header .ts-tlinks-tlinks a:visited { |
|||
color: var(--color-visited, #6a60b0); |
|||
} |
|||
.ts-doc-header .ts-tlinks-tlinks a:visited:active { |
|||
color: var(--color-visited--active, #233566); |
|||
} |
|||
.ts-doc-content { |
|||
padding: .214286em 1em; |
|||
} |
} |
||
| Line 66: | Line 42: | ||
} |
} |
||
.ts-doc- |
.ts-doc-heading { |
||
display: inline-block; |
|||
padding-left: 55px; |
|||
background: center left/50px no-repeat; |
|||
background-image: url(https://upload.wikimedia.org/wikipedia/commons/thumb/4/43/Test_Template_Info-Icon_-_Version_%282%29.svg/50px-Test_Template_Info-Icon_-_Version_%282%29.svg.png); |
|||
background-image: url(https://upload.wikimedia.org/wikipedia/commons/4/43/Test_Template_Info-Icon_-_Version_%282%29.svg); |
|||
font-size: 1.5em; |
|||
} |
|||
.ts-doc-content > *:first-child, |
|||
.ts-doc-footer > *:first-child { |
|||
margin-top: .5em; |
margin-top: .5em; |
||
} |
} |
||
.ts-doc-content > :last-child |
.ts-doc-content > *:last-child, |
||
.ts-doc-footer > *:last-child { |
|||
margin-bottom: .5em; |
margin-bottom: .5em; |
||
} |
} |
||
.ts-doc-footer { |
.ts-doc-footer { |
||
background-color: # |
background-color: #ecfcf4; |
||
border: 1px solid #a2a9b1; |
|||
color: var(--color-base, #202122); |
|||
padding: .25em 1em; |
|||
border: 1px solid #a3caff; |
|||
margin-top: .2em; |
|||
padding: .214286em 1em; |
|||
margin-top: .214286em; |
|||
font-style: italic; |
font-style: italic; |
||
border-bottom-left-radius: 2px; |
|||
border-bottom-right-radius: 2px; |
|||
} |
} |
||
.ts-doc-footer small { |
|||
@media all and (min-width: 720px) { |
|||
font-style: normal; |
|||
.ts-doc-header .ts-tlinks-tlinks { |
|||
float: right; |
|||
} |
|||
} |
} |
||
.ts-doc-sandbox { |
|||
html.skin-theme-clientpref-night .ts-doc-header { |
|||
clear: both; |
|||
background-color: #233566; |
|||
} |
} |
||
@media screen { |
|||
html.skin-theme-clientpref-night .ts-doc-heading { |
|||
html.skin-theme-clientpref-night .ts-doc-footer, |
|||
background-image: url( '//upload.wikimedia.org/wikipedia/commons/d/d3/OOjs_UI_icon_puzzle-ltr-invert.svg' ); |
|||
html.skin-theme-clientpref-night .ts-doc-doc { |
|||
background-color: #0b1e1c; |
|||
} |
|||
} |
} |
||
@media screen and (prefers-color-scheme: dark) { |
|||
html.skin-theme-clientpref- |
html.skin-theme-clientpref-os .ts-doc-footer, |
||
html.skin-theme-clientpref- |
html.skin-theme-clientpref-os .ts-doc-doc { |
||
background-color: #0b1e1c; |
|||
} |
|||
} |
} |
||
/* fix headers in dark mode */ |
|||
.ts-doc-content .mw-headline { |
|||
@media screen and (prefers-color-scheme: dark) { |
|||
color:inherit; |
|||
html.skin-theme-clientpref-os .ts-doc-header { |
|||
} |
|||
background-color: #233566; |
|||
.mw-templatedata-caption, |
|||
} |
|||
.mw-templatedata-format { |
|||
color:inherit; |
|||
html.skin-theme-clientpref-os .ts-doc-heading { |
|||
} |
|||
background-image: url( '//upload.wikimedia.org/wikipedia/commons/d/d3/OOjs_UI_icon_puzzle-ltr-invert.svg' ); |
|||
/* fix icon for templatedata params (inline/block) in dark mode */ |
|||
} |
|||
.mw-templatedata-doc-params .oo-ui-widget { |
|||
filter: unset !important; |
|||
html.skin-theme-clientpref-os .ts-doc-doc, |
|||
html.skin-theme-clientpref-os .ts-doc-footer { |
|||
background-color: #1b223d; |
|||
} |
|||
} |
} |
||