MediaWiki:Common.css: Difference between revisions
From Xenharmonic Reference
mNo edit summary |
Trying the ".adv" selector |
||
| Line 1: | Line 1: | ||
/* XenBase <adv> tag, TODO finish formatting */ | /* XenBase <adv> tag, TODO finish formatting */ | ||
adv { | .adv { | ||
border: 1px solid f6e; | border: 1px solid f6e; | ||
} | } | ||
Revision as of 02:13, 11 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 {
color: #fff;
background-color: #223;
}
.wikitable > tr > th,
.wikitable > * > tr > th,
.wikitable > caption {
background-color: #445;
}