-
Notifications
You must be signed in to change notification settings - Fork 61
/
local.css
332 lines (280 loc) · 7.18 KB
/
local.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
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
@font-face {
font-family: 'Punctuation SC';
src: local('PingFang SC'), local('Noto Sans CJK SC'), local('Noto Sans SC'), local('Heiti SC'), local('Microsoft Yahei');
unicode-range: U+201C, U+201D, U+2018, U+2019, U+2E3A, U+2014, U+2013, U+2026, U+00B7, U+007E, U+002F; /* Unicode range for punctuation marks */
}
@font-face {
font-family: 'Punctuation TC';
src: local('PingFang TC'), local('Noto Sans CJK TC'), local('Noto Sans TC'), local('Heiti TC'), local('Microsoft JhengHei');
unicode-range: U+201C, U+201D, U+2018, U+2019, U+2E3A, U+2014, U+2013, U+2026, U+00B7, U+007E, U+002F; /* Unicode range for punctuation marks */
}
/*
-apple-system: iOS Safari, macOS Safari, macOS Firefox
BlinkMacSystemFont: macOS Chrome
Segoe UI: Windows
Roboto: Android, Chrome OS
Oxygen-Sans: KDE
Fira Sans: Firefox OS
Droid Sans: Older versions of Android
Ubuntu: Ubuntu
Cantarell: GNOME
Helvetica Neue: macOS versions < 10.11
Arial: Any
PingFang TC/SC: macOS
Noto Sans CJK TC/SC: Ubuntu, Android
Noto Sans TC/SC: Ubuntu, Android
Heiti TC/SC: macOS
DengXian: Windows
Microsoft Jhenghei / Microsoft Yahei: Windows < Vista
sans-serif: Fallback
*/
[lang=zh-hant] {
font-family: 'Punctuation TC', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen-Sans, Ubuntu, Cantarell, 'Helvetica Neue', 'PingFang TC', 'Noto Sans CJK TC', 'Noto Sans TC', 'Heiti TC', 'Microsoft JhengHei', sans-serif;
}
[lang=zh-hans] {
font-family: 'Punctuation SC', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen-Sans, Ubuntu, Cantarell, 'Helvetica Neue', 'PingFang SC', 'Noto Sans CJK SC', 'Noto Sans SC', 'Heiti SC', 'DengXian', 'Microsoft YaHei', sans-serif;
}
h2 {
margin-top: 3em;
margin-bottom: 0em;
}
:is(.head, #abstract, #sotd) h2 {
margin-top: 0;
}
h3 {
margin-top: 3em;
}
h4 {
margin-top: 2em;
font-size: 100%;
font-weight: normal;
color: #005a9c;
}
h5 {
font-style: inherit !important;
}
.leadin {
font-weight: bold;
}
ins {
background-color: #99FF99;
text-decoration: none;
}
del {
display: inline;
color: silver;
}
figure {
margin-bottom: 2em;
text-align: center;
vertical-align: top;
}
figure img {
vertical-align: middle;
}
figcaption {
text-align: center;
margin: 0.5em 2em;
font-style: italic;
font-size: 90%;
}
span:lang(zh), figcaption:lang(zh) {
font-style: normal;
}
.figno:after {
content: ':\00A0 ';
}
a .figno:after {
content: '';
}
a.termref:link,
a.termref:hover,
a.termref:visited,
a.termref:active {
text-decoration:none;
border-bottom: 1px dotted #FC0;
color:#C60;
}
.qterm:before, .qchar:before { content: "'"; }
.qterm:after, .qchar:after { content: "'"; }
.quote:before { content: '"'; }
.quote:after { content: '"'; }
code,
samp,
kbd {
font-family: Consolas, "Andale Mono", "Lucida Console", "Lucida Sans Typewriter", Monaco, "Courier New", monospace;
font-size: 100%;
}
code { color: #A52A2A; }
#langSwitch {
position: fixed;
top: -14px;
z-index: 10000;
top: 100px;
right: 10px;
width: 5em;
text-align: right;
}
#langSwitch button {
background: #FFF none repeat scroll 0% 0%;
border: 1px solid #CCC;
border-radius: 5px;
}
#langSwitch button:lang(zh-hans) {
background-color: #fbc481;
}
#langSwitch button:lang(zh-hant) {
background-color: #9fe19f;
}
.translateme, .retranslateme {
background-color: #F3F3C3;
background-clip: content-box;
}
.checkme {
background-color: #BBEFFC;
background-clip: content-box;
}
.checkme::before {
content: ' Check this translation: ';
color: coral;
}
.translateme::before {
content: ' Translate this: ';
color: coral;
}
.retranslateme::before {
content: ' (Re)translate this: ';
color: coral;
}
.is-multilingual [its-locale-filter-list^="zh"] {
padding-left: .4em;
border-left: 3px solid;
}
.is-multilingual [its-locale-filter-list="zh-hant"] {
border-color: rgba(64,196,64,.5);
}
.is-multilingual [its-locale-filter-list="zh-hans"] {
border-color: rgba(248,138,5,.5);
}
.is-multilingual h2[its-locale-filter-list^="zh"],
.is-multilingual h3[its-locale-filter-list^="zh"],
.is-multilingual h4[its-locale-filter-list^="zh"],
.is-multilingual h5[its-locale-filter-list^="zh"],
.is-multilingual h6[its-locale-filter-list^="zh"],
.is-multilingual p[its-locale-filter-list^="zh"],
.is-multilingual ol[its-locale-filter-list^="zh"],
.is-multilingual ul[its-locale-filter-list^="zh"] {
margin-left: calc(-.4em - 2px);
}
.is-multilingual .secno ~ span[its-locale-filter-list^="zh"] {
display: inline-block;
margin-left: .3em;
padding-left: .3em;
}
.note {
margin-left: -1em !important;
padding-left: 1.5em !important;
}
.note h6 {
margin-top: 1em;
margin-bottom: 0;
font-weight: bold;
}
.appendix { overflow-x: auto }
table { border-collapse: collapse; }
table tr { border-bottom: 1px solid #ddd; }
table th { padding: .25em .25em .5em .25em; }
table th:last-child { padding-left: .5em; }
table th span { font-size: .815em; }
table td {
padding: .75em .25em .75em .25em;
vertical-align: top;
}
h2 + table,
table + table {
margin-top: 1rem;
}
table thead span[its-locale-filter-list] {
display: block;
margin-top: .1em;
text-align: start;
}
table thead span[its-locale-filter-list='en']:first-child { margin-top: 0; }
.is-multilingual table thead span[its-locale-filter-list='en'] {
padding-left: calc(.4em + 3px);
}
/**
* Table for character sizes
*/
table.charsize {
display: inline-table;
margin-right: 1em;
margin-top: 0;
font-size: 95%;
}
/**
* Tables in appendix
*/
table.appendix td p { margin: .5em 0; }
table.appendix td p:first-child { margin-top: 0; }
table.appendix td p:last-child { margin-bottom: 0; }
table.appendix p[its-locale-filter-list^='zh'],
table.appendix ol[its-locale-filter-list^='zh'] { margin-left: .25em; }
table.appendix p[its-locale-filter-list='en'] { margin-left: calc(.25em + .4em + 3px); }
table.appendix ol[its-locale-filter-list='en'] { margin-left: .4em; }
table.appendix td small { display: block; }
.is-multilingual table.appendix ol,
.is-multilingual table.appendix ul { padding-left: 2em; }
/**
* Tables of punctuation
*/
table.punctuation th.name { width: 5em; max-width: 5.5em; }
table.punctuation th.character { min-width: 2.5em; }
table.punctuation th.unicode { width: 5em; }
table.punctuation th.true-or-false { width: 10em; }
table.full.punctuation td:nth-child(4),
table.full.punctuation td:nth-child(5),
table.full.punctuation td:nth-child(6),
table.full.punctuation td:nth-child(7) {
text-align: center;
vertical-align: middle;
}
/**
* Table of glossary
*/
table.glossary th.term { width: 6.25em; }
table.glossary th.term-pinyin { width: 5.25em; }
table.glossary th.term-en { width: 5.25em; }
/* Override the display property */
[its-locale-filter-list][hidden] { display: none; }
/* Search */
.input {
display: flex;
align-items: center;
font-size: 16px;
letter-spacing: normal;
max-width: 100%;
text-align: left;
padding: 16px;
margin-top: 4px;
}
/* label {
margin-right: 15px;
} */
#search {
color: rgba(0, 0, 0, .87);
max-height: 32px;
flex: 1 1 auto;
line-height: 20px;
padding: 8px 0;
max-width: 100%;
min-width: 0;
width: 100%;
background-color: transparent;
border-style: none;
border-radius: 0;
border-bottom: 1px solid rgba(0, 0, 0, .42);
}
.hidden {
display: none;
}