Registration has been disabled and the moderation extension has been turned off.

Contact an admin on Discord or EDF if you want an account. Also fuck bots.

Template:Table styles/styles.css: Difference between revisions

From Encyclopedia Dramatica
Jump to navigation Jump to search
imported>RkNAME
Try fix
imported>RkNAME
2n+1
Line 1: Line 1:
.pink-table tr:nth-of-type(odd) {
.pink-table tr:nth-of-type(2n+1) {
background-color:#ff96c6;
background-color:#ff96c6;
}
}


.pink-table tr:nth-of-type(even) {
.pink-table tr:nth-of-type(2n) {
background-color:#ffc4df;
background-color:#ffc4df;
}
}

Revision as of 04:26, 24 February 2024

.pink-table tr:nth-of-type(2n+1) {
	background-color:#ff96c6;
}

.pink-table tr:nth-of-type(2n) {
	background-color:#ffc4df;
}