-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathstyle.css
More file actions
94 lines (75 loc) · 1.36 KB
/
style.css
File metadata and controls
94 lines (75 loc) · 1.36 KB
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
body{
overflow-x: hidden;
zoom: 90%;
margin: 0;
background-image: url("media/bgdoc.png");
background-repeat: repeat-y;
background-size: cover;
backdrop-filter: blur(1px);
}
.titlegame{
display:block
}
.wrap{
padding: 5px;
padding-bottom: 5rem;
width: 100%;
display: flex;
background-image: linear-gradient(to right ,rgba(0,0,0,0.7) , rgba(0,0,0,0.7));
}
.btn{
border-radius: 3rem;
margin: 1rem;
background-color: transparent;
padding: 0%;
width: 5rem;
height: 5rem;
}
.btnrect{
border: 0px;
border-radius: 0rem;
margin: 0rem;
background-color: transparent;
color: transparent;
width: max-content;
}
.btn{
z-index: 9;
}
img{
pointer-events: none;
}
.btnkiri{
z-index: -9;
}
.btnleft{
transform: scaleX(-1)
}
.note{
opacity: 1;
}
.controlbtn{
overflow: hidden;
display: flex;
justify-content: space-between;
}
@media screen and (max-width: 869px){
.wrap{
display: block;
}
#myc{
width: 95%;
height: auto;
}
.note{
z-index: -5;
margin-bottom: -5rem;
opacity: 0;
}
body{
background-position-x: -400px;
}
.titlegame{
display: flex;
}
}