MediaWiki:Common.css

From Xenharmonic Reference
Revision as of 01:17, 2 December 2025 by Ground (talk | contribs)

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.
/* XenBase <adv> tag, TODO finish formatting */
adv {
    border: 1px solid f6e;
}

/* Global table changes */
/* Doing it this way instead of ".wikitable th" is more proper because it only applies to the top-level <th> and not nested tables used for formatting purposes */
.wikitable > tr > th,
.wikitable > * > tr > th,
.wikitable > caption {
    color: #fff;
    background-color: #76f;
}
.wikitable > tr > th > a,
.wikitable > * > tr > th > a,
.wikitable > caption > a {
    color: #fff;
}