MediaWiki:Common.css: Difference between revisions
From Xenharmonic Reference
No edit summary |
mNo edit summary |
||
| Line 1: | Line 1: | ||
/* XenBase <adv> tag, TODO finish formatting */ | /* XenBase <adv> tag, TODO finish formatting */ | ||
.adv { | .adv { | ||
color: 909090; | color: 909090; | ||
} | } | ||
Revision as of 02:15, 11 December 2025
/* XenBase <adv> tag, TODO finish formatting */
.adv {
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;
}