Template:Table styles/styles.css: Difference between revisions
Jump to navigation
Jump to search
imported>RkNAME Want to style tables with CSS |
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 |
||
(No difference)
| |||
Revision as of 04:07, 24 February 2024
.mw-parser-output .pink-table tr:nth-of-type(2n+1) {
background-color:#ff96c6;
}
.mw-parser-output .pink-table tr:nth-of-type(2n) {
background-color:#ffc4df;
}