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 */


.fourth tr:nth-child(2n+1) { background-color: #dfdece; }
.fourth tr:nth-child(2n+1) { background-color: #dfdece; border-bottom: 2px solid #ffffff; }
.fourth tr:nth-child(2n+2) { background-color: #cecdb5; }
.fourth tr:nth-child(2n+2) { background-color: #cecdb5; border-bottom: 2px solid #ffffff; }

Revision as of 14:06, 23 August 2021

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

.fourth tr:nth-child(2n+1) { background-color: #dfdece; border-bottom: 2px solid #ffffff; }
.fourth tr:nth-child(2n+2) { background-color: #cecdb5; border-bottom: 2px solid #ffffff; }