Skip to content

Commit 77b2c7d

Browse files
Merge pull request #2183 from keymanapp/auto/keyboards/upload/TC-2313
auto: Keyboard help deployment
2 parents e2d1783 + 9b7aca0 commit 77b2c7d

27 files changed

Lines changed: 1560 additions & 0 deletions
398 KB
Binary file not shown.
284 KB
Binary file not shown.

keyboard/gff_amharic/3.3/gff_amharic.php

Lines changed: 599 additions & 0 deletions
Large diffs are not rendered by default.

keyboard/gff_amharic/3.3/html.css

Lines changed: 133 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,133 @@
1+
.highlightExample {font-family: GeezWeb !important; font-weight: bold; font-size: 1.4em; color: #0000ff}
2+
.highlightKeys img {vertical-align:baseline !important}
3+
.typing p, ul {margin-top: 0px; margin-bottom: 2px}
4+
5+
code {
6+
padding: 0.2em 0.4em;
7+
margin: 0;
8+
font-size: 85%;
9+
background-color: rgba(175, 184, 193, 0.2);
10+
border-radius: 6px;
11+
box-sizing: border-box;
12+
}
13+
14+
.keys {
15+
display: inline-block;
16+
border: 1px solid black;
17+
padding: 5px; /* Add some space inside the box */
18+
margin: 0 2px; /* Add some space between the boxes */
19+
}
20+
kbd {
21+
border-radius: 2px;
22+
padding: 2px;
23+
border: 1px solid black;
24+
margin: 0 2px; /* Add some space between the boxes */
25+
}
26+
.output {
27+
border-radius: 2px;
28+
padding: 2px;
29+
border: 2px solid green;
30+
}
31+
.input {
32+
border-radius: 2px;
33+
padding: 2px;
34+
border: 1px solid black;
35+
}
36+
.key_example
37+
{
38+
text-indent: 0px;
39+
background-color: #ebebeb;
40+
}
41+
.geez {
42+
background: #e2f0cb ;
43+
}
44+
.kaib {
45+
background: #ffffb5 ;
46+
}
47+
.salis {
48+
background: #fea3aa ;
49+
}
50+
.rabi {
51+
background: #ccf1ff ;
52+
}
53+
.hamis {
54+
background: #e0d7ff ;
55+
}
56+
.sabi {
57+
background: #fad6b6 ;
58+
}
59+
.zemede-geez {
60+
background: #ffffff; color: black ;
61+
background: linear-gradient(180deg, #ffffff 0%, #e2f0cb 100%);
62+
}
63+
.zemede-kaib {
64+
background: #ffffff; color: black ;
65+
background: linear-gradient(180deg, #ffffff 0%, #eceae4 100%);
66+
}
67+
.zemede-salis {
68+
background: #ffffff; color: black ;
69+
background: linear-gradient(180deg, #ffffff 0%, #fea3aa 100%);
70+
}
71+
.zemede-rabi {
72+
background: #ffffff; color: black ;
73+
background: linear-gradient(180deg, #ffffff 0%, #ccf1ff 100%);
74+
}
75+
.zemede-hamis {
76+
background: #ffffff; color: black ;
77+
background: linear-gradient(180deg, #ffffff 0%, #e0d7ff 100%);
78+
}
79+
.epunct {
80+
background: #f4eee7 ;
81+
}
82+
.etens {
83+
background: #f3d6ce ;
84+
}
85+
86+
sup {font-size:xx-small; vertical-align:super;}
87+
88+
table.flat td, table.kb th { border: thin solid #666; text-align: center ; padding: 0.3em }
89+
table.flat { border-bottom: hidden }
90+
table.flat { empty-cells: show }
91+
table.flat th { text-align: center; border: thin solid #666; background-color: #e0dacf }
92+
table.flat caption { margin: 0.5em 0 0 0 }
93+
94+
td.divide { border-left: 1px solid black }
95+
td.flat-bottom { border-bottom: 1px solid black }
96+
td.flat-top { border-top: 1px solid black }
97+
98+
table.kb th, table.kb td { padding: 0.3em }
99+
table.kb th:first-child { background-color: #e0dacf; }
100+
table.kb tr:first-child { background-color: #e0dacf; font-weight:bold; }
101+
table.kb tr:first-child th:first-child { background-color: #ffffff; border-left-color: #ffffff; border-top-color: #ffffff }
102+
table.kb tr:first-child th:last-child { background-color: #ffffff; border-right-color: #ffffff; border-top-color: #ffffff }
103+
table.kb th { background-color: #e0dacf; border-left-color: #ffffff }
104+
table.kb td, table.kb th { border: thin solid #666; text-align: center }
105+
table.kb th { text-align: center; background-color: #d7d0b9 }
106+
table.kb { border-bottom: hidden }
107+
table.kb { empty-cells: show }
108+
table.kb caption { margin: 0.5em 0 0 0 }
109+
table.kb tr:last-child { text-align: center; background-color: #d7d0b9; font-weight:bold; }
110+
table.kb tr:last-child th:first-child { background-color: #ffffff; border-left-color: #ffffff; border-bottom-color: #ffffff }
111+
dd {margin: 0 0 1em; padding: 0}
112+
113+
table.punct th { font-weight: bold; padding: 0.3em }
114+
table.punct td { font-weight: normal; padding: 0.3em }
115+
table.punct th:first-child { background-color: #e0dacf; }
116+
table.punct tr:first-child { background-color: #e0dacf; }
117+
table.punct tr:first-child th:first-child { background-color: #ffffff; border-left-color: #ffffff; border-top-color: #ffffff }
118+
table.punct th { background-color: #e0dacf; border-left-color: #ffffff }
119+
table.punct td, table.punct th { border: thin solid #666; text-align: center }
120+
table.punct th { text-align: center; background-color: #d7d0b9 }
121+
table.punct { border-bottom: hidden }
122+
table.punct { empty-cells: show }
123+
124+
table.zaima th { font-weight: bold; padding: 0.3em }
125+
table.zaima td { font-weight: normal; padding: 0.3em }
126+
table.zaima th:first-child { background-color: #e0dacf;}
127+
table.zaima tr:first-child th { background-color: #e0dacf; }
128+
table.zaima tr:first-child th:first-child { background-color: #ffffff; border-left-color: #ffffff; border-top-color: #ffffff }
129+
table.zaima th { background-color: #e0dacf; border-left-color: #ffffff }
130+
table.zaima td, table.zaima th { border: thin solid #666; text-align: center }
131+
table.zaima th { text-align: center; background-color: #d7d0b9 }
132+
table.zaima { border-bottom: hidden }
133+
table.zaima { empty-cells: show }
315 KB
Loading
124 KB
Loading
136 KB
Loading
120 KB
Loading
123 KB
Loading
186 KB
Loading

0 commit comments

Comments
 (0)