MediaWiki:Common.css: Difference between revisions

From Xenharmonic Reference
mNo edit summary
No edit summary
Line 1: Line 1:
/* commenting all this until it works again
/* XenBase class="adv" selector, TODO finish formatting */
/* XenBase class="adv" selector, TODO finish formatting */
.adv {
.adv {
Line 15: Line 17:
     background-color: #445;
     background-color: #445;
}
}
/*

Revision as of 13:20, 11 December 2025

/* commenting all this until it works again

/* XenBase class="adv" selector, 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;
}

/*