You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
93 lines
1.8 KiB
93 lines
1.8 KiB
|
|
.br-theme-css-stars .br-widget {
|
|
height: 28px;
|
|
white-space: nowrap
|
|
}
|
|
|
|
.br-theme-css-stars .br-widget a {
|
|
text-decoration: none;
|
|
height: 18px;
|
|
width: 18px;
|
|
float: left;
|
|
font-size: 23px;
|
|
margin-right: 5px
|
|
}
|
|
|
|
.br-theme-css-stars .br-widget a:after {
|
|
content: "\2605";
|
|
color: #d2d2d2
|
|
}
|
|
|
|
.br-theme-css-stars .br-widget a.br-active:after {
|
|
color: #edb867
|
|
}
|
|
|
|
.br-theme-css-stars .br-widget a.br-selected:after {
|
|
color: #edb867
|
|
}
|
|
|
|
.br-theme-css-stars .br-widget .br-current-rating {
|
|
display: none
|
|
}
|
|
|
|
.br-theme-css-stars .br-readonly a {
|
|
cursor: default
|
|
}
|
|
|
|
@media print {
|
|
.br-theme-css-stars .br-widget a:after {
|
|
content: "\2606";
|
|
color: #000
|
|
}
|
|
|
|
.br-theme-css-stars .br-widget a.br-active:after, .br-theme-css-stars .br-widget a.br-selected:after {
|
|
content: "\2605";
|
|
color: #000
|
|
}
|
|
}
|
|
|
|
.br-theme-fontawesome-stars .br-widget {
|
|
height: 28px;
|
|
white-space: nowrap
|
|
}
|
|
|
|
.br-theme-fontawesome-stars .br-widget a {
|
|
font: normal normal normal 20px/1 FontAwesome;
|
|
text-rendering: auto;
|
|
-webkit-font-smoothing: antialiased;
|
|
text-decoration: none;
|
|
margin-right: 2px
|
|
}
|
|
|
|
.br-theme-fontawesome-stars .br-widget a:after {
|
|
content: '\f005';
|
|
color: #d2d2d2
|
|
}
|
|
|
|
.br-theme-fontawesome-stars .br-widget a.br-active:after {
|
|
color: #edb867
|
|
}
|
|
|
|
.br-theme-fontawesome-stars .br-widget a.br-selected:after {
|
|
color: #edb867
|
|
}
|
|
|
|
.br-theme-fontawesome-stars .br-widget .br-current-rating {
|
|
display: none
|
|
}
|
|
|
|
.br-theme-fontawesome-stars .br-readonly a {
|
|
cursor: default
|
|
}
|
|
|
|
@media print {
|
|
.br-theme-fontawesome-stars .br-widget a:after {
|
|
content: '\f006';
|
|
color: #000
|
|
}
|
|
|
|
.br-theme-fontawesome-stars .br-widget a.br-active:after, .br-theme-fontawesome-stars .br-widget a.br-selected:after {
|
|
content: '\f005';
|
|
color: #000
|
|
}
|
|
} |