Skip to content

Instantly share code, notes, and snippets.

@dodeja
Created January 20, 2009 09:10
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save dodeja/49410 to your computer and use it in GitHub Desktop.
Save dodeja/49410 to your computer and use it in GitHub Desktop.
/* SET LIST HEADING */
.setListHeading {width: 700px; height: 40px; background: url(../images/leftcol_heading_bg.png) top left no-repeat; font-size: 18px; color: #fff; font-weight: bold;}
.setListHeading .favorite {float: left; margin: 13px 0 0 50px; width: 16px; height: 16px; background: url(../images/tracklist_heading_heart.png) 0 0 no-repeat;}
.setListHeading p {float: left; margin: 8px 0 0 20px;}
.setListHeading .title {float: left;}
.setListHeading .date {float: left; margin: 0 0 0 440px;}
.setListHeading .rating {float: left; margin: 0 0 0 30px;}
/* TRACK ODD */
.setList .trackOdd {width: 700px; height: 30px; font-size: 14px; color: #2d3133;}
.setList .trackOdd:hover {-webkit-border-radius: 5px; -moz-border-radius: 5px; background-color: #2d3133; color: #fff; cursor: pointer;}
.setList .trackOdd .trackWrap {float: left; margin: 6px 0 0 20px;}
.setList .trackOdd .title {float: left; width: 420px; font-weight: bold; text-decoration: none;}
.setList .trackOdd .title:hover {float: left; width: 420px; text-decoration: none;}
.setList .trackOdd .date {float: left; margin: 0 0 0 55px; width: 100px;}
.setList .trackOdd .rating {float: left; margin: 0 0 0 10px; width: 65px;}
/* TRACK EVEN */
.setList .trackEven {width: 700px; height: 30px; -webkit-border-radius: 5px; -moz-border-radius: 5px; background-color: #e0f7ff; font-size: 14px; color: #2d3133;}
.setList .trackEven:hover {-webkit-border-radius: 5px; -moz-border-radius: 5px; background-color: #2d3133; color: #fff; cursor: pointer;}
.setList .trackEven .trackWrap {float: left; margin: 6px 0 0 20px;}
.setList .trackEven .title {float: left; width: 420px; font-weight: bold; text-decoration: none;}
.setList .trackEven .date {float: left; margin: 0 0 0 55px; width: 100px;}
.setList .trackEven .rating {float: left; margin: 0 0 0 10px; width: 65px;}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment