Difference between revisions of "MediaWiki:Common.css"

From Trad Games Wiki
Jump to navigation Jump to search
(Created page with "CSS placed here will be applied to all skins: .4e tr:first-child {background: #11324a} .4e tr:nth-child(2n+2) {background: #dfdece} .4e tr:nth-child(2n+3) {background: #...")
 
Line 1: Line 1:
 
/* CSS placed here will be applied to all skins */
 
/* CSS placed here will be applied to all skins */
  
.4e tr:first-child {background: #11324a}
+
.4e tr:first-child { background-color: #11324a }
.4e tr:nth-child(2n+2) {background: #dfdece}
+
.4e tr:nth-child(2n+2) { background-color: #dfdece }
.4e tr:nth-child(2n+3) {background: #cecdb5}
+
.4e tr:nth-child(2n+3) { background-color: #cecdb5 }

Revision as of 12:26, 23 August 2021

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

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