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
RkNAME changed the content model of the page User:RkNAME/Template:Table styles/styles.css from "CSS" to "Sanitized CSS": it doesn't work otherwise
imported>MarioMario456
MarioMario456 moved page User:RkNAME/Template:Table styles/styles.css to Template:Table styles/styles.css without leaving a redirect
 
(30 intermediate revisions by 2 users not shown)
Line 1: Line 1:
.mw-parser-output .pink-table tr:nth-of-type(2n+1) {
.pink-table tr:nth-of-type(odd) {
background-color:#ff96c6;
background-color:#ff96c6;
}
}


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

Latest revision as of 13:52, 27 February 2024

.pink-table tr:nth-of-type(odd) {
	background-color:#ff96c6;
}

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