-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathkeyboard-touch.css
43 lines (37 loc) · 966 Bytes
/
keyboard-touch.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
#keyboardInputMaster {
display:inline-table!important;
bottom:0!important;
left:0!important;
right:0!important;
top:auto!important;
position:fixed!important;
height:auto!important;
width:100%!important;
}
#keyboardInputMaster.keyboardInputSize1,
#keyboardInputMaster.keyboardInputSize1 *,
#keyboardInputMaster.keyboardInputSize3,
#keyboardInputMaster.keyboardInputSize3 *,
#keyboardInputMaster.keyboardInputSize4,
#keyboardInputMaster.keyboardInputSize4 *,
#keyboardInputMaster.keyboardInputSize5,
#keyboardInputMaster.keyboardInputSize5 * {
font-size: 3.8vw!important;
}
#keyboardInputMaster {
// font-size: 4vw!important;
}
#keyboardInputMaster * {
font-size: 3.8vw!important;
}
#keyboardInputMaster thead tr th div {
font-size:130% !important;
}
#keyboardInputMaster tbody tr td table tbody tr td small {
font-size:0.6em !important;
}
#keyboardInputMaster thead tr th {
-webkit-border-radius: 0;
-moz-border-radius: 0;
border-radius: 0;
}