Jump to content
Toggle menu
  • 8 articles
  • 75 files
  • 7 users
  • 37.8K edits
Neodyland Wiki
Toggle preferences menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

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

Template page
Changed styling
typo fix
 
(6 intermediate revisions by 2 users not shown)
Line 1: Line 1:
.itnc-table-border {
.cot-header-mainspace {
background:#e6f2ff;  
background:#F0F2F5;
border:1px solid #a3b1bf;
color:inherit;
padding:1em;
vertical-align:top;
}
}


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


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


.itnc-table-body {
background:khaki;
}


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


@media  (prefers-color-scheme: dark) {
html.skin-theme-clientpref-os .cot-header-other {
html.skin-theme-clientpref-night .itnc-table-body {
background:#003500;
background:#564e0b;
color:inherit;
}
}
}
}

Latest revision as of 23:50, 27 October 2024

.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;
	}
}
Cookies help us deliver our services. By using our services, you agree to our use of cookies.