Primo commit: trasferimento del progetto PPEasy
This commit is contained in:
@@ -0,0 +1,54 @@
|
||||
.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: #5766da54;
|
||||
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: #5766da;
|
||||
}
|
||||
.br-theme-bars-1to10 .br-widget .br-current-rating {
|
||||
font-size: 20px;
|
||||
line-height: 2;
|
||||
float: left;
|
||||
padding: 0 20px 0 20px;
|
||||
color: #5766da;
|
||||
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: #5766da54;
|
||||
}
|
||||
.br-theme-bars-1to10 .br-readonly .br-current-rating {
|
||||
color: #5766da54;
|
||||
}
|
||||
@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;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user