-
Notifications
You must be signed in to change notification settings - Fork 0
/
header.php
96 lines (82 loc) · 2.84 KB
/
header.php
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
<meta http-equiv="content-type" content="text/html;charset=UTF-8" />
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<meta name="author" content="TSS">
<link rel="preconnect" href="https://fonts.gstatic.com/">
<link rel="shortcut icon" href="img/logo.png" />
<link rel="canonical" href="index.php" />
<link href="https://fonts.googleapis.com/css2?family=Inter:wght@300;400;600&display=swap" rel="stylesheet">
<!--<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet">
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js"></script>-->
<!-- Choose your prefered color scheme -->
<link href="css/light.css" rel="stylesheet">
<!-- <link href="css/dark.css" rel="stylesheet"> -->
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css">
<!--<script src="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.1/js/all.min.js" crossorigin="anonymous"></script>-->
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.7.1/jquery.min.js"></script>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.6.0/css/all.min.css" />
<style>
.rating {
border: none;
margin-right: 49px
}
.myratings {
font-size: 42px;
color: green
}
.rating>[id^="star"] {
display: none
}
.rating>label:before {
margin: 5px;
font-size: 2.25em;
font-family: FontAwesome;
display: inline-block;
content: "\f005"
}
.rating>.half:before {
content: "\f089";
position: absolute
}
.rating>label {
color: #ddd;
float: right
}
.rating>[id^="star"]:checked~label,
.rating:not(:checked)>label:hover,
.rating:not(:checked)>label:hover~label {
color: #FFD700
}
.rating>[id^="star"]:checked+label:hover,
.rating>[id^="star"]:checked~label:hover,
.rating>label:hover~[id^="star"]:checked~label,
.rating>[id^="star"]:checked~label:hover~label {
color: #FFED85
}
.reset-option {
display: none
}
.reset-button {
margin: 6px 12px;
background-color: rgb(255, 255, 255);
text-transform: uppercase
}
.rating>[id^="rstar"] {
display: none
}
.rating>[id^="rstar"]:checked~label,
.rating:not(:checked)>label:hover,
.rating:not(:checked)>label:hover~label {
color: #FFD700
}
.rating>[id^="rstar"]:checked+label:hover,
.rating>[id^="rstar"]:checked~label:hover,
.rating>label:hover~[id^="rstar"]:checked~label,
.rating>[id^="rstar"]:checked~label:hover~label {
color: #FFED85
}
.checked {
color: orange;
}
</style>