-
Notifications
You must be signed in to change notification settings - Fork 0
/
general.css
37 lines (36 loc) · 838 Bytes
/
general.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
#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: hiden; */
}