Skip to content

Commit 3564428

Browse files
authored
Create index.css
1 parent 13fb633 commit 3564428

File tree

1 file changed

+117
-0
lines changed

1 file changed

+117
-0
lines changed

Diff for: index.css

+117
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,117 @@
1+
table {
2+
border-collapse: collapse
3+
}
4+
5+
.cell {
6+
border: 1px solid blue;
7+
vertical-align: top
8+
}
9+
10+
.s {
11+
background-color: #DDD;
12+
border: 1px solid blue;
13+
vertical-align: top
14+
}
15+
16+
.ch {
17+
text-align: center;
18+
font-size: 150%;
19+
border: 1px solid blue;
20+
vertical-align: top
21+
}
22+
23+
.c {
24+
text-align: center;
25+
font-family: monospace;
26+
border: 1px solid blue;
27+
vertical-align: top
28+
}
29+
30+
.n {
31+
font-size: 75%;
32+
border: 1px solid blue;
33+
vertical-align: top
34+
}
35+
36+
.k {
37+
width: 30%;
38+
font-size: 75%;
39+
border: 1px solid blue;
40+
vertical-align: top
41+
}
42+
43+
.x {
44+
text-align: center;
45+
background-color: #CCC;
46+
width: 1em;
47+
border: 1px solid blue;
48+
vertical-align: top
49+
}
50+
51+
.m {
52+
text-align: center;
53+
background-color: #EDE;
54+
width: 1em;
55+
border: 1px solid blue;
56+
vertical-align: top
57+
}
58+
59+
.h {
60+
text-align: center;
61+
background-color: #EFE;
62+
width: 1em;
63+
border: 1px solid blue;
64+
vertical-align: top
65+
}
66+
67+
.ybg {
68+
background-color: green
69+
}
70+
71+
.keyboards {
72+
73+
}
74+
75+
.keyboardTD {
76+
text-align: center;
77+
border-style: none
78+
}
79+
80+
.keyboard {
81+
margin: 0.5em
82+
}
83+
84+
.modifiers {
85+
font-size: 75%
86+
}
87+
88+
.cc {
89+
font-size: 50%;
90+
font-weight: bold;
91+
color: red
92+
}
93+
94+
.version {
95+
content: "β";
96+
color: black;
97+
font-weight: bold;
98+
}
99+
.version::after {
100+
content: "β";
101+
color: red;
102+
font-weight: bold;
103+
}
104+
105+
.versionDate {
106+
display: inline;
107+
border-width:0;
108+
padding:0;
109+
margin:0;
110+
width:100%;
111+
height:36px;
112+
overflow:hidden;
113+
}
114+
.upLink {
115+
font-weight: bold;
116+
font-size: 120%;
117+
}

0 commit comments

Comments
 (0)