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