MediaWiki:Common.css: Difference between revisions

From Trad Games Wiki
Jump to navigation Jump to search
No edit summary
No edit summary
Line 1: Line 1:
/* CSS placed here will be applied to all skins */
/* CSS placed here will be applied to all skins */


.fourthed {
tr:first-child { background-color: #11324a; }
tr:first-child { background-color: #11324a; }
tr:nth-child(2n+2) { background-color: #dfdece; }
tr:nth-child(2n+2) { background-color: #dfdece; }
tr:nth-child(2n+3) { background-color: #cecdb5; }
tr:nth-child(2n+3) { background-color: #cecdb5; }
}

Revision as of 13:10, 23 August 2021

/* CSS placed here will be applied to all skins */

tr:first-child { background-color: #11324a; }
tr:nth-child(2n+2) { background-color: #dfdece; }
tr:nth-child(2n+3) { background-color: #cecdb5; }