| Current Path : /home/emeraadmin/public_html/4d695/ |
| Current File : /home/emeraadmin/public_html/4d695/themes.tar |
bars-1to10.less 0000644 00000002457 15167731006 0007243 0 ustar 00 @import "variables.less";
@import "mixins.less";
.br-theme-bars-1to10 {
.br-widget {
height: 50px;
white-space: nowrap;
a {
display: block;
width: 12px;
padding: 5px 0;
height: 28px;
float: left;
background-color: lighten(@orange-color, 25%);
margin: 1px;
text-align: center;
&.br-active,
&.br-selected {
background-color: @orange-color;
}
}
.br-current-rating {
font-size: 20px;
line-height: 2;
float: left;
padding: 0 20px 0 20px;
color: @orange-color;
font-weight: 400;
}
}
.br-readonly {
a {
cursor: default;
&.br-active, &.br-selected {
background-color: lighten(@orange-color, 10%);
}
}
.br-current-rating {
color: lighten(@orange-color, 10%);
}
}
}
@media print {
.br-theme-bars-1to10 {
.br-widget {
a {
border: 1px solid lighten(black, 70%);
background: white;
height: 38px;
.box-sizing(border-box);
&.br-active,
&.br-selected {
border: 1px solid black;
background: white;
}
}
.br-current-rating {
color: black;
}
}
}
}
fontawesome-stars-o.less 0000644 00000002614 15167731006 0011362 0 ustar 00 @import "variables.less";
.br-theme-fontawesome-stars-o {
.br-widget {
height: 28px;
white-space: nowrap;
a {
font: normal normal normal 20px/1 FontAwesome;
text-rendering: auto;
-webkit-font-smoothing: antialiased;
text-decoration: none;
margin-right: 2px;
}
a:after {
content: '\f006';
color: @star-default;
}
a.br-active:after {
content: '\f005';
color: @green-color;
}
a.br-selected:after {
content: '\f005';
color: @green-color;
}
a.br-fractional:after {
content: '\f123';
color: @green-color;
}
.br-current-rating {
display: none;
}
}
.br-readonly {
a {
cursor: default;
}
}
.br-reverse {
a.br-fractional {
display: inline-block;
transform: scaleX(-1);
-moz-transform: scaleX(-1);
-webkit-transform: scaleX(-1);
filter: FlipH;
-ms-filter: "FlipH";
}
}
}
@media print {
.br-theme-fontawesome-stars-o {
.br-widget {
a:after {
content: '\f006';
color: black;
}
a.br-active:after,
a.br-selected:after {
content: '\f005';
color: black;
}
a.br-fractional:after {
content: '\f123';
color: black;
}
}
}
}
bars-square.less 0000644 00000002556 15167731006 0007677 0 ustar 00 @import "variables.less";
@import "mixins.less";
.br-theme-bars-square {
.br-widget {
height: 15px;
white-space: nowrap;
a {
display: block;
width: 30px;
height: 30px;
float: left;
border: 2px solid lighten(@blue-color, 25%);
background-color: white;
margin: 2px;
text-decoration: none;
font-size: 14px;
font-weight: 400;
line-height: 2;
text-align: center;
color: lighten(@blue-color, 25%);
font-weight: 600;
&.br-active,
&.br-selected {
border: 2px solid @blue-color;
color: @blue-color;
}
}
.br-current-rating {
clear: both;
width: 330px;
text-align: center;
font-weight: 600;
display: block;
padding: .5em 0;
color: #646464;
}
}
.br-readonly {
a {
cursor: default;
&.br-active, &.br-selected {
border: 2px solid lighten(@blue-color, 10%);
color: lighten(@blue-color, 10%);
}
}
}
}
@media print {
.br-theme-bars-square {
.br-widget {
a {
border: 2px solid lighten(black, 70%);
color: lighten(black, 70%);
&.br-active,
&.br-selected {
border: 2px solid black;
color: black;
}
}
}
}
}
bars-reversed.less 0000644 00000002601 15167731006 0010205 0 ustar 00 @import "variables.less";
@import "mixins.less";
.br-theme-bars-reversed {
.br-widget {
height: 25px;
white-space: nowrap;
a {
display: block;
width: 22px;
height: 22px;
float: left;
background-color: lighten(@green-color, 25%);
margin: 1px;
font-size: 15px;
font-weight: 400;
line-height: 1.4;
color: @green-color;
text-align: center;
&.br-active,
&.br-selected {
background-color: @green-color;
color: white;
}
}
.br-current-rating {
line-height: 1.3;
float: left;
padding: 0 20px 0 20px;
color: @green-color;
font-size: 17px;
font-weight: 400;
}
}
.br-readonly {
a {
cursor: default;
&.br-active, &.br-selected {
background-color: lighten(@green-color, 10%);
}
}
.br-current-rating {
color: lighten(@green-color, 10%);
}
}
}
@media print {
.br-theme-bars-reversed {
.br-widget {
a {
border: 1px solid lighten(black, 70%);
background: white;
.box-sizing(border-box);
&.br-active,
&.br-selected {
border: 1px solid black;
background: white;
}
}
.br-current-rating {
color: black;
}
}
}
}
fontawesome-stars.less 0000644 00000001660 15167731006 0011126 0 ustar 00 @import "variables.less";
.br-theme-fontawesome-stars {
.br-widget {
height: 28px;
white-space: nowrap;
a {
font: normal normal normal 20px/1 FontAwesome;
text-rendering: auto;
-webkit-font-smoothing: antialiased;
text-decoration: none;
margin-right: 2px;
}
a:after {
content: '\f005';
color: @star-default;
}
a.br-active:after {
color: @star-active;
}
a.br-selected:after {
color: @star-selected;
}
.br-current-rating {
display: none;
}
}
.br-readonly {
a {
cursor: default;
}
}
}
@media print {
.br-theme-fontawesome-stars {
.br-widget {
a:after {
content: '\f006';
color: black;
}
a.br-active:after,
a.br-selected:after {
content: '\f005';
color: black;
}
}
}
}
bars-pill.less 0000644 00000003364 15167731006 0007335 0 ustar 00 @import "variables.less";
@import "mixins.less";
.br-theme-bars-pill {
.br-widget {
white-space: nowrap;
a {
padding: 7px 15px;
background-color: lighten(@green-color, 25%);
color: @green-color;
text-decoration: none;
font-size: 13px;
line-height: 3;
text-align: center;
font-weight: 400;
&:first-child {
-webkit-border-top-left-radius: 999px;
-webkit-border-bottom-left-radius: 999px;
-moz-border-radius-topleft: 999px;
-moz-border-radius-bottomleft: 999px;
border-top-left-radius: 999px;
border-bottom-left-radius: 999px;
}
&:last-child {
-webkit-border-top-right-radius: 999px;
-webkit-border-bottom-right-radius: 999px;
-moz-border-radius-topright: 999px;
-moz-border-radius-bottomright: 999px;
border-top-right-radius: 999px;
border-bottom-right-radius: 999px;
}
&.br-active,
&.br-selected {
background-color: @green-color;
color: white;
}
}
}
.br-readonly {
a {
cursor: default;
&.br-active, &.br-selected {
background-color: lighten(@green-color, 10%);
}
}
}
}
@media print {
.br-theme-bars-pill {
.br-widget {
a {
border: 1px solid lighten(black, 70%);
border-left: none;
background: white;
.box-sizing(border-box);
&.br-active,
&.br-selected {
border: 1px solid black;
border-left: none;
background: white;
color: black;
}
}
a:first-child {
border-left: 1px solid black;
}
}
}
}
bootstrap-stars.less 0000644 00000001667 15167731006 0010623 0 ustar 00 @import "variables.less";
.br-theme-bootstrap-stars {
.br-widget {
height: 28px;
white-space: nowrap;
a {
font: normal normal normal 18px/1 'Glyphicons Halflings';
text-rendering: auto;
-webkit-font-smoothing: antialiased;
text-decoration: none;
margin-right: 2px;
}
a:after {
content: '\e006';
color: @star-default;
}
a.br-active:after {
color: @star-active;
}
a.br-selected:after {
color: @star-selected;
}
.br-current-rating {
display: none;
}
}
.br-readonly {
a {
cursor: default;
}
}
}
@media print {
.br-theme-bootstrap-stars {
.br-widget {
a:after {
content: '\e007';
color: black;
}
a.br-active:after,
a.br-selected:after {
content: '\e006';
color: black;
}
}
}
}
css-stars.less 0000644 00000001566 15167731006 0007374 0 ustar 00 @import "variables.less";
.br-theme-css-stars {
.br-widget {
height: 28px;
white-space: nowrap;
a {
text-decoration: none;
height: 18px;
width: 18px;
float: left;
font-size: 23px;
margin-right: 5px;
}
a:after {
content: "\2605";
color: @star-default;
}
a.br-active:after {
color: @star-active;
}
a.br-selected:after {
color: @star-selected;
}
.br-current-rating {
display: none;
}
}
.br-readonly {
a {
cursor: default;
}
}
}
@media print {
.br-theme-css-stars {
.br-widget {
a:after {
content: "\2606";
color: black;
}
a.br-active:after,
a.br-selected:after {
content: "\2605";
color: black;
}
}
}
}
bars-horizontal.less 0000644 00000002331 15167731006 0010557 0 ustar 00 @import "variables.less";
@import "mixins.less";
.br-theme-bars-horizontal {
.br-widget {
width: 120px;
white-space: nowrap;
a {
display: block;
width: 120px;
height: 5px;
background-color: lighten(@orange-color, 25%);
margin: 1px;
&.br-active,
&.br-selected {
background-color: @orange-color;
}
}
.br-current-rating {
width: 120px;
font-size: 18px;
font-weight: 600;
line-height: 2;
text-align: center;
color: @orange-color;
}
}
.br-readonly {
a {
cursor: default;
&.br-active, &.br-selected {
background-color: lighten(@orange-color, 10%);
}
}
.br-current-rating {
color: lighten(@orange-color, 10%);
}
}
}
@media print {
.br-theme-bars-horizontal {
.br-widget {
a {
border: 1px solid lighten(black, 70%);
background: white;
.box-sizing(border-box);
&.br-active,
&.br-selected {
border: 1px solid black;
background: white;
}
}
.br-current-rating {
color: black;
}
}
}
}
bars-movie.less 0000644 00000002405 15167731006 0007507 0 ustar 00 @import "variables.less";
@import "mixins.less";
.br-theme-bars-movie {
.br-widget {
height: 10px;
white-space: nowrap;
a {
display: block;
width: 60px;
height: 8px;
float: left;
background-color: lighten(@blue-color, 25%);
margin: 1px;
&.br-active,
&.br-selected {
background-color: @blue-color;
}
}
.br-current-rating {
clear: both;
width: 240px;
text-align: center;
font-weight: 600;
display: block;
padding: .5em 0;
color: @blue-color;
font-weight: 400;
}
}
.br-readonly {
a {
cursor: default;
&.br-active, &.br-selected {
background-color: lighten(@blue-color, 10%);
}
}
.br-current-rating {
color: lighten(@blue-color, 10%);
}
}
}
@media print {
.br-theme-bars-movie {
.br-widget {
a {
border: 1px solid lighten(black, 70%);
background: white;
.box-sizing(border-box);
&.br-active,
&.br-selected {
border: 1px solid black;
background: white;
}
}
.br-current-rating {
color: black;
}
}
}
}
variables.less 0000644 00000000246 15167731006 0007414 0 ustar 00 // Bars
@orange-color: #EDB867;
@green-color: #50E3C2;
@blue-color: #4278F5;
// Stars
@star-default: #d2d2d2;
@star-active: #EDB867;
@star-selected: #EDB867; mixins.less 0000644 00000000225 15167731006 0006750 0 ustar 00 // Box sizing
.box-sizing (@type: border-box) {
-webkit-box-sizing: @type;
-moz-box-sizing: @type;
box-sizing: @type;
}
bars-square.css 0000644 00000002332 15170144342 0007504 0 ustar 00 .br-theme-bars-square .br-widget {
height: 15px;
white-space: nowrap;
}
.br-theme-bars-square .br-widget a {
display: block;
width: 30px;
height: 30px;
float: left;
border: 2px solid #bbcefb;
background-color: white;
margin: 2px;
text-decoration: none;
font-size: 14px;
font-weight: 400;
line-height: 2;
text-align: center;
color: #bbcefb;
font-weight: 600;
}
.br-theme-bars-square .br-widget a.br-active,
.br-theme-bars-square .br-widget a.br-selected {
border: 2px solid #4278F5;
color: #4278F5;
}
.br-theme-bars-square .br-widget .br-current-rating {
clear: both;
width: 330px;
text-align: center;
font-weight: 600;
display: block;
padding: .5em 0;
color: #646464;
}
.br-theme-bars-square .br-readonly a {
cursor: default;
}
.br-theme-bars-square .br-readonly a.br-active,
.br-theme-bars-square .br-readonly a.br-selected {
border: 2px solid #729bf8;
color: #729bf8;
}
@media print {
.br-theme-bars-square .br-widget a {
border: 2px solid #b3b3b3;
color: #b3b3b3;
}
.br-theme-bars-square .br-widget a.br-active,
.br-theme-bars-square .br-widget a.br-selected {
border: 2px solid black;
color: black;
}
}
fontawesome-stars.css 0000644 00000001744 15170144342 0010746 0 ustar 00 .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: black;
}
.br-theme-fontawesome-stars .br-widget a.br-active:after,
.br-theme-fontawesome-stars .br-widget a.br-selected:after {
content: '\f005';
color: black;
}
}
bars-reversed.css 0000644 00000002627 15170144342 0010032 0 ustar 00 .br-theme-bars-reversed .br-widget {
height: 25px;
white-space: nowrap;
}
.br-theme-bars-reversed .br-widget a {
display: block;
width: 22px;
height: 22px;
float: left;
background-color: #bef5e8;
margin: 1px;
font-size: 15px;
font-weight: 400;
line-height: 1.4;
color: #50E3C2;
text-align: center;
}
.br-theme-bars-reversed .br-widget a.br-active,
.br-theme-bars-reversed .br-widget a.br-selected {
background-color: #50E3C2;
color: white;
}
.br-theme-bars-reversed .br-widget .br-current-rating {
line-height: 1.3;
float: left;
padding: 0 20px 0 20px;
color: #50E3C2;
font-size: 17px;
font-weight: 400;
}
.br-theme-bars-reversed .br-readonly a {
cursor: default;
}
.br-theme-bars-reversed .br-readonly a.br-active,
.br-theme-bars-reversed .br-readonly a.br-selected {
background-color: #7cead1;
}
.br-theme-bars-reversed .br-readonly .br-current-rating {
color: #7cead1;
}
@media print {
.br-theme-bars-reversed .br-widget a {
border: 1px solid #b3b3b3;
background: white;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
.br-theme-bars-reversed .br-widget a.br-active,
.br-theme-bars-reversed .br-widget a.br-selected {
border: 1px solid black;
background: white;
}
.br-theme-bars-reversed .br-widget .br-current-rating {
color: black;
}
}
bars-movie.css 0000644 00000002426 15170144342 0007327 0 ustar 00 .br-theme-bars-movie .br-widget {
height: 10px;
white-space: nowrap;
}
.br-theme-bars-movie .br-widget a {
display: block;
width: 60px;
height: 8px;
float: left;
background-color: #bbcefb;
margin: 1px;
}
.br-theme-bars-movie .br-widget a.br-active,
.br-theme-bars-movie .br-widget a.br-selected {
background-color: #4278F5;
}
.br-theme-bars-movie .br-widget .br-current-rating {
clear: both;
width: 240px;
text-align: center;
font-weight: 600;
display: block;
padding: .5em 0;
color: #4278F5;
font-weight: 400;
}
.br-theme-bars-movie .br-readonly a {
cursor: default;
}
.br-theme-bars-movie .br-readonly a.br-active,
.br-theme-bars-movie .br-readonly a.br-selected {
background-color: #729bf8;
}
.br-theme-bars-movie .br-readonly .br-current-rating {
color: #729bf8;
}
@media print {
.br-theme-bars-movie .br-widget a {
border: 1px solid #b3b3b3;
background: white;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
.br-theme-bars-movie .br-widget a.br-active,
.br-theme-bars-movie .br-widget a.br-selected {
border: 1px solid black;
background: white;
}
.br-theme-bars-movie .br-widget .br-current-rating {
color: black;
}
}
bootstrap-stars.css 0000644 00000001733 15170144342 0010432 0 ustar 00 .br-theme-bootstrap-stars .br-widget {
height: 28px;
white-space: nowrap;
}
.br-theme-bootstrap-stars .br-widget a {
font: normal normal normal 18px/1 'Glyphicons Halflings';
text-rendering: auto;
-webkit-font-smoothing: antialiased;
text-decoration: none;
margin-right: 2px;
}
.br-theme-bootstrap-stars .br-widget a:after {
content: '\e006';
color: #d2d2d2;
}
.br-theme-bootstrap-stars .br-widget a.br-active:after {
color: #EDB867;
}
.br-theme-bootstrap-stars .br-widget a.br-selected:after {
color: #EDB867;
}
.br-theme-bootstrap-stars .br-widget .br-current-rating {
display: none;
}
.br-theme-bootstrap-stars .br-readonly a {
cursor: default;
}
@media print {
.br-theme-bootstrap-stars .br-widget a:after {
content: '\e007';
color: black;
}
.br-theme-bootstrap-stars .br-widget a.br-active:after,
.br-theme-bootstrap-stars .br-widget a.br-selected:after {
content: '\e006';
color: black;
}
}
css-stars.css 0000644 00000001546 15170144342 0007207 0 ustar 00 .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: black;
}
.br-theme-css-stars .br-widget a.br-active:after,
.br-theme-css-stars .br-widget a.br-selected:after {
content: "\2605";
color: black;
}
}
bars-horizontal.css 0000644 00000002443 15170144342 0010400 0 ustar 00 .br-theme-bars-horizontal .br-widget {
width: 120px;
white-space: nowrap;
}
.br-theme-bars-horizontal .br-widget a {
display: block;
width: 120px;
height: 5px;
background-color: #fbedd9;
margin: 1px;
}
.br-theme-bars-horizontal .br-widget a.br-active,
.br-theme-bars-horizontal .br-widget a.br-selected {
background-color: #EDB867;
}
.br-theme-bars-horizontal .br-widget .br-current-rating {
width: 120px;
font-size: 18px;
font-weight: 600;
line-height: 2;
text-align: center;
color: #EDB867;
}
.br-theme-bars-horizontal .br-readonly a {
cursor: default;
}
.br-theme-bars-horizontal .br-readonly a.br-active,
.br-theme-bars-horizontal .br-readonly a.br-selected {
background-color: #f2cd95;
}
.br-theme-bars-horizontal .br-readonly .br-current-rating {
color: #f2cd95;
}
@media print {
.br-theme-bars-horizontal .br-widget a {
border: 1px solid #b3b3b3;
background: white;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
.br-theme-bars-horizontal .br-widget a.br-active,
.br-theme-bars-horizontal .br-widget a.br-selected {
border: 1px solid black;
background: white;
}
.br-theme-bars-horizontal .br-widget .br-current-rating {
color: black;
}
}
bars-pill.css 0000644 00000003276 15170144342 0007154 0 ustar 00 .br-theme-bars-pill .br-widget {
white-space: nowrap;
}
.br-theme-bars-pill .br-widget a {
padding: 7px 15px;
background-color: #bef5e8;
color: #50E3C2;
text-decoration: none;
font-size: 13px;
line-height: 3;
text-align: center;
font-weight: 400;
}
.br-theme-bars-pill .br-widget a:first-child {
-webkit-border-top-left-radius: 999px;
-webkit-border-bottom-left-radius: 999px;
-moz-border-radius-topleft: 999px;
-moz-border-radius-bottomleft: 999px;
border-top-left-radius: 999px;
border-bottom-left-radius: 999px;
}
.br-theme-bars-pill .br-widget a:last-child {
-webkit-border-top-right-radius: 999px;
-webkit-border-bottom-right-radius: 999px;
-moz-border-radius-topright: 999px;
-moz-border-radius-bottomright: 999px;
border-top-right-radius: 999px;
border-bottom-right-radius: 999px;
}
.br-theme-bars-pill .br-widget a.br-active,
.br-theme-bars-pill .br-widget a.br-selected {
background-color: #50E3C2;
color: white;
}
.br-theme-bars-pill .br-readonly a {
cursor: default;
}
.br-theme-bars-pill .br-readonly a.br-active,
.br-theme-bars-pill .br-readonly a.br-selected {
background-color: #7cead1;
}
@media print {
.br-theme-bars-pill .br-widget a {
border: 1px solid #b3b3b3;
border-left: none;
background: white;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
.br-theme-bars-pill .br-widget a.br-active,
.br-theme-bars-pill .br-widget a.br-selected {
border: 1px solid black;
border-left: none;
background: white;
color: black;
}
.br-theme-bars-pill .br-widget a:first-child {
border-left: 1px solid black;
}
}
fontawesome-stars-o.css 0000644 00000002741 15170144342 0011200 0 ustar 00 .br-theme-fontawesome-stars-o .br-widget {
height: 28px;
white-space: nowrap;
}
.br-theme-fontawesome-stars-o .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-o .br-widget a:after {
content: '\f006';
color: #d2d2d2;
}
.br-theme-fontawesome-stars-o .br-widget a.br-active:after {
content: '\f005';
color: #50E3C2;
}
.br-theme-fontawesome-stars-o .br-widget a.br-selected:after {
content: '\f005';
color: #50E3C2;
}
.br-theme-fontawesome-stars-o .br-widget a.br-fractional:after {
content: '\f123';
color: #50E3C2;
}
.br-theme-fontawesome-stars-o .br-widget .br-current-rating {
display: none;
}
.br-theme-fontawesome-stars-o .br-readonly a {
cursor: default;
}
.br-theme-fontawesome-stars-o .br-reverse a.br-fractional {
display: inline-block;
transform: scaleX(-1);
-moz-transform: scaleX(-1);
-webkit-transform: scaleX(-1);
filter: FlipH;
-ms-filter: "FlipH";
}
@media print {
.br-theme-fontawesome-stars-o .br-widget a:after {
content: '\f006';
color: black;
}
.br-theme-fontawesome-stars-o .br-widget a.br-active:after,
.br-theme-fontawesome-stars-o .br-widget a.br-selected:after {
content: '\f005';
color: black;
}
.br-theme-fontawesome-stars-o .br-widget a.br-fractional:after {
content: '\f123';
color: black;
}
}
bars-1to10.css 0000644 00000002462 15170144342 0007054 0 ustar 00 .br-theme-bars-1to10 .br-widget {
height: 50px;
white-space: nowrap;
}
.br-theme-bars-1to10 .br-widget a {
display: block;
width: 12px;
padding: 5px 0;
height: 28px;
float: left;
background-color: #fbedd9;
margin: 1px;
text-align: center;
}
.br-theme-bars-1to10 .br-widget a.br-active,
.br-theme-bars-1to10 .br-widget a.br-selected {
background-color: #EDB867;
}
.br-theme-bars-1to10 .br-widget .br-current-rating {
font-size: 20px;
line-height: 2;
float: left;
padding: 0 20px 0 20px;
color: #EDB867;
font-weight: 400;
}
.br-theme-bars-1to10 .br-readonly a {
cursor: default;
}
.br-theme-bars-1to10 .br-readonly a.br-active,
.br-theme-bars-1to10 .br-readonly a.br-selected {
background-color: #f2cd95;
}
.br-theme-bars-1to10 .br-readonly .br-current-rating {
color: #f2cd95;
}
@media print {
.br-theme-bars-1to10 .br-widget a {
border: 1px solid #b3b3b3;
background: white;
height: 38px;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
.br-theme-bars-1to10 .br-widget a.br-active,
.br-theme-bars-1to10 .br-widget a.br-selected {
border: 1px solid black;
background: white;
}
.br-theme-bars-1to10 .br-widget .br-current-rating {
color: black;
}
}