File tree 1 file changed +27
-0
lines changed 1 file changed +27
-0
lines changed Original file line number Diff line number Diff line change 15
15
.nav {
16
16
background-color : deepskyblue;
17
17
box-shadow : 0 0 8px gray;
18
+
18
19
.title {
19
20
margin-left : 16px ;
20
21
margin-right : 16px ;
@@ -31,14 +32,17 @@ body {
31
32
line-height : 96px ;
32
33
text-align : center;
33
34
}
35
+
34
36
.loading-tip {
35
37
font-size : 32px ;
36
38
line-height : 96px ;
37
39
text-align : center;
38
40
}
41
+
39
42
.input {
40
43
margin : 8px ;
41
44
display : block;
45
+
42
46
input {
43
47
width : 100% ;
44
48
padding : 8px ;
@@ -48,39 +52,47 @@ body {
48
52
border-width : 1px ;
49
53
}
50
54
}
55
+
51
56
.option-line {
52
57
margin : 8px ;
53
58
display : flex;
54
59
flex-direction : row;
60
+
55
61
.checkbox {
56
62
display : flex;
57
63
flex-direction : row;
58
64
align-items : center;
65
+
59
66
.name {
60
67
margin-left : 6px ;
61
68
margin-right : 20px ;
62
69
font-size : 16px ;
63
70
}
64
71
}
72
+
65
73
.range {
66
74
display : flex;
67
75
flex-direction : row;
68
76
align-items : center;
77
+
69
78
.name {
70
79
margin-right : 8px ;
71
80
font-size : 16px ;
72
81
}
82
+
73
83
input {
74
84
margin-right : 20px ;
75
85
}
76
86
}
77
87
}
88
+
78
89
.search-result {
79
90
.item {
80
91
margin : 8px ;
81
92
border-style : solid;
82
93
border-color : black;
83
94
border-width : 1px ;
95
+
84
96
.title {
85
97
display : flex;
86
98
flex-direction : row;
@@ -90,6 +102,7 @@ body {
90
102
border-bottom-style : solid;
91
103
border-bottom-color : black;
92
104
border-bottom-width : 1px ;
105
+
93
106
.code-point {
94
107
padding-left : 8px ;
95
108
padding-right : 8px ;
@@ -99,12 +112,14 @@ body {
99
112
font-weight : bold;
100
113
line-height : 28px ;
101
114
}
115
+
102
116
.char {
103
117
margin-left : 8px ;
104
118
margin-right : 4px ;
105
119
font-size : 18px ;
106
120
font-weight : bold;
107
121
}
122
+
108
123
.tag {
109
124
margin : 4px ;
110
125
padding-left : 8px ;
@@ -118,20 +133,23 @@ body {
118
133
border-radius : 10px ;
119
134
}
120
135
}
136
+
121
137
.glyphs {
122
138
.line {
123
139
margin : 8px ;
124
140
display : flex;
125
141
flex-direction : row;
126
142
flex-wrap : wrap;
127
143
gap : 8px ;
144
+
128
145
.glyph {
129
146
display : flex;
130
147
flex-direction : column;
131
148
align-items : center;
132
149
border-style : solid;
133
150
border-color : black;
134
151
border-width : 1px ;
152
+
135
153
.info {
136
154
width : 100% ;
137
155
display : flex;
@@ -141,6 +159,7 @@ body {
141
159
border-bottom-style : solid;
142
160
border-bottom-color : black;
143
161
border-bottom-width : 1px ;
162
+
144
163
.language-flavor {
145
164
padding-left : 4px ;
146
165
padding-right : 4px ;
@@ -150,28 +169,34 @@ body {
150
169
font-weight : bold;
151
170
line-height : 20px ;
152
171
}
172
+
153
173
.glyph-name {
154
174
margin-left : 4px ;
155
175
margin-right : 4px ;
156
176
font-size : 11px ;
157
177
font-weight : bold;
158
178
}
159
179
}
180
+
160
181
.sans-info {
161
182
background-color : beige;
162
183
}
184
+
163
185
.serif-info {
164
186
background-color : linen;
165
187
}
188
+
166
189
.char {
167
190
text-align : center;
168
191
}
169
192
}
170
193
}
171
194
}
195
+
172
196
.help-tip {
173
197
padding : 32px ;
174
198
font-size : 16px ;
199
+
175
200
.example-text {
176
201
color : blue;
177
202
text-decoration : underline;
@@ -188,8 +213,10 @@ body {
188
213
display : flex;
189
214
flex-direction : column;
190
215
align-items : center;
216
+
191
217
.line {
192
218
margin : 2px ;
219
+
193
220
.separate {
194
221
padding-left : 8px ;
195
222
padding-right : 8px ;
You can’t perform that action at this time.
0 commit comments