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
 
(7 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:#e6f2ff;
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:#0056b3;  
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:#7a6f10;
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:#7a6f10;
color:inherit;
}
}
}
}
Cookies help us deliver our services. By using our services, you agree to our use of cookies.