MediaWiki:Common.css: Difference between revisions

From Xenharmonic Reference
m Trying ground's border for .adv
Tag: Reverted
Just muted color is better for .adv
Tag: Manual revert
Line 1: Line 1:
/* XenBase <adv> tag, TODO finish formatting */
/* XenBase <adv> tag, TODO finish formatting */
.adv {
.adv {
    border: 1px solid f6e;
     color: #909090;
     color: #909090;
}
}

Revision as of 02:19, 11 December 2025

/* XenBase <adv> tag, TODO finish formatting */
.adv {
    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;
}