.vote-block {
overflow: hidden;
margin: 0 10px 0 0;
padding-bottom: 10px;
float: left;
vertical-align: top;
position: relative;
}
.vote-block .rating-info {
position: absolute;
bottom: 0;
left: 0;
font-size: 14px;
color: #000;
font-family: georgia, serif;
}
.vote-block span.rating-text {
font-size: 29px;
color: #ffffff;
font-family: Arial,Sans-serif;
display: block;
float: right;
background: none repeat scroll 0 0 #5a5858;
padding:10px;
margin-right: 10px;
}
.rating-text2 {
font-size: 12px;
color: #c6c6c6;
font-family: Arial,Sans-serif;
display: block;
}
.vote-block .rating {
list-style: none;
margin: 0 10px 0 0;
padding: 0;
width: 160px;
height: 14px;
float: right;
vertical-align: top;
}
.vote-block .rating:hover li {
background-image: url(//sherlock-online.ru/wp-content/themes/MyMovie/ratings/star.png);
cursor:pointer;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
.vote-block .rating:hover li {
background-image: url(//sherlock-online.ru/wp-content/themes/MyMovie/ratings/star2.png);
background-size: 16px 42px;!important;
cursor:pointer;
}
}
.vote-block .rating li {
display: block;
width: 16px;
height: 14px;
float: right; text-indent: -9999px; cursor: pointer;
}
.vote-block .rating li:hover,
.vote-block .rating li:hover ~ li {
background-position: 0 -14px;
}
.vote-block.disabled .rating li.current {
display: block;
z-index: 10;
}
.vote-block .rating li.active,
.vote-block .rating li.active ~ li {
background-position: 0 -30px;
}
.vote-block li.current {
display: none;
}
.vote-block ol.show-current {
position: relative;
}
.vote-block ol.show-current li {
cursor: default;
z-index: 2;
position: relative;
}
.vote-block ol.show-current li.current {
position: absolute;
display: block;
width: 100%;
z-index: 1;
background-position: 0 0;
background-repeat: repeat-x;
background-image: url(//sherlock-online.ru/wp-content/themes/MyMovie/ratings/star.png);
cursor:pointer;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
.vote-block ol.show-current li.current {
background-image: url(//sherlock-online.ru/wp-content/themes/MyMovie/ratings/star3.png);
background-size: 16px 42px !important;
cursor:pointer;
}
}
.vote-block ol.show-current li.current span {
display: block;
height: 14px;
width: 0;
background: inherit;
background-position: 0 -28.1px;
}