MediaWiki:Common.css: Difference between revisions
From Xenharmonic Reference
mNo edit summary |
No edit summary |
||
| Line 1: | Line 1: | ||
/* XenBase <adv> tag, TODO finish formatting */ | |||
adv { | |||
border: 1px solid f6e; | |||
} | |||
/* Global table changes */ | /* 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 */ | /* 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 */ | ||
Revision as of 14:04, 26 October 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;
}