Jump to content

MediaWiki:TemplatesDark.css

From Taerel Workshop
Revision as of 14:04, 27 February 2026 by Stevie Lambert (talk | contribs) (Created page with "All CSS here will be loaded for users of the MinervaNeue skin: .infobox { border: 1px solid #4ea9e6; background-color: #ebf2fa; color: black; padding: 5px; margin: 20px auto; min-width: 15em; font-family: Arial, sans-serif; max-width: 20em; float: right; clear: right; margin-left: 0.6em; } .infobox-header { background-color: #c3e0fa; border: 1px solid #4ea9e6; text-align: center; margin: 5px 0; padding: 5px; font-weight: bold; }...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Note: After publishing, you may have to bypass your browser's cache to see the changes.

  • Firefox / Safari: Hold Shift while clicking Reload, or press either Ctrl-F5 or Ctrl-R (⌘-R on a Mac)
  • Google Chrome: Press Ctrl-Shift-R (⌘-Shift-R on a Mac)
  • Edge: Hold Ctrl while clicking Refresh, or press Ctrl-F5.
/* All CSS here will be loaded for users of the MinervaNeue skin */

.infobox {
  border: 1px solid #4ea9e6;
  background-color: #ebf2fa;
  color: black;
  padding: 5px;
  margin: 20px auto;
  min-width: 15em;
  font-family: Arial, sans-serif;
  max-width: 20em;
  float: right;
  clear: right;
  margin-left: 0.6em;
}

.infobox-header {
  background-color: #c3e0fa;
  border: 1px solid #4ea9e6;
  text-align: center;
  margin: 5px 0;
  padding: 5px;
  font-weight: bold;
}

.article-copyright {
  border: 1px solid #4ea9e6;
  background-color: #ebf2fa;
  color: black;
  margin-bottom: 0.5em;
  margin-top: 10px;
  padding: 0 5px;
}

.NeartoDesktop .compass-container {
  margin-left: auto;
  margin-right: auto;
  display: block;
  border: 1px solid #4ea9e6;
  background-color: #ebf2fa;
  color: black;
  padding: 5px;
}

.NeartoDesktop .compass-header {
  background: #c3e0fa;
  border: 1px solid #4ea9e6;
  margin: 5px 0;
  padding: 0 5px;
  text-align: center;
}

#footer-poweredbyico {
  filter: invert(0);
}

.mobile-box {
  border: 1px solid #4ea9e6;
  padding: 5px;
  background-color: #ebf2fa;
  margin-bottom: 10px;
  color: black;
  text-align: center;
}

.mobile-header {
  background: #c3e0fa;
  border: 1px solid #4ea9e6;
  margin: 3px;
  text-align: center;
}

#mp-left {
  border: 1px solid #4ea9e6;
  background-color: #ebf2fa;
  color: black;
  width: 50%;
  vertical-align: top;
  padding: 8px;
}

#mp-right {
  border: 1px solid #4ea9e6;
  background-color: #ebf2fa;
  color: black;
  width: 49%;
  vertical-align: top;
  padding: 8px;
}

#mp-upper {
  color: black;
  width: 100%;
  padding: 8px;
}

#mp-left .mp-h2 {
  background: #c3e0fa;
  border: 1px solid #4ea9e6;
  margin: 5px 0;
  padding: 0 5px;
  text-align: center;
}

#mp-right .mp-h2 {
  background: #c3e0fa;
  border: 1px solid #4ea9e6;
  margin: 5px 0;
  padding: 0 5px;
  text-align: center;
}

.compass-table > tbody:nth-child(1) > tr:nth-child(2) > td:nth-child(2) > span:nth-child(1) > span:nth-child(1) > img:nth-child(1) {
  filter: invert(1);
}

span.mw-valign-middle:nth-child(3) > span:nth-child(1) > img:nth-child(1) {
  filter: invert(1);
}

.compass-table > tbody:nth-child(1) > tr:nth-child(4) > td:nth-child(2) > span:nth-child(1) > span:nth-child(1) > img:nth-child(1) {
  filter: invert(1);
}

span.mw-valign-middle:nth-child(1) > span:nth-child(1) > img:nth-child(1) {
  filter: invert(1);
}