MediaWiki:Common.css: Difference between revisions

no edit summary
No edit summary
No edit summary
Line 76: Line 76:
/*Template for song lyric tables*/
/*Template for song lyric tables*/
.lyrics tr:nth-child(even) {
.lyrics tr:nth-child(even) {
     background-color: #ffffff;
     background-color: #FEE7E6;
     padding:2em;
     padding-top:8px;
    padding-bottom:8px;
}
}
.lyrics tr:nth-child(odd) {
.lyrics tr:nth-child(odd) {
     background-color: #ffffff;
     background-color: #ffffff;
     padding:2em;
     padding-top:8px;
    padding-bottom:8px;
}
}