Jump to content

Module:Script doc auto/styles.css: Difference between revisions

From Wikipedia, the free encyclopedia
Content deleted Content added
Adding {{pp-template}}
double selector to get over the mbox induced hump
 
Line 1: Line 1:
/* {{pp-template|small=yes}} */
/* {{pp-template|small=yes}} */
/* colors same as [[Module:Documentation/styles.css]] */
/* colors same as [[Module:Documentation/styles.css]] */
.script-doc-auto-box {
.script-doc-auto-box.script-doc-auto-box {
background: #ecfcf4;
background: #ecfcf4;
}
}


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


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

Latest revision as of 21:36, 9 October 2024

/* {{pp-template|small=yes}} */
/* colors same as [[Module:Documentation/styles.css]] */
.script-doc-auto-box.script-doc-auto-box {
	background: #ecfcf4;
}

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


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