MediaWiki:Common.css: Difference between revisions
From Xenharmonic Reference
Trying the ".adv" selector |
No edit summary |
||
| Line 2: | Line 2: | ||
.adv { | .adv { | ||
border: 1px solid f6e; | border: 1px solid f6e; | ||
color: 909090; | |||
} | } | ||
Revision as of 02:14, 11 December 2025
/* 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;
}