2011-09-08 01:48:33 +00:00
|
|
|
.small-round {
|
|
|
|
border-radius: 15px;
|
|
|
|
padding: 2px 9px !important;
|
|
|
|
font-size: 18px !important;
|
2011-06-27 11:14:14 +00:00
|
|
|
}
|
|
|
|
|
2011-09-08 01:48:33 +00:00
|
|
|
.popover-wrapper {
|
2011-09-14 19:51:51 +00:00
|
|
|
display: none;
|
2011-09-08 01:48:33 +00:00
|
|
|
position: fixed;
|
|
|
|
left: 50%;
|
|
|
|
margin-left: -280px;
|
|
|
|
top: 45px;
|
|
|
|
width: 210px;
|
|
|
|
height: 200px;
|
2011-09-18 15:14:34 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.player, .playlist {
|
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
.ad_here {
|
|
|
|
display: block;
|
|
|
|
border: #e0e0e0 1px solid;
|
|
|
|
padding: 200px 20px;
|
|
|
|
font-size: 20px;
|
|
|
|
text-align: center;
|
2011-10-24 10:15:00 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
table.stats {
|
|
|
|
width: 50%;
|
2011-11-26 20:56:09 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.data.artist {
|
|
|
|
color: inherit;
|
|
|
|
cursor: pointer;
|
2011-11-27 18:17:09 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.page-link {
|
|
|
|
color: inherit;
|
|
|
|
&:hover {
|
|
|
|
color: inherit;
|
|
|
|
}
|
2011-11-27 23:13:14 +00:00
|
|
|
}
|
|
|
|
|
2011-11-28 20:44:51 +00:00
|
|
|
.fb-like, #vk-like {
|
2011-11-27 23:13:14 +00:00
|
|
|
float: left;
|
2011-11-28 20:44:51 +00:00
|
|
|
clear: none !important;
|
2011-11-27 23:13:14 +00:00
|
|
|
}
|
|
|
|
|
2011-11-28 20:44:51 +00:00
|
|
|
#vk-like td {
|
2011-11-27 23:13:14 +00:00
|
|
|
padding: 0 !important;
|
2011-11-28 12:24:47 +00:00
|
|
|
border: none;
|
2011-11-27 23:13:14 +00:00
|
|
|
line-height: 12px;
|
2011-06-27 11:14:14 +00:00
|
|
|
}
|