Template:Collapse top/styles.css: Difference between revisions

From All Skies Encyclopaedia
imported>I Am Andumé
(Added CSS)
imported>Pppery
 
(10 intermediate revisions by 4 users not shown)
Line 1: Line 1:
/* {{pp-template}} */
.itnc-table-border {
.cot-header-mainspace {
background:#e6f2ff;
background:#F0F2F5;
border:1px solid #a3b1bf;
color:inherit;
padding:1em;
vertical-align:top;
}
}


.cot-header-other {
html.skin-theme-clientpref-night .itnc-table-border {
background:#e6f2ff;
background:#CCFFCC;
color:inherit;
border:1px solid #a3b1bf;
padding:1em;
vertical-align:top;
}
}



@media (prefers-color-scheme: dark) {
@media screen {
html.skin-theme-clientpref-night .itnc-table-border {
html.skin-theme-clientpref-night .cot-header-mainspace {
background:#0056b3;
background:#14181F;
border:1px solid #a3b1bf;
padding:1em;
color:inherit;
vertical-align:top;
}
}
}


html.skin-theme-clientpref-night .cot-header-other {
.itnc-table-body {
background:khaki;
background:#003500;
color:inherit;
}
}
}


html.skin-theme-clientpref-night .itnc-table-body {
background:#b0a117;
}


@media (prefers-color-scheme: dark) {
@media screen and (prefers-color-scheme: dark) {
html.skin-theme-clientpref-night .itnc-table-body {
html.skin-theme-clientpref-os .cot-header-mainspace {
background:#b0a117;
background:#14181F;
color:inherit;
}

html.skin-theme-clientpref-os .cot-header-other {
background:#003500;
color:inherit;
}
}
}
}

Latest revision as of 18:23, 9 November 2024

/* {{pp-template}} */
.cot-header-mainspace {
	background:#F0F2F5;
	color:inherit;
}

.cot-header-other {
	background:#CCFFCC;
	color:inherit;
}


@media screen {
	html.skin-theme-clientpref-night .cot-header-mainspace {
		background:#14181F;
		color:inherit;
	}

	html.skin-theme-clientpref-night .cot-header-other {
		background:#003500;
		color:inherit;
	}
}


@media screen and (prefers-color-scheme: dark) {
	html.skin-theme-clientpref-os .cot-header-mainspace {
		background:#14181F;
		color:inherit;
	}

	html.skin-theme-clientpref-os .cot-header-other {
		background:#003500;
		color:inherit;
	}
}