-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.css
117 lines (99 loc) · 1.38 KB
/
index.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
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
table {
border-collapse: collapse
}
.cell {
border: 1px solid blue;
vertical-align: top
}
.s {
background-color: #DDD;
border: 1px solid blue;
vertical-align: top
}
.ch {
text-align: center;
font-size: 150%;
border: 1px solid blue;
vertical-align: top
}
.c {
text-align: center;
font-family: monospace;
border: 1px solid blue;
vertical-align: top
}
.n {
font-size: 75%;
border: 1px solid blue;
vertical-align: top
}
.k {
width: 30%;
font-size: 75%;
border: 1px solid blue;
vertical-align: top
}
.x {
text-align: center;
background-color: #CCC;
width: 1em;
border: 1px solid blue;
vertical-align: top
}
.m {
text-align: center;
background-color: #EDE;
width: 1em;
border: 1px solid blue;
vertical-align: top
}
.h {
text-align: center;
background-color: #EFE;
width: 1em;
border: 1px solid blue;
vertical-align: top
}
.ybg {
background-color: green
}
.keyboards {
}
.keyboardTD {
text-align: center;
border-style: none
}
.keyboard {
margin: 0.5em
}
.modifiers {
font-size: 75%
}
.cc {
font-size: 50%;
font-weight: bold;
color: red
}
.version {
content: "β";
color: black;
font-weight: bold;
}
.version::after {
content: "β";
color: red;
font-weight: bold;
}
.versionDate {
display: inline;
border-width:0;
padding:0;
margin:0;
width:100%;
height:36px;
overflow:hidden;
}
.upLink {
font-weight: bold;
font-size: 120%;
}