MediaWiki:Common.css

From Xenharmonic Reference
Revision as of 02:18, 11 December 2025 by Inthar (talk | contribs) (Trying ground's border for .adv)

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;
    color: #909090;
}

/* 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 {
    color: #fff;
    background-color: #223;
}
.wikitable > tr > th,
.wikitable > * > tr > th,
.wikitable > caption {
    background-color: #445;
}