Module:Track listing/styles.css: Difference between revisions

Jump to navigation Jump to search
no edit summary
No edit summary
No edit summary
Line 10: Line 10:
/* set on all rows we can set the total length row to transparent */
/* set on all rows we can set the total length row to transparent */
.tracklist tr {
.tracklist tr {
background-color: #FFEBD8;
background-color: #DDD7CC;
}
}


.tracklist tr:nth-child(2n-1) {
.tracklist tr:nth-child(2n-1) {
background-color: #FFD7B2;
background-color: #BCB7AF;
}
}


Line 29: Line 29:
.tracklist th[scope="col"] {
.tracklist th[scope="col"] {
text-align: left;
text-align: left;
background-color: #C14424;
background-color: #D33328;
     color: #fff;
     color: #fff;
}
}
Line 67: Line 67:
float: right;
float: right;
padding: 0 10px;
padding: 0 10px;
background-color: #C14424;
background-color: #D33328;
     color: #fff;
     color: #fff;
}
}


.tracklist-total-length td {
.tracklist-total-length td {
background-color: #C14424;
background-color: #D33328;
font-weight: bold;
font-weight: bold;
padding: 0 10px 0 0;
padding: 0 10px 0 0;
     color: #fff;
     color: #fff;
}
}

Navigation menu