43 lines
562 B
SCSS
Raw Normal View History

2011-09-08 05:48:33 +04:00
.small-round {
border-radius: 15px;
padding: 2px 9px !important;
font-size: 18px !important;
2011-06-27 15:14:14 +04:00
}
2011-09-08 05:48:33 +04:00
.popover-wrapper {
2011-09-14 23:51:51 +04:00
display: none;
2011-09-08 05:48:33 +04:00
position: fixed;
left: 50%;
margin-left: -280px;
top: 45px;
width: 210px;
height: 200px;
}
.player, .playlist {
display: none;
}
.ad_here {
display: block;
border: #e0e0e0 1px solid;
padding: 200px 20px;
font-size: 20px;
text-align: center;
2011-10-24 14:15:00 +04:00
}
table.stats {
width: 50%;
2011-11-27 00:56:09 +04:00
}
.data.artist {
color: inherit;
cursor: pointer;
2011-11-27 22:17:09 +04:00
}
.page-link {
color: inherit;
&:hover {
color: inherit;
}
2011-06-27 15:14:14 +04:00
}