MediaWiki:Common.css: Difference between revisions
From Xenharmonic Reference
mNo edit summary |
mNo edit summary |
||
| Line 9: | Line 9: | ||
.wikitable > * > tr > th, | .wikitable > * > tr > th, | ||
.wikitable > caption { | .wikitable > caption { | ||
color: #fff | color: #fff; | ||
background-color: #76f | background-color: #76f; | ||
} | |||
.wikitable > tr > th > a, | |||
.wikitable > * > tr > th > a, | |||
.wikitable > caption > a { | |||
color: #fff; | |||
} | } | ||
Revision as of 01:17, 2 December 2025
/* 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;
}