-
Notifications
You must be signed in to change notification settings - Fork 0
/
style.css
75 lines (72 loc) · 1.62 KB
/
style.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
#Steam_deck {
color: green;
}
a:hover{
color: darkblue;
}
* {text-align: center;
background-color: rgb(243, 243, 239);
margin: 0 auto;
position: relative;}
.review{
text-align: center;
margin: 0 auto;
padding: 0;
}
table{
text-align: center;
padding: 10px;
margin: 10px auto;
background-color: rgb(144, 207, 230);
}
.MSFS{
border: solid 3px white;
border-radius: 15px;
margin: 0 auto;
}
.intro{position: absolute;}
input[type=checkbox].css-checkbox{ display: none; }
head{display: none;}
.css-label{
position: sticky;
display: block;
width: 50px;
height: 50px;
background-image: url(https://media.discordapp.net/attachments/436588526445002772/985964916232036362/Screenshot_2022-06-12_214714.png);
background-repeat: no-repeat;
background-color: #E9EEF4;
background-size: contain;
border-style: solid;
border-radius: 15px;
z-index: 291;
}
input[type=checkbox].css-checkbox:checked + label.css-label {
background-image: url(https://media.discordapp.net/attachments/436588526445002772/985631602002497596/unknown.png);
width: 50px;
height: 50px;
border-style: solid;
border-radius: 15px;
z-index: 292;
right: 1860px;
}
.hi{
display: none;
width: 100px;
height: 10px;
position: sticky;}
input[type=checkbox].css-checkbox:checked ~ .hi{
display: block;
width: 120px;
height: 90px;
font-size: 25px;
border-style: solid;
position: -webkit-sticky;
z-index: 295;
border-radius: 15px;
}
.do{
border-radius: 15px;
}
.do:hover{
background-color: rgb(209, 207, 207);
}