93 lines
1.4 KiB
CSS
93 lines
1.4 KiB
CSS
#main {
|
|
margin-top: 60px;
|
|
}
|
|
|
|
.player {
|
|
margin-bottom: 20px;
|
|
}
|
|
.buttons {
|
|
text-align: center;
|
|
}
|
|
.now-playing {
|
|
text-align: center;
|
|
}
|
|
.progress {
|
|
width: 94%;
|
|
margin: 0 0 10px 3%;
|
|
height: 7px;
|
|
background-color: #e0e0e0;
|
|
}
|
|
.progress .loaded {
|
|
width: 66%;
|
|
height: 7px;
|
|
background-color: #70c0c0;
|
|
}
|
|
.progress .loaded .played {
|
|
width: 66%;
|
|
height: 7px;
|
|
background-color: #0090AA;
|
|
}
|
|
|
|
.artist-info {
|
|
margin-bottom: 20px;
|
|
}
|
|
.artist-info .pic {
|
|
height: 220px;
|
|
}
|
|
.artist-info .pic img {
|
|
max-width: 220px;
|
|
}
|
|
.artist-info .desc {
|
|
height: 220px;
|
|
}
|
|
|
|
.album {
|
|
margin-bottom: 20px;
|
|
}
|
|
.album .art {
|
|
height: 220px;
|
|
}
|
|
.album .button-container {
|
|
text-align: center;
|
|
margin-top: 10px;
|
|
}
|
|
.album .tracks {
|
|
|
|
}
|
|
td.song-duration {
|
|
text-align: right;
|
|
}
|
|
|
|
.playlist .artist-name {
|
|
margin-bottom: 4px;
|
|
font-size: 11px;
|
|
color: #888;
|
|
}
|
|
|
|
|
|
.small-round {
|
|
border-radius: 15px;
|
|
padding: 2px 9px !important;
|
|
font-size: 18px !important;
|
|
}
|
|
.large-round {
|
|
border-radius: 21px !important;
|
|
padding: 11px 11px 11px 15px !important;
|
|
}
|
|
|
|
.popover-wrapper {
|
|
position: fixed;
|
|
left: 50%;
|
|
margin-left: -280px;
|
|
top: 45px;
|
|
width: 210px;
|
|
height: 200px;
|
|
|
|
}
|
|
.popover {
|
|
/* display: block;*/
|
|
}
|
|
|
|
.now-playing-item {
|
|
background-color: #f5fcff;
|
|
} |