8,556
edits
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: # | background-color: #DDD7CC; | ||
} | } | ||
.tracklist tr:nth-child(2n-1) { | .tracklist tr:nth-child(2n-1) { | ||
background-color: # | background-color: #BCB7AF; | ||
} | } | ||
Line 29: | Line 29: | ||
.tracklist th[scope="col"] { | .tracklist th[scope="col"] { | ||
text-align: left; | text-align: left; | ||
background-color: # | background-color: #D33328; | ||
color: #fff; | color: #fff; | ||
} | } | ||
Line 67: | Line 67: | ||
float: right; | float: right; | ||
padding: 0 10px; | padding: 0 10px; | ||
background-color: # | background-color: #D33328; | ||
color: #fff; | color: #fff; | ||
} | } | ||
.tracklist-total-length td { | .tracklist-total-length td { | ||
background-color: # | background-color: #D33328; | ||
font-weight: bold; | font-weight: bold; | ||
padding: 0 10px 0 0; | padding: 0 10px 0 0; | ||
color: #fff; | color: #fff; | ||
} | } |