Jump to content

Module:Script doc auto/styles.css

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by Izno (talk | contribs) at 21:31, 9 October 2024 (Created page with 'colors same as [[Module:Documentation/styles.css]]: .script-doc-auto-box { background: #ecfcf4; } @media screen { html.skin-theme-clientpref-night .script-doc-auto-box { background-color: #0b1e1c; } } @media screen and ( prefers-color-scheme: dark) { html.skin-theme-clientpref-os .script-doc-auto-box { background-color: #0b1e1c; } }'). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.
(diff) ← Previous revision | Latest revision (diff) | Newer revision → (diff)
/* colors same as [[Module:Documentation/styles.css]] */
.script-doc-auto-box {
	background: #ecfcf4;
}

@media screen {
    html.skin-theme-clientpref-night .script-doc-auto-box {
	    background-color: #0b1e1c;
	}
}


@media screen and ( prefers-color-scheme: dark) {
    html.skin-theme-clientpref-os .script-doc-auto-box {
        background-color: #0b1e1c;
    }
}