83 lines
1.2 KiB
SCSS
Raw Normal View History

2011-06-27 15:14:14 +04:00
@import "alpha_gradient";
.artist-info {
2011-09-08 05:48:33 +04:00
margin-bottom: 20px;
.pic {
img {
max-width: 220px;
}
}
.desc {
2011-09-26 14:51:52 +04:00
.service-icons {
margin-top: 15px;
a {
2011-10-20 00:55:46 +04:00
text-decoration: none;
2011-09-26 14:51:52 +04:00
margin-right: 10px;
}
}
2011-09-08 05:48:33 +04:00
}
2011-06-27 15:14:14 +04:00
}
2011-11-26 19:38:50 +04:00
.playlist-name {
display: block;
margin: 1px 0;
}
2011-11-27 00:56:09 +04:00
.set-playlist, .dynamic-playlist {
2011-11-26 19:38:50 +04:00
float: right;
cursor: pointer;
}
2011-09-08 05:48:33 +04:00
.album {
margin-bottom: 20px;
.art {
img {
width: 100%;
2011-09-08 05:48:33 +04:00
max-width: 220px;
}
.button-container {
2011-09-19 12:21:03 +04:00
display: none;
2011-09-08 05:48:33 +04:00
text-align: center;
margin-top: 10px;
}
}
.tracks {
2011-09-15 10:55:14 +04:00
& > h3 {
margin: -5px 0 5px 0;
}
2011-11-24 03:37:41 +04:00
tr.unavailable > td {
background-color: #FFF0F0;
}
td.album-pic {
padding: 0;
line-height: 0;
height: 40px;
width: 40px;
img {
height: 100%;
}
}
td.song-title {
padding: 12px 10px 10px 9px;
}
2011-09-08 05:48:33 +04:00
td.song-duration {
text-align: right;
2011-09-26 17:34:18 +04:00
.s-duration {
display: block;
padding: 1px 0;
}
.s-add {
display: none;
float: right;
cursor: pointer;
}
}
tr:hover {
.s-duration {
display: none;
}
.s-add {
display: block;
}
2011-09-08 05:48:33 +04:00
}
}
2011-06-27 15:14:14 +04:00
}