-
Notifications
You must be signed in to change notification settings - Fork 2
/
Rating.css
106 lines (88 loc) · 1.71 KB
/
Rating.css
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
.u-section-1 {
background-image: url("./images/soon.jpg");
}
.u-section-1 .u-sheet-1 {
min-height: 900px;
}
@media (max-width: 1199px) {
.u-section-1 .u-sheet-1 {
min-height: 812px;
}
}
@media (max-width: 991px) {
.u-section-1 .u-sheet-1 {
min-height: 716px;
}
}
@media (max-width: 767px) {
.u-section-1 .u-sheet-1 {
min-height: 637px;
}
}
@media (max-width: 575px) {
.u-section-1 .u-sheet-1 {
min-height: 549px;
}
}
* {
margin: 0;
padding: 0;
}
.rate {
float: left;
height: 46px;
padding: 0 10px;
}
.rate:not(:checked)>input {
position: absolute;
top: -9999px;
}
.rate:not(:checked)>label {
float: right;
width: 1em;
overflow: hidden;
white-space: nowrap;
cursor: pointer;
font-size: 30px;
color: #ccc;
}
.rate:not(:checked)>label:before {
content: '★ ';
}
.rate>input:checked~label {
color: #ffc700;
}
.rate:not(:checked)>label:hover,
.rate:not(:checked)>label:hover~label {
color: #deb217;
}
.rate>input:checked+label:hover,
.rate>input:checked+label:hover~label,
.rate>input:checked~label:hover,
.rate>input:checked~label:hover~label,
.rate>label:hover~input:checked~label {
color: #c59b08;
}
.rating {
text-align: center;
font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
font-weight: 700 !important;
margin-top: 35px !important;
}
body {
margin-left: 30px;
margin-right: 30px;
}
#sec-52e3 {
position: fixed;
bottom: 0;
width: 100%;
height: 80px;
padding-left: 0%;
}
body {
margin-left: 0px !important;
}
.frame {
margin-left: 12px !important;
}