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
Created page with '.itnc-table-border { background:#e6f2ff; border:1px solid #a3b1bf; padding:1em; vertical-align:top; } .itnc-table-body { background:khaki; }'
 
typo fix
 
(9 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;
}
}


.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 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.