| Server IP : 85.158.181.41 / Your IP : 216.73.217.12 Web Server : Apache System : Linux cloud9-vm129 6.1.178+1-ph #ph SMP PREEMPT_DYNAMIC Wed Jul 29 09:00:54 UTC 2026 x86_64 User : moncbefd ( 1024) PHP Version : 7.3.33 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : OFF | Pkexec : OFF Directory : /home/moncbefd/www.moneta.at/public/theme/styles/system/modules/ |
Upload File : |
/* Rating Star Display
========================================================================== */
.rating-stars {
position: relative;
display: inline-block;
width: $gx-rating-stars-width;
height: ($gx-rating-stars-width / 5);
margin-bottom: 10px;
color: $gx-rating-stars-unmarked-color;
.rating-stars-mask {
display: inline-block;
position: absolute;
top: 0;
left: 0;
width: 0;
overflow: hidden;
.rating-stars-inside {
color: $gx-rating-stars-marked-color;
display: inline-block;
height: inherit;
white-space: nowrap;
width: $gx-rating-stars-width;
}
}
.glyphicon,
.fa,
.gm-star {
float: left;
font-size: ($gx-rating-stars-width / 5);
width: ($gx-rating-stars-width / 5);
}
[class^="gm-"]:before, [class*=" gm-"]:before {
margin-left: 0;
}
@for $i from 0 through 10 {
&.rating-stars-#{($i / 2 * 10)} > .rating-stars-mask {
width: 1% * $i * 10;
}
}
// no margin inside a single rating item
.rating-item & {
margin-top: 10px;
margin-bottom: 5px;
}
}
.rating-item {
a.btn {
display: none;
}
}
.rating-stars-separate {
color: $gx-rating-stars-marked-color;
}