В css код рейтинга выглядит примерно так :
( в комментах значения для более крупного отображения)
20.12.2016 / 19:26
( в комментах значения для более крупного отображения)
/*----new raring-----*/
.mwrating { float: right;
/* display: inline-block; */
width: 96px;
height: 18px;}/*---28---*/
.wmminus, .wmplus {
width: 22px;
height: 18px;}/*---28---*/
.mwrat {
width: 42px;
height: 22px;} /*---28---*/
.wmminus, .mwrat, .wmplus {
display: inline-block;
float: left;
text-align: center;
line-height: 22px; /*---28---*/
position: relative;}
.wmminus a {
transition: all 0.2s;
display: block;
position: absolute;
top: 0px;
left: 0px;
width: 22px;
height: 22px; /*---28---*/
line-height: 22px; /*---28---*/
text-align: center;
background: linear-gradient(to bottom, #ff3019 0%,#cf0404 100%);
border-top-left-radius: 5px; /*---3---*/
border-bottom-left-radius: 5px; /*---3---*/
border: 1px solid #D60A07;
border-right:...