webtex-cn 0.1.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/base.css ADDED
@@ -0,0 +1,513 @@
1
+ /* ========================================
2
+ WebTeX-CN Base Styles
3
+ 竖排古籍排版基础样式
4
+ ======================================== */
5
+
6
+ /* ---- CSS Variables (Defaults) ---- */
7
+ :root {
8
+ /* Page grid: n-rows chars per column, n-cols columns per half-page */
9
+ --wtc-n-rows: 21;
10
+ --wtc-n-cols: 8;
11
+ --wtc-margin-top: 60px;
12
+ --wtc-margin-bottom: 40px;
13
+ --wtc-margin-left: 50px;
14
+ --wtc-margin-right: 50px;
15
+
16
+ /* Grid (derived from font-size × line-height) */
17
+ --wtc-grid-width: calc(var(--wtc-font-size) * var(--wtc-line-height));
18
+ --wtc-grid-height: calc(var(--wtc-font-size) * (1 + var(--wtc-letter-spacing-ratio)));
19
+
20
+ /* Typography */
21
+ --wtc-font-family: "Noto Serif SC", "Source Han Serif SC", "SimSun", "宋体", serif;
22
+ --wtc-font-size: 22px;
23
+ --wtc-line-height: 1.9;
24
+ --wtc-letter-spacing-ratio: 0.05;
25
+ --wtc-letter-spacing: calc(var(--wtc-letter-spacing-ratio) * 1em);
26
+ --wtc-font-color: #1a1a1a;
27
+
28
+ /* Border */
29
+ --wtc-border-show: 1;
30
+ --wtc-border-thickness: 0.5px;
31
+ --wtc-border-color: #333;
32
+ --wtc-outer-border-thickness: 3px;
33
+ --wtc-outer-border-sep: 3px;
34
+ --wtc-border-padding-top: 8px;
35
+ --wtc-border-padding-bottom: 8px;
36
+
37
+ /* Background */
38
+ --wtc-page-background: #fff;
39
+
40
+ /* Jiazhu: visually smaller chars but same grid-cell height as main text.
41
+ font-size < 1em for smaller glyphs; letter-spacing compensates to match grid height.
42
+ Grid height per char = font-size × (1 + ls-ratio). Jiazhu needs same total.
43
+ jiazhu-ls = (grid-height - jiazhu-font-size) = font-size×(1+ls-ratio) - font-size×0.85
44
+ = font-size × (0.15 + ls-ratio). In em: (0.15+ls-ratio)/0.85 */
45
+ --wtc-jiazhu-font-size: 0.85em;
46
+ --wtc-jiazhu-letter-spacing: calc((0.15 + var(--wtc-letter-spacing-ratio)) / 0.85 * 1em);
47
+ --wtc-jiazhu-line-height: calc(var(--wtc-line-height) / 2);
48
+ --wtc-jiazhu-color: inherit;
49
+ --wtc-jiazhu-gap: 0px;
50
+
51
+ /* SideNote */
52
+ --wtc-sidenote-font-size: 13px;
53
+ --wtc-sidenote-color: #c00;
54
+ --wtc-sidenote-line-height: 1.25;
55
+
56
+ /* MeiPi */
57
+ --wtc-meipi-font-size: 14px;
58
+ --wtc-meipi-color: #c00;
59
+ --wtc-meipi-line-height: 1.3;
60
+
61
+ /* PiZhu */
62
+ --wtc-pizhu-font-size: 14px;
63
+ --wtc-pizhu-color: #c00;
64
+ --wtc-pizhu-line-height: 1.3;
65
+
66
+ /* Banxin */
67
+ --wtc-banxin-width: 40px;
68
+ --wtc-banxin-upper-ratio: 0.282;
69
+ --wtc-banxin-middle-ratio: 0.563;
70
+ --wtc-banxin-font-size: 13px;
71
+ --wtc-banxin-chapter-font-size: 13px;
72
+ --wtc-banxin-page-font-size: 11px;
73
+
74
+ /* Emphasis */
75
+ --wtc-emphasis-color: #c00;
76
+ --wtc-proper-name-color: #333;
77
+ --wtc-book-title-color: #333;
78
+
79
+ /* Page dimensions (computed from grid + borders + margins) */
80
+ --wtc-page-width: calc(var(--wtc-margin-left) + var(--wtc-margin-right) + var(--wtc-banxin-width) + 2 * (var(--wtc-n-cols) * var(--wtc-font-size) * var(--wtc-line-height) + 2 * var(--wtc-outer-border-thickness) + 2 * var(--wtc-outer-border-sep) + 2 * var(--wtc-border-thickness) + 8px));
81
+ --wtc-page-height: calc(var(--wtc-n-rows) * var(--wtc-font-size) * (1 + var(--wtc-letter-spacing-ratio)) + var(--wtc-margin-top) + var(--wtc-margin-bottom) + 2 * var(--wtc-outer-border-thickness) + 2 * var(--wtc-outer-border-sep) + 2 * var(--wtc-border-thickness) + var(--wtc-border-padding-top) + var(--wtc-border-padding-bottom));
82
+ }
83
+
84
+ /* ---- Reset ---- */
85
+ *,
86
+ *::before,
87
+ *::after {
88
+ margin: 0;
89
+ padding: 0;
90
+ box-sizing: border-box;
91
+ }
92
+
93
+ body {
94
+ background: #e8e8e8;
95
+ display: flex;
96
+ flex-direction: column;
97
+ align-items: center;
98
+ padding: 30px 20px;
99
+ font-family: var(--wtc-font-family);
100
+ }
101
+
102
+ /* ---- Page ---- */
103
+ .wtc-page {
104
+ width: var(--wtc-page-width);
105
+ height: var(--wtc-page-height);
106
+ background: var(--wtc-page-background);
107
+ margin: 20px auto;
108
+ box-shadow: 0 2px 12px rgba(0, 0, 0, 0.12);
109
+ position: relative;
110
+ overflow: visible;
111
+ }
112
+
113
+ /* ---- Spread (double page with banxin) ---- */
114
+ .wtc-spread {
115
+ display: flex;
116
+ flex-direction: row-reverse;
117
+ /* Right half first (traditional reading order) */
118
+ width: 100%;
119
+ height: var(--wtc-page-height);
120
+ padding: var(--wtc-margin-top) var(--wtc-margin-right) var(--wtc-margin-bottom) var(--wtc-margin-left);
121
+ position: relative;
122
+ }
123
+
124
+ /* ---- Half Page ---- */
125
+ .wtc-half-page {
126
+ flex: 1;
127
+ position: relative;
128
+ overflow: visible;
129
+ }
130
+
131
+ /* ---- Content Border (界栏) ---- */
132
+ .wtc-content-border {
133
+ border: var(--wtc-outer-border-thickness) solid var(--wtc-border-color);
134
+ padding: var(--wtc-outer-border-sep);
135
+ height: 100%;
136
+ }
137
+
138
+ .wtc-content-border>.wtc-content {
139
+ border: var(--wtc-border-thickness) solid var(--wtc-border-color);
140
+ padding: var(--wtc-border-padding-top) 4px var(--wtc-border-padding-bottom) 4px;
141
+ height: 100%;
142
+ }
143
+
144
+ /* ---- Content Area (竖排) ---- */
145
+ .wtc-content {
146
+ writing-mode: vertical-rl;
147
+ text-orientation: upright;
148
+ font-family: var(--wtc-font-family);
149
+ font-size: var(--wtc-font-size);
150
+ line-height: var(--wtc-line-height);
151
+ letter-spacing: var(--wtc-letter-spacing);
152
+ color: var(--wtc-font-color);
153
+ height: 100%;
154
+ overflow: hidden;
155
+ /* 乌丝栏: inner column border lines via background-size for reliable rendering */
156
+ --wtc-col-width: calc(var(--wtc-font-size) * var(--wtc-line-height));
157
+ background-origin: content-box;
158
+ background-image: repeating-linear-gradient(to left,
159
+ transparent 0,
160
+ transparent calc(var(--wtc-col-width) - max(var(--wtc-border-thickness), 0.5px)),
161
+ var(--wtc-border-color) calc(var(--wtc-col-width) - max(var(--wtc-border-thickness), 0.5px)),
162
+ var(--wtc-border-color) var(--wtc-col-width));
163
+ }
164
+
165
+ /* ---- Banxin (版心) ---- */
166
+ .wtc-banxin {
167
+ width: var(--wtc-banxin-width);
168
+ display: flex;
169
+ flex-direction: column;
170
+ align-items: center;
171
+ border-left: var(--wtc-border-thickness) solid var(--wtc-border-color);
172
+ border-right: var(--wtc-border-thickness) solid var(--wtc-border-color);
173
+ flex-shrink: 0;
174
+ position: relative;
175
+ }
176
+
177
+ .wtc-banxin-section {
178
+ display: flex;
179
+ flex-direction: column;
180
+ align-items: center;
181
+ justify-content: center;
182
+ width: 100%;
183
+ overflow: hidden;
184
+ }
185
+
186
+ /* Upper: book title + upper fish tail */
187
+ .wtc-banxin-upper {
188
+ flex: 0 0 28.2%;
189
+ justify-content: flex-end;
190
+ gap: 4px;
191
+ }
192
+
193
+ .wtc-banxin-book-name {
194
+ writing-mode: vertical-rl;
195
+ text-orientation: upright;
196
+ font-size: var(--wtc-banxin-font-size);
197
+ color: var(--wtc-font-color);
198
+ letter-spacing: 0.1em;
199
+ flex: 1;
200
+ display: flex;
201
+ align-items: center;
202
+ justify-content: center;
203
+ }
204
+
205
+ /* Middle: chapter/volume info */
206
+ .wtc-banxin-middle {
207
+ flex: 0 0 56.3%;
208
+ font-size: var(--wtc-banxin-chapter-font-size);
209
+ color: var(--wtc-font-color);
210
+ border-top: var(--wtc-border-thickness) solid var(--wtc-border-color);
211
+ border-bottom: var(--wtc-border-thickness) solid var(--wtc-border-color);
212
+ }
213
+
214
+ .wtc-banxin-chapter {
215
+ writing-mode: vertical-rl;
216
+ text-orientation: upright;
217
+ display: flex;
218
+ flex-direction: row;
219
+ justify-content: center;
220
+ align-items: flex-start;
221
+ width: 100%;
222
+ height: 100%;
223
+ gap: 2px;
224
+ padding: 8px 0;
225
+ }
226
+
227
+ .wtc-banxin-chapter-part {
228
+ writing-mode: vertical-rl;
229
+ text-orientation: upright;
230
+ }
231
+
232
+ /* Lower: page number + lower fish tail */
233
+ .wtc-banxin-lower {
234
+ flex: 0 0 15.5%;
235
+ font-size: var(--wtc-banxin-page-font-size);
236
+ }
237
+
238
+ /* Yuwei (鱼尾) */
239
+ .wtc-yuwei {
240
+ font-size: 14px;
241
+ color: var(--wtc-border-color);
242
+ line-height: 1;
243
+ }
244
+
245
+ .wtc-yuwei-upper::before {
246
+ content: "▼";
247
+ }
248
+
249
+ .wtc-yuwei-lower::before {
250
+ content: "▲";
251
+ }
252
+
253
+ /* ---- Paragraph (段落) ---- */
254
+ /* display:inline so paragraph flows with surrounding text. */
255
+ .wtc-paragraph {
256
+ display: inline;
257
+ }
258
+
259
+ /* Indented paragraph: inline-block with explicit reduced height.
260
+ height = (n-rows - indent) × grid-height, so each column fits exactly that many chars.
261
+ margin-inline-start (= margin-top in vertical-rl) pushes the block down to create
262
+ the visual indent gap at the top of the first column. */
263
+ .wtc-paragraph-indent {
264
+ display: inline-block;
265
+ vertical-align: top;
266
+ writing-mode: vertical-rl;
267
+ text-orientation: upright;
268
+ height: var(--wtc-paragraph-indent-height);
269
+ margin-inline-start: var(--wtc-paragraph-indent);
270
+ }
271
+
272
+ /* ---- Jiazhu (夹注) ---- */
273
+ /* In vertical-rl, flex-direction:column = block axis = right-to-left,
274
+ placing col1 (right) and col2 (left) side by side. */
275
+ .wtc-jiazhu {
276
+ display: inline-flex;
277
+ flex-direction: column;
278
+ flex-wrap: nowrap;
279
+ vertical-align: top;
280
+ font-size: var(--wtc-jiazhu-font-size);
281
+ letter-spacing: var(--wtc-jiazhu-letter-spacing);
282
+ line-height: var(--wtc-jiazhu-line-height);
283
+ color: var(--wtc-jiazhu-color);
284
+ gap: var(--wtc-jiazhu-gap);
285
+ }
286
+
287
+ .wtc-jiazhu-col {
288
+ writing-mode: vertical-rl;
289
+ text-orientation: upright;
290
+ flex-shrink: 0;
291
+ /* Each sub-column = half of one main text column physical width */
292
+ width: calc(var(--wtc-font-size) * var(--wtc-line-height) / 2);
293
+ }
294
+
295
+ /* Flow mode: for jiazhu with nested commands */
296
+ .wtc-jiazhu-flow {
297
+ display: inline-flex;
298
+ flex-direction: column;
299
+ vertical-align: top;
300
+ }
301
+
302
+ /* ---- SideNote (侧批) ---- */
303
+ .wtc-sidenote {
304
+ display: inline-block;
305
+ writing-mode: vertical-rl;
306
+ text-orientation: upright;
307
+ font-size: var(--wtc-sidenote-font-size);
308
+ color: var(--wtc-sidenote-color);
309
+ line-height: var(--wtc-sidenote-line-height);
310
+ vertical-align: top;
311
+ margin-left: -0.5em;
312
+ margin-right: -0.5em;
313
+ }
314
+
315
+ /* ---- MeiPi (眉批) ---- */
316
+ .wtc-meipi {
317
+ position: absolute;
318
+ top: 0;
319
+ writing-mode: vertical-rl;
320
+ text-orientation: upright;
321
+ font-size: var(--wtc-meipi-font-size);
322
+ color: var(--wtc-meipi-color);
323
+ line-height: var(--wtc-meipi-line-height);
324
+ z-index: 10;
325
+ }
326
+
327
+ /* ---- PiZhu (批注) ---- */
328
+ .wtc-pizhu {
329
+ position: absolute;
330
+ writing-mode: vertical-rl;
331
+ text-orientation: upright;
332
+ font-size: var(--wtc-pizhu-font-size);
333
+ color: var(--wtc-pizhu-color);
334
+ line-height: var(--wtc-pizhu-line-height);
335
+ z-index: 10;
336
+ }
337
+
338
+ /* ---- TextBox (文本框) ---- */
339
+ .wtc-textbox {
340
+ display: inline-block;
341
+ writing-mode: vertical-rl;
342
+ text-orientation: upright;
343
+ overflow: hidden;
344
+ inline-size: calc(var(--wtc-textbox-height, 1) * var(--wtc-grid-height));
345
+ }
346
+
347
+ .wtc-textbox-fill {
348
+ display: inline-flex;
349
+ flex-direction: column;
350
+ justify-content: space-between;
351
+ text-align: center;
352
+ }
353
+
354
+ /* ---- List (列表) ---- */
355
+ /* Inline wrappers — column breaks handled by layout engine, not CSS */
356
+ .wtc-list {
357
+ display: inline;
358
+ }
359
+
360
+ .wtc-list-item {
361
+ display: inline;
362
+ text-align: center;
363
+ }
364
+
365
+ /* ---- Decoration ---- */
366
+ .wtc-emphasis {
367
+ text-emphasis: filled circle;
368
+ text-emphasis-position: left;
369
+ text-emphasis-color: var(--wtc-emphasis-color);
370
+ -webkit-text-emphasis: filled circle;
371
+ -webkit-text-emphasis-position: left;
372
+ -webkit-text-emphasis-color: var(--wtc-emphasis-color);
373
+ }
374
+
375
+ .wtc-proper-name {
376
+ text-decoration: underline;
377
+ text-decoration-color: var(--wtc-proper-name-color);
378
+ text-underline-offset: 0.3em;
379
+ }
380
+
381
+ .wtc-book-title-mark {
382
+ text-decoration: underline wavy;
383
+ text-decoration-color: var(--wtc-book-title-color);
384
+ }
385
+
386
+ .wtc-inverted {
387
+ background-color: #333;
388
+ color: #fff;
389
+ padding: 0.05em 0.1em;
390
+ }
391
+
392
+ .wtc-octagon {
393
+ display: inline-flex;
394
+ align-items: center;
395
+ justify-content: center;
396
+ border: 1px solid var(--wtc-border-color);
397
+ padding: 0.05em;
398
+ clip-path: polygon(30% 0%, 70% 0%, 100% 30%, 100% 70%,
399
+ 70% 100%, 30% 100%, 0% 70%, 0% 30%);
400
+ }
401
+
402
+ .wtc-circled {
403
+ display: inline-flex;
404
+ align-items: center;
405
+ justify-content: center;
406
+ border: 1px solid var(--wtc-border-color);
407
+ border-radius: 50%;
408
+ padding: 0.15em;
409
+ width: 1.4em;
410
+ height: 1.4em;
411
+ }
412
+
413
+ .wtc-fix {
414
+ position: relative;
415
+ text-decoration: line-through;
416
+ text-decoration-color: #c00;
417
+ }
418
+
419
+ /* ---- Taitou (抬头) ---- */
420
+ .wtc-taitou {
421
+ display: inline-block;
422
+ }
423
+
424
+ .wtc-taitou[data-level="0"] {
425
+ /* 平抬:换行不缩进 */
426
+ }
427
+
428
+ .wtc-taitou[data-level="1"] {
429
+ /* 单抬:上移 1 格 */
430
+ padding-block-start: calc(1 * var(--wtc-grid-height));
431
+ }
432
+
433
+ .wtc-taitou[data-level="2"] {
434
+ padding-block-start: calc(2 * var(--wtc-grid-height));
435
+ }
436
+
437
+ .wtc-taitou[data-level="3"] {
438
+ padding-block-start: calc(3 * var(--wtc-grid-height));
439
+ }
440
+
441
+ /* ---- Stamp (印章) ---- */
442
+ .wtc-stamp {
443
+ position: absolute;
444
+ z-index: 5;
445
+ pointer-events: none;
446
+ }
447
+
448
+ /* ---- Math ---- */
449
+ .wtc-math {
450
+ font-style: italic;
451
+ font-family: "Cambria Math", "Latin Modern Math", "STIX Two Math", serif;
452
+ text-orientation: mixed;
453
+ }
454
+
455
+ /* ---- Newline ---- */
456
+ br.wtc-newline {
457
+ /* Default break behavior */
458
+ }
459
+
460
+ br.wtc-column-break {
461
+ /* Force column break */
462
+ }
463
+
464
+ br.wtc-paragraph-break {
465
+ /* Empty line paragraph break: adds visual gap */
466
+ content: "";
467
+ display: block;
468
+ margin-block-end: 1em;
469
+ }
470
+
471
+ /* ---- Responsive ---- */
472
+ @media (max-width: 768px) {
473
+ :root {
474
+ --wtc-page-width: 95vw;
475
+ --wtc-page-height: auto;
476
+ --wtc-font-size: 16px;
477
+ --wtc-margin-top: 20px;
478
+ --wtc-margin-bottom: 20px;
479
+ --wtc-margin-left: 15px;
480
+ --wtc-margin-right: 15px;
481
+ }
482
+
483
+ .wtc-page {
484
+ box-shadow: none;
485
+ margin: 5px auto;
486
+ }
487
+
488
+ .wtc-banxin {
489
+ display: none;
490
+ }
491
+
492
+ .wtc-half-left {
493
+ display: none;
494
+ }
495
+ }
496
+
497
+ /* ---- Print ---- */
498
+ @media print {
499
+ body {
500
+ background: none;
501
+ padding: 0;
502
+ }
503
+
504
+ .wtc-page {
505
+ box-shadow: none;
506
+ margin: 0;
507
+ page-break-after: always;
508
+ }
509
+
510
+ .wtc-page:last-child {
511
+ page-break-after: avoid;
512
+ }
513
+ }
@@ -0,0 +1,35 @@
1
+ /* ========================================
2
+ 红楼梦甲戌本 (Honglou Meng Jiaxu Edition)
3
+ Aged paper with prominent annotations
4
+ ======================================== */
5
+
6
+ :root {
7
+ --wtc-n-rows: 20;
8
+ --wtc-n-cols: 9;
9
+ --wtc-margin-top: 60px;
10
+ --wtc-margin-bottom: 35px;
11
+ --wtc-margin-left: 45px;
12
+ --wtc-margin-right: 45px;
13
+
14
+ --wtc-font-size: 20px;
15
+ --wtc-line-height: 2.0;
16
+ --wtc-font-color: #2c1810;
17
+
18
+ --wtc-border-thickness: 0.5px;
19
+ --wtc-border-color: #8b5e3c;
20
+ --wtc-outer-border-thickness: 2px;
21
+ --wtc-outer-border-sep: 2px;
22
+ --wtc-border-padding-top: 5px;
23
+ --wtc-border-padding-bottom: 5px;
24
+
25
+ --wtc-page-background: #f5e6d0;
26
+
27
+ --wtc-sidenote-color: #b22;
28
+ --wtc-sidenote-font-size: 12px;
29
+ --wtc-meipi-color: #b22;
30
+ --wtc-meipi-font-size: 13px;
31
+ --wtc-pizhu-color: #b22;
32
+ --wtc-emphasis-color: #b22;
33
+
34
+ --wtc-banxin-width: 36px;
35
+ }
@@ -0,0 +1,26 @@
1
+ /* ========================================
2
+ 极简模板 (Minimal)
3
+ No borders, no decorations, clean layout
4
+ ======================================== */
5
+
6
+ :root {
7
+ --wtc-page-width: 800px;
8
+ --wtc-page-height: auto;
9
+
10
+ --wtc-font-size: 18px;
11
+ --wtc-line-height: 1.8;
12
+ --wtc-font-color: #333;
13
+
14
+ --wtc-border-thickness: 0;
15
+ --wtc-outer-border-thickness: 0;
16
+ --wtc-outer-border-sep: 0;
17
+
18
+ --wtc-page-background: #fff;
19
+
20
+ --wtc-banxin-width: 0px;
21
+
22
+ --wtc-sidenote-color: #666;
23
+ --wtc-meipi-color: #666;
24
+ --wtc-pizhu-color: #666;
25
+ --wtc-emphasis-color: #333;
26
+ }
@@ -0,0 +1,31 @@
1
+ /* ========================================
2
+ 四库全书彩色版 (Siku Quanshu Colored)
3
+ Traditional warm paper tone with colored borders
4
+ ======================================== */
5
+
6
+ :root {
7
+ --wtc-n-rows: 21;
8
+ --wtc-n-cols: 8;
9
+ --wtc-margin-top: 55px;
10
+ --wtc-margin-bottom: 35px;
11
+ --wtc-margin-left: 45px;
12
+ --wtc-margin-right: 45px;
13
+
14
+ --wtc-font-size: 22px;
15
+ --wtc-line-height: 1.9;
16
+ --wtc-font-color: rgb(35, 25, 20);
17
+
18
+ --wtc-border-thickness: 0.5px;
19
+ --wtc-border-color: rgb(180, 95, 75);
20
+ --wtc-outer-border-thickness: 3px;
21
+ --wtc-outer-border-sep: 3px;
22
+ --wtc-border-padding-top: 6px;
23
+ --wtc-border-padding-bottom: 6px;
24
+
25
+ --wtc-page-background: rgb(222, 188, 130);
26
+
27
+ --wtc-sidenote-color: #c00;
28
+ --wtc-meipi-color: #c00;
29
+ --wtc-pizhu-color: #c00;
30
+ --wtc-emphasis-color: #c00;
31
+ }
@@ -0,0 +1,33 @@
1
+ /* ========================================
2
+ 四库全书 (Siku Quanshu) - 黑白版
3
+ Classic ancient Chinese book style
4
+ ======================================== */
5
+
6
+ :root {
7
+ --wtc-n-rows: 21;
8
+ --wtc-n-cols: 8;
9
+ --wtc-margin-top: 50px;
10
+ --wtc-margin-bottom: 30px;
11
+ --wtc-margin-left: 40px;
12
+ --wtc-margin-right: 40px;
13
+
14
+ --wtc-font-size: 22px;
15
+ --wtc-line-height: 1.8;
16
+ --wtc-letter-spacing-ratio: 0.02;
17
+ --wtc-letter-spacing: calc(var(--wtc-letter-spacing-ratio) * 1em);
18
+ --wtc-font-color: #1a1a1a;
19
+
20
+ --wtc-border-thickness: 0.4px;
21
+ --wtc-border-color: #333;
22
+ --wtc-outer-border-thickness: 3px;
23
+ --wtc-outer-border-sep: 3px;
24
+ --wtc-border-padding-top: 5px;
25
+ --wtc-border-padding-bottom: 5px;
26
+
27
+ --wtc-page-background: #fff;
28
+
29
+ --wtc-sidenote-color: #c00;
30
+ --wtc-meipi-color: #c00;
31
+ --wtc-pizhu-color: #c00;
32
+ --wtc-emphasis-color: #c00;
33
+ }