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

Template page
.itnc-table-border {
	background:#e6f2ff; 
	border:1px solid #a3b1bf; 
	padding:1em; 
	vertical-align:top;
}

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

@media  (prefers-color-scheme: dark) {
	html.skin-theme-clientpref-night .itnc-table-border {
		background:#002347; 
		border:1px solid #a3b1bf; 
		padding:1em; 
		vertical-align:top;
	}
}

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

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

@media  (prefers-color-scheme: dark) {
	html.skin-theme-clientpref-night .itnc-table-body {
		background:#ad9c00;
	}
}

.sidebar-test {
	background-color:black;
	color:white;
}
Cookies help us deliver our services. By using our services, you agree to our use of cookies.