MediaWiki:Common.css: Difference between revisions

From Xenharmonic Reference
mNo edit summary
No edit summary
Line 2: Line 2:
.adv {
.adv {
     color: rgba(204, 204, 255, 0.65); /* #ccccff with 65% opacity */
     color: rgba(204, 204, 255, 0.65); /* #ccccff with 65% opacity */
}
/* XenBase class="thl" selector, for highlighting table cells */
.thl {
color: #eef;
background-color: #077;
}
}

Revision as of 17:36, 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: #eef;
	background-color: #077;
}