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

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


.itnc-table-body {
.cot-header-other {
background:khaki;
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;
}
}
}

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;
	}
}