| Current Path : /home/ereika83/public_html/wp-content/plugins/bbpowerpack/modules/pp-star-rating/css/ |
| Current File : /home/ereika83/public_html/wp-content/plugins/bbpowerpack/modules/pp-star-rating/css/frontend.css |
/**
* This file should contain frontend styles that
* will be applied to all module instances.
*/
.pp-rating i {
font-style: normal;
display: inline-block;
position: relative;
font-style: normal;
cursor: default;
}
.pp-rating i:before {
content: "\f005";
display: inline;
font-size: inherit;
font-family: inherit;
position: absolute;
overflow: hidden;
}
.pp-rating i.pp-star-empty:before {
width:0;
}
.pp-rating i.pp-star-0:before {
width:0;
}
.pp-rating i.pp-star-1:before {
width:10%;
}
.pp-rating i.pp-star-2:before {
width:20%;
}
.pp-rating i.pp-star-3:before {
width:30%;
}
.pp-rating i.pp-star-4:before {
width:40%;
}
.pp-rating i.pp-star-5:before {
width:50%;
}
.pp-rating i.pp-star-6:before {
width:60%;
}
.pp-rating i.pp-star-7:before {
width:70%;
}
.pp-rating i.pp-star-8:before {
width:80%;
}
.pp-rating i.pp-star-9:before {
width:90%;
}
.pp-rating i.pp-star-10:before {
width:100%;
}