2011-09-08 01:48:33 +00:00
|
|
|
.player {
|
|
|
|
.buttons {
|
|
|
|
text-align: center;
|
2011-09-16 01:57:41 +00:00
|
|
|
height: 36px;
|
|
|
|
}
|
|
|
|
.play {
|
|
|
|
border-radius: 21px !important;
|
|
|
|
padding: 11px 11px 11px 15px !important;
|
|
|
|
margin-top: -10px !important;
|
2011-09-08 01:48:33 +00:00
|
|
|
}
|
2011-09-15 11:07:35 +00:00
|
|
|
.pause {
|
2011-09-16 01:57:41 +00:00
|
|
|
font-weight: bold;
|
|
|
|
border-radius: 21px !important;
|
|
|
|
padding: 11px 16px 11px 16px !important;
|
2011-09-15 11:07:35 +00:00
|
|
|
display: none;
|
|
|
|
}
|
2011-09-08 01:48:33 +00:00
|
|
|
.now-playing {
|
|
|
|
text-align: center;
|
|
|
|
}
|
|
|
|
.progress {
|
|
|
|
width: 94%;
|
2011-09-16 01:57:41 +00:00
|
|
|
margin: 0 0 18px 3%;
|
|
|
|
height: 5px;
|
2011-09-08 01:48:33 +00:00
|
|
|
background-color: #e0e0e0;
|
|
|
|
.loaded {
|
|
|
|
width: 66%;
|
2011-09-16 01:57:41 +00:00
|
|
|
height: 5px;
|
|
|
|
background-color: #d0e0e0;
|
|
|
|
cursor: pointer;
|
2011-09-08 01:48:33 +00:00
|
|
|
.played {
|
|
|
|
width: 66%;
|
2011-09-16 01:57:41 +00:00
|
|
|
height: 5px;
|
2011-09-08 01:48:33 +00:00
|
|
|
background-color: #0090AA;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
2011-06-27 11:14:14 +00:00
|
|
|
|
2011-09-08 01:48:33 +00:00
|
|
|
.playlist {
|
2011-09-15 06:15:50 +00:00
|
|
|
margin: 20px 0 0 0;
|
|
|
|
li {
|
|
|
|
list-style: none;
|
2011-09-16 01:57:41 +00:00
|
|
|
background-color: #ffffff;
|
2011-09-15 06:15:50 +00:00
|
|
|
border-bottom: #DDD 1px solid;
|
|
|
|
.drag {
|
|
|
|
float: left;
|
2011-09-16 01:57:41 +00:00
|
|
|
margin: 11px 0 0 -6px;
|
|
|
|
width: 15px;
|
|
|
|
height: 26px;
|
|
|
|
background: url("/assets/drag.png");
|
2011-09-15 06:15:50 +00:00
|
|
|
cursor: pointer;
|
|
|
|
}
|
|
|
|
.artist-name {
|
2011-09-16 01:57:41 +00:00
|
|
|
font-size: 11px;
|
|
|
|
margin: 0 0 0 5px;
|
|
|
|
padding: 5px 0 0 0;
|
2011-09-15 06:15:50 +00:00
|
|
|
}
|
|
|
|
.song-title {
|
|
|
|
margin: 0 0 5px 5px;
|
|
|
|
}
|
|
|
|
.song-duration {
|
|
|
|
float: right;
|
2011-09-16 01:57:41 +00:00
|
|
|
margin: 15px 5px 0 0;
|
|
|
|
}
|
|
|
|
.remove {
|
|
|
|
display: none;
|
|
|
|
font-size: 11px;
|
|
|
|
line-height: 11px;
|
|
|
|
color: #fffafa;
|
|
|
|
background-color: #cc9090;
|
|
|
|
border: #bb8080 1px solid;
|
|
|
|
border-radius: 3px;
|
|
|
|
padding: 0 3px 2px 3px;
|
|
|
|
float: right;
|
|
|
|
margin: 16px 5px 0 0;
|
|
|
|
cursor: pointer;
|
2011-09-15 06:15:50 +00:00
|
|
|
}
|
2011-09-15 09:38:24 +00:00
|
|
|
&.now {
|
2011-09-16 01:57:41 +00:00
|
|
|
background-color: #EAF5FF;
|
2011-09-15 09:38:24 +00:00
|
|
|
}
|
2011-09-08 01:48:33 +00:00
|
|
|
}
|
2011-06-27 11:14:14 +00:00
|
|
|
}
|