-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgeneral.css
More file actions
53 lines (48 loc) · 855 Bytes
/
Copy pathgeneral.css
File metadata and controls
53 lines (48 loc) · 855 Bytes
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
#restarter {
width: 60%;
height: 60%;
position: absolute;
top: 20%;
left: 20%;
border: 2px solid;
border-radius: 2px;
background: white;
font-size: 2em;
text-align: center;
box-sizing: border-box;
}
#restarter button {
display: block;
width: 40%;
height: fit-content;
font-size: inherit;
margin: 20 0 0 30%;
}
/*for touches */
#pad {
width: 150px;
display: flex;
flex-wrap: wrap;
position: fixed;
top: calc(80% - 75px);
left: calc(90% - 75px);
}
#pad input {
width: 50px;
height: 50px;
font-size: 100%;
box-sizing: border-box;
border-radius: 1em;
box-shadow: 6px 9px 11px;
}
#pad input:hover,
#pad input:focus,
#pad input:active {
outline: none;
}
[value='↖'],
[value='↗'],
[value='↘'],
[value='↙'] {
visibility: hidden;
}