-
Notifications
You must be signed in to change notification settings - Fork 0
/
styles.css
77 lines (62 loc) · 806 Bytes
/
styles.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
76
77
* {
color: #ffffffaa;
font-size: 12px;
}
:root {
background-color: #222222;
width: auto;
height: auto;
}
keyboard {
child-space: 16px;
row-between: 4px;
height: auto;
}
.keyboard-row {
height: auto;
col-between: 4px;
}
key {
width: 48px;
height: 48px;
border-radius: 4px;
background-color: #323232;
border-width: 1px;
border-color: #121212;
child-space: 8px;
}
key:checked {
background-color: #4faa57;
color: #fff;
}
.key-space {
width: 40px;
height: 48px;
}
.x0-5 {
width: 24px;
}
.x1-25 {
width: 60px;
}
.x1-5 {
width: 72px;
}
.x1-75 {
width: 84px;
}
.x2 {
width: 96px;
}
.x2-25 {
width: 108px;
}
.x2-5 {
width: 120px;
}
.x2-75 {
width: 132px;
}
.x6-5 {
width: 312px;
}