MediaWiki:Common.css/Squad.css: Difference between revisions

From TwogPedia
(Created page with "→‎CSS placed here will be applied to all skins: .wikitable-striped > tbody > tr:nth-of-type(2n + 1) { background-color: #bbbbbb; }")
 
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 */
.test {
background-color: red;
}
.wikitable-striped > tbody > tr:nth-of-type(2n + 1) {
.wikitable-striped > tbody > tr:nth-of-type(2n + 1) {
background-color: #bbbbbb;
background-color: #bbbbbb;
}
}

Latest revision as of 12:37, 24 August 2022

/* CSS placed here will be applied to all skins */
.test {
	background-color: red;
}

.wikitable-striped > tbody > tr:nth-of-type(2n + 1) {
	background-color: #bbbbbb;
}