|
|
|
|
@ -366,12 +366,12 @@ a, a:hover, a:focus, a:active { |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
.ratingInset { |
|
|
|
|
width: 50px; |
|
|
|
|
height: 45px; |
|
|
|
|
width: 46px; |
|
|
|
|
height: 46px; |
|
|
|
|
border-radius: 100%; |
|
|
|
|
background-color: #FF0027; |
|
|
|
|
position: absolute; |
|
|
|
|
left: -2px; |
|
|
|
|
/*left:-1.859px;*/ |
|
|
|
|
/*bottom: 3px;*/ |
|
|
|
|
clip: rect(0, 22px, 50px, 0); |
|
|
|
|
transform: rotate(-90deg); |
|
|
|
|
@ -534,6 +534,19 @@ a, a:hover, a:focus, a:active { |
|
|
|
|
letter-spacing: 1px; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
.print-score { |
|
|
|
|
float: right; |
|
|
|
|
height: 40px; |
|
|
|
|
background-color: #ffffc8; |
|
|
|
|
width: 182px; |
|
|
|
|
border: 2px solid #ff0000; |
|
|
|
|
color: #0000ff; |
|
|
|
|
font-size: 16px; |
|
|
|
|
-webkit-box-shadow: 2px 2px 10px 0px rgba(0,0,0,0.75); |
|
|
|
|
-moz-box-shadow: 2px 2px 10px 0px rgba(0,0,0,0.75); |
|
|
|
|
box-shadow: 2px 2px 10px 0px rgba(0,0,0,0.75); |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
.triangle1 { |
|
|
|
|
position: absolute; |
|
|
|
|
border: 30px solid transparent; |
|
|
|
|
@ -2382,9 +2395,9 @@ input[type="checkbox"]:checked + span { |
|
|
|
|
position: relative; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
.infoProjectBlock .existing-file-widget { |
|
|
|
|
margin-left: 50px; |
|
|
|
|
} |
|
|
|
|
/*.infoProjectBlock .existing-file-widget {*/ |
|
|
|
|
/*margin-left: 50px;*/ |
|
|
|
|
/*}*/ |
|
|
|
|
|
|
|
|
|
.infoProjectBlock .existing-file-widget a { |
|
|
|
|
color: #737373; |
|
|
|
|
|