MediaWiki:Common.css: Difference between revisions

From Xenharmonic Reference
No edit summary
mNo edit summary
Line 6: Line 6:
/* XenBase class="thl" selector, for highlighting table cells */
/* XenBase class="thl" selector, for highlighting table cells */
.thl {
.thl {
color: #eef;
color: #000;
background-color: #077;
background-color: #cba;
}
}

Revision as of 17:38, 11 December 2025

/* XenBase class="adv" selector, TODO finish formatting */
.adv {
    color: rgba(204, 204, 255, 0.65); /* #ccccff with 65% opacity */
}

/* XenBase class="thl" selector, for highlighting table cells */
.thl {
	color: #000;
	background-color: #cba;
}