Toggle menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

Template:Plain nav/styles.css

Template page
/* plain tables */
td.plain_header {
  background-color: #3d3d3f;
  color: white;
  font-size: 150%;
  border-bottom: 4px solid #999999;
}

html.skin-theme-clientpref-night td.plain_header {
  background: #161a24;
  border-bottom: 4px solid #999999;
}

@media (prefers-color-scheme: dark) {
  html.skin-theme-clientpref-os td.plain_header {
    background: #161a24;
    border-bottom: 4px solid #999999;
  }
}

.mw-collapsible-toggle {
  color: white;
  font-size: 60%;
  padding: 7px;
}

td.plain {
  background-color: #f6f5f3;
  color: black;
  border-bottom: 2px solid #999999;
}

html.skin-theme-clientpref-night td.plain {
  background-color: #3d3d3f;
  color: white;
  border-bottom: 2px solid #999999;
}

@media (prefers-color-scheme: dark) {
  html.skin-theme-clientpref-os td.plain {
    background-color: #3d3d3f;
    color: white;
    border-bottom: 2px solid #999999;
  }
}

td.plain a {
  color: black;
  text-decoration-line: underline;
}

html.skin-theme-clientpref-night td.plain a {
  color: white;
}

@media (prefers-color-scheme: dark) {
  html.skin-theme-clientpref-os td.plain a {
    color: white;
  }
}

td.plain_footer {
  background-color: #3d3d3f;
  color: white;
  font-size: 150%;
  border-bottom: 4px solid #999999;
  border-radius: 0px 0px 15px 15px;
  padding: 10px;
}

html.skin-theme-clientpref-night td.plain_footer {
  background: #161a24;
  border-bottom: 4px solid #999999;
}

@media (prefers-color-scheme: dark) {
  html.skin-theme-clientpref-os td.plain_footer {
    background: #161a24;
    border-bottom: 4px solid #999999;
  }
}

.wikitable {
  border: 0;
}
Cookies help us deliver our services. By using our services, you agree to our use of cookies.