@wenyan-md/core 1.0.13 → 1.0.14
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/atom-one-dark.min-Du_gemwz.js +4 -0
- package/dist/atom-one-light.min-BameqVOr.js +4 -0
- package/dist/browser/wenyan-core.js +51 -51
- package/dist/core.js +430 -278
- package/dist/default-CE6XHgHa.js +4 -0
- package/dist/dracula.min-DhYK88zj.js +4 -0
- package/dist/github-dark.min-rUG1U3df.js +4 -0
- package/dist/github.min-DEfTaph9.js +4 -0
- package/dist/hltheme.js +29 -22
- package/dist/juejin_default-B6AI_viJ.js +4 -0
- package/dist/lapis-BpjqywsV.js +4 -0
- package/dist/maize-BqG2l24H.js +4 -0
- package/dist/math/wenyan-math.js +9 -40
- package/dist/medium_default-DtspuXEE.js +4 -0
- package/dist/monokai.min-BszscX_9.js +4 -0
- package/dist/orangeheart-CWqZ_gXQ.js +4 -0
- package/dist/{phycat-CATVZm-R.js → phycat-BNJAZy4V.js} +2 -2
- package/dist/pie-CVpIzs7v.js +4 -0
- package/dist/publish.js +137 -346
- package/dist/purple-ObLhqJQS.js +4 -0
- package/dist/rainbow-C5PT3WBL.js +4 -0
- package/dist/solarized-dark.min-mpQq1Jcj.js +4 -0
- package/dist/solarized-light.min-C5Ersr9g.js +4 -0
- package/dist/theme.js +40 -33
- package/dist/toutiao_default-BQ7BN6_-.js +4 -0
- package/dist/types/core.d.ts +17 -0
- package/dist/wrapper.js +15 -10
- package/dist/xcode.min-DWdHLdoo.js +4 -0
- package/dist/zhihu_default-DUBy_Cqy.js +4 -0
- package/package.json +4 -2
- package/dist/atom-one-dark.min-hABhDLRj.js +0 -4
- package/dist/atom-one-light.min-CwiVhPEv.js +0 -4
- package/dist/default-D-dyLptq.js +0 -184
- package/dist/dracula.min-OeyC4Nkp.js +0 -11
- package/dist/github-dark.min-DOlD5Ewr.js +0 -13
- package/dist/github.min-BZ2GvPsn.js +0 -14
- package/dist/juejin_default-13x4lhT9.js +0 -134
- package/dist/lapis-BUlsdDG6.js +0 -194
- package/dist/maize-DFW0x6O3.js +0 -194
- package/dist/medium_default-Zyy9RBMn.js +0 -135
- package/dist/monokai.min-CH2iHqHz.js +0 -4
- package/dist/orangeheart-Da7uQj8U.js +0 -184
- package/dist/pie-Q9UMu3CB.js +0 -240
- package/dist/purple-Da1-Vfos.js +0 -183
- package/dist/rainbow-Bv0kNhYA.js +0 -168
- package/dist/solarized-dark.min-BxbYljx4.js +0 -11
- package/dist/solarized-light.min-Bb25xgOC.js +0 -11
- package/dist/toutiao_default-CLGOaI2x.js +0 -145
- package/dist/xcode.min-CG-lWQgl.js +0 -4
- package/dist/zhihu_default-Cz8bIkGO.js +0 -133
package/dist/pie-Q9UMu3CB.js
DELETED
|
@@ -1,240 +0,0 @@
|
|
|
1
|
-
const n = `/*
|
|
2
|
-
* Typora Theme - Pie / Author - kevinzhao2233
|
|
3
|
-
* https://github.com/kevinzhao2233/typora-theme-pie
|
|
4
|
-
*/
|
|
5
|
-
|
|
6
|
-
:root {
|
|
7
|
-
--mid-1: #ffffff;
|
|
8
|
-
--mid-7: #8c8c8c;
|
|
9
|
-
--mid-9: #434343;
|
|
10
|
-
--mid-10: #262626;
|
|
11
|
-
--main-1: #fff2f0;
|
|
12
|
-
--main-4: #f27f79;
|
|
13
|
-
--main-5: #e6514e;
|
|
14
|
-
--main-6: #da282a;
|
|
15
|
-
}
|
|
16
|
-
#wenyan {
|
|
17
|
-
font-family: var(--sans-serif-font);
|
|
18
|
-
line-height: 1.75;
|
|
19
|
-
color: var(--mid-10);
|
|
20
|
-
letter-spacing: 0;
|
|
21
|
-
font-size: 16px;
|
|
22
|
-
}
|
|
23
|
-
#wenyan p,
|
|
24
|
-
#wenyan pre {
|
|
25
|
-
margin: 1em 0;
|
|
26
|
-
}
|
|
27
|
-
#wenyan p {
|
|
28
|
-
word-spacing: 0.05rem;
|
|
29
|
-
text-align: justify;
|
|
30
|
-
}
|
|
31
|
-
#wenyan a {
|
|
32
|
-
word-wrap: break-word;
|
|
33
|
-
color: var(--main-6);
|
|
34
|
-
text-decoration: none;
|
|
35
|
-
border-bottom: 1px solid var(--main-6);
|
|
36
|
-
transition: border-bottom 0.2s;
|
|
37
|
-
padding: 0 2px;
|
|
38
|
-
font-weight: 500;
|
|
39
|
-
text-decoration: none;
|
|
40
|
-
}
|
|
41
|
-
#wenyan h1,
|
|
42
|
-
#wenyan h2,
|
|
43
|
-
#wenyan h3,
|
|
44
|
-
#wenyan h4,
|
|
45
|
-
#wenyan h5,
|
|
46
|
-
#wenyan h6 {
|
|
47
|
-
position: relative;
|
|
48
|
-
margin: 1.2em 0 1em;
|
|
49
|
-
padding: 0px;
|
|
50
|
-
font-weight: bold;
|
|
51
|
-
cursor: text;
|
|
52
|
-
}
|
|
53
|
-
#wenyan h2 a,
|
|
54
|
-
#wenyan h3 a {
|
|
55
|
-
color: var(--mid-9);
|
|
56
|
-
}
|
|
57
|
-
#wenyan h1 {
|
|
58
|
-
font-size: 1.5em;
|
|
59
|
-
text-align: center;
|
|
60
|
-
}
|
|
61
|
-
#wenyan h1::after {
|
|
62
|
-
display: block;
|
|
63
|
-
width: 100px;
|
|
64
|
-
height: 2px;
|
|
65
|
-
margin: 0.2em auto 0;
|
|
66
|
-
content: "";
|
|
67
|
-
border-bottom: 2px dashed var(--main-6);
|
|
68
|
-
}
|
|
69
|
-
#wenyan h2 {
|
|
70
|
-
padding-left: 6px;
|
|
71
|
-
margin: 2em auto 1.4em;
|
|
72
|
-
font-size: 1.3em;
|
|
73
|
-
border-left: 6px solid var(--main-6);
|
|
74
|
-
}
|
|
75
|
-
#wenyan h3 {
|
|
76
|
-
font-size: 1.2em;
|
|
77
|
-
}
|
|
78
|
-
#wenyan h3::before {
|
|
79
|
-
display: inline-block;
|
|
80
|
-
width: 6px;
|
|
81
|
-
height: 6px;
|
|
82
|
-
margin-right: 6px;
|
|
83
|
-
margin-bottom: 0.18em;
|
|
84
|
-
line-height: 1.43;
|
|
85
|
-
vertical-align: middle;
|
|
86
|
-
content: "";
|
|
87
|
-
background-color: var(--main-5);
|
|
88
|
-
border-radius: 50%;
|
|
89
|
-
}
|
|
90
|
-
#wenyan h4 {
|
|
91
|
-
font-size: 1.2em;
|
|
92
|
-
}
|
|
93
|
-
#wenyan h4::before {
|
|
94
|
-
display: inline-block;
|
|
95
|
-
width: 6px;
|
|
96
|
-
height: 2px;
|
|
97
|
-
margin-right: 8px;
|
|
98
|
-
margin-bottom: 0.18em;
|
|
99
|
-
vertical-align: middle;
|
|
100
|
-
content: "";
|
|
101
|
-
background-color: var(--main-4);
|
|
102
|
-
}
|
|
103
|
-
#wenyan h5 {
|
|
104
|
-
font-size: 1.2em;
|
|
105
|
-
}
|
|
106
|
-
#wenyan h6 {
|
|
107
|
-
font-size: 1.2em;
|
|
108
|
-
color: var(--mid-7);
|
|
109
|
-
}
|
|
110
|
-
#wenyan li > ol,
|
|
111
|
-
#wenyan li > ul {
|
|
112
|
-
margin: 0;
|
|
113
|
-
}
|
|
114
|
-
#wenyan hr {
|
|
115
|
-
box-sizing: content-box;
|
|
116
|
-
width: 100%;
|
|
117
|
-
height: 1px;
|
|
118
|
-
padding: 0;
|
|
119
|
-
margin: 46px auto 64px;
|
|
120
|
-
overflow: hidden;
|
|
121
|
-
background-color: var(--main-4);
|
|
122
|
-
border: 0;
|
|
123
|
-
}
|
|
124
|
-
#wenyan blockquote {
|
|
125
|
-
position: relative;
|
|
126
|
-
padding: 24px 16px 12px;
|
|
127
|
-
margin: 24px 0 36px;
|
|
128
|
-
font-size: 1em;
|
|
129
|
-
font-style: normal;
|
|
130
|
-
line-height: 1.6;
|
|
131
|
-
color: var(--mid-7);
|
|
132
|
-
text-indent: 0;
|
|
133
|
-
border: none;
|
|
134
|
-
border-left: 2px solid var(--main-6);
|
|
135
|
-
}
|
|
136
|
-
#wenyan blockquote blockquote {
|
|
137
|
-
padding-right: 0;
|
|
138
|
-
}
|
|
139
|
-
#wenyan blockquote a {
|
|
140
|
-
color: var(--mid-7);
|
|
141
|
-
}
|
|
142
|
-
#wenyan blockquote::before {
|
|
143
|
-
position: absolute;
|
|
144
|
-
top: 0;
|
|
145
|
-
left: 12px;
|
|
146
|
-
font-family: Arial, serif;
|
|
147
|
-
font-size: 2em;
|
|
148
|
-
font-weight: 700;
|
|
149
|
-
line-height: 1em;
|
|
150
|
-
color: var(--main-6);
|
|
151
|
-
content: "“";
|
|
152
|
-
}
|
|
153
|
-
#wenyan table {
|
|
154
|
-
border-collapse: collapse;
|
|
155
|
-
margin: 1.4em auto;
|
|
156
|
-
max-width: 100%;
|
|
157
|
-
table-layout: fixed;
|
|
158
|
-
text-align: left;
|
|
159
|
-
overflow: auto;
|
|
160
|
-
display: table;
|
|
161
|
-
word-wrap: break-word;
|
|
162
|
-
word-break: break-all;
|
|
163
|
-
}
|
|
164
|
-
#wenyan table td,
|
|
165
|
-
#wenyan table th {
|
|
166
|
-
font-size: 0.75em;
|
|
167
|
-
padding: 9px 12px;
|
|
168
|
-
line-height: 22px;
|
|
169
|
-
vertical-align: top;
|
|
170
|
-
border: 1px solid var(--main-4);
|
|
171
|
-
}
|
|
172
|
-
#wenyan table th {
|
|
173
|
-
font-weight: bold;
|
|
174
|
-
color: var(--main-6);
|
|
175
|
-
background-color: var(--main-1);
|
|
176
|
-
}
|
|
177
|
-
#wenyan strong {
|
|
178
|
-
padding: 0 1px;
|
|
179
|
-
}
|
|
180
|
-
#wenyan em {
|
|
181
|
-
padding: 0 5px 0 2px;
|
|
182
|
-
}
|
|
183
|
-
#wenyan p code {
|
|
184
|
-
padding: 2px 4px 1px;
|
|
185
|
-
margin: 0 2px;
|
|
186
|
-
font-family: var(--monospace-font);
|
|
187
|
-
font-size: 0.92rem;
|
|
188
|
-
color: var(--main-5);
|
|
189
|
-
background-color: var(--main-1);
|
|
190
|
-
border-radius: 3px;
|
|
191
|
-
}
|
|
192
|
-
#wenyan p code {
|
|
193
|
-
vertical-align: 0.5px;
|
|
194
|
-
}
|
|
195
|
-
#wenyan .footnote {
|
|
196
|
-
color: var(--main-5);
|
|
197
|
-
background-color: var(--main-1);
|
|
198
|
-
}
|
|
199
|
-
#wenyan img {
|
|
200
|
-
max-width: 100%;
|
|
201
|
-
display: block;
|
|
202
|
-
margin: 0 auto;
|
|
203
|
-
border-radius: 4px;
|
|
204
|
-
}
|
|
205
|
-
#wenyan pre {
|
|
206
|
-
border-radius: 5px;
|
|
207
|
-
line-height: 2;
|
|
208
|
-
margin: 1em 0.5em;
|
|
209
|
-
padding: .5em;
|
|
210
|
-
box-shadow: rgba(0, 0, 0, 0.55) 0px 1px 5px;
|
|
211
|
-
}
|
|
212
|
-
#wenyan pre code {
|
|
213
|
-
display: block;
|
|
214
|
-
overflow-x: auto;
|
|
215
|
-
margin: .5em;
|
|
216
|
-
padding: 0;
|
|
217
|
-
font-family: var(--monospace-font);
|
|
218
|
-
}
|
|
219
|
-
#wenyan .footnote {
|
|
220
|
-
color: rgb(239, 112, 96);
|
|
221
|
-
}
|
|
222
|
-
#wenyan #footnotes p {
|
|
223
|
-
display: flex;
|
|
224
|
-
margin: 0;
|
|
225
|
-
font-size: 0.9em;
|
|
226
|
-
}
|
|
227
|
-
#wenyan .footnote-num {
|
|
228
|
-
display: inline;
|
|
229
|
-
width: 10%;
|
|
230
|
-
}
|
|
231
|
-
#wenyan .footnote-txt {
|
|
232
|
-
display: inline;
|
|
233
|
-
width: 90%;
|
|
234
|
-
word-wrap: break-word;
|
|
235
|
-
word-break: break-all;
|
|
236
|
-
}
|
|
237
|
-
`;
|
|
238
|
-
export {
|
|
239
|
-
n as default
|
|
240
|
-
};
|
package/dist/purple-Da1-Vfos.js
DELETED
|
@@ -1,183 +0,0 @@
|
|
|
1
|
-
const n = `/*
|
|
2
|
-
* Typora Theme - Purple / Author - hliu202
|
|
3
|
-
* https://github.com/hliu202/typora-purple-theme
|
|
4
|
-
*/
|
|
5
|
-
|
|
6
|
-
:root {
|
|
7
|
-
--title-color: #8064a9;
|
|
8
|
-
--text-color: #444444;
|
|
9
|
-
--link-color: #2aa899;
|
|
10
|
-
--code-color: #745fb5;
|
|
11
|
-
--shadow-color: #eee;
|
|
12
|
-
--border-quote: rgba(116, 95, 181, 0.2);
|
|
13
|
-
--border: #e7e7e7;
|
|
14
|
-
--link-bottom: #bbb;
|
|
15
|
-
--shadow: 3px 3px 10px var(--shadow-color);
|
|
16
|
-
--inline-code-bg: #f4f2f9;
|
|
17
|
-
--header-weight: normal;
|
|
18
|
-
}
|
|
19
|
-
#wenyan {
|
|
20
|
-
font-family: var(--sans-serif-font);
|
|
21
|
-
color: var(--text-color);
|
|
22
|
-
line-height: 1.75;
|
|
23
|
-
font-size: 16px;
|
|
24
|
-
}
|
|
25
|
-
#wenyan a {
|
|
26
|
-
word-wrap: break-word;
|
|
27
|
-
border-bottom: 1px solid var(--link-bottom);
|
|
28
|
-
color: var(--link-color);
|
|
29
|
-
text-decoration: none;
|
|
30
|
-
}
|
|
31
|
-
#wenyan h1,
|
|
32
|
-
#wenyan h2,
|
|
33
|
-
#wenyan h3,
|
|
34
|
-
#wenyan h4,
|
|
35
|
-
#wenyan h5,
|
|
36
|
-
#wenyan h6 {
|
|
37
|
-
margin: 1.2em 0 1em;
|
|
38
|
-
padding: 0px;
|
|
39
|
-
font-weight: var(--header-weight);
|
|
40
|
-
color: var(--title-color);
|
|
41
|
-
font-family: var(--sans-serif-font);
|
|
42
|
-
}
|
|
43
|
-
#wenyan h1 {
|
|
44
|
-
text-align: center;
|
|
45
|
-
}
|
|
46
|
-
#wenyan h1::after {
|
|
47
|
-
content: "";
|
|
48
|
-
display: block;
|
|
49
|
-
margin: 0.2em auto 0;
|
|
50
|
-
width: 6em;
|
|
51
|
-
height: 2px;
|
|
52
|
-
border-bottom: 2px solid var(--title-color);
|
|
53
|
-
}
|
|
54
|
-
#wenyan h2 {
|
|
55
|
-
padding-left: 0.4em;
|
|
56
|
-
border-left: 0.4em solid var(--title-color);
|
|
57
|
-
border-bottom: 1px solid var(--title-color);
|
|
58
|
-
}
|
|
59
|
-
#wenyan h1 {
|
|
60
|
-
font-size: 1.5em;
|
|
61
|
-
}
|
|
62
|
-
#wenyan h2 {
|
|
63
|
-
font-size: 1.3em;
|
|
64
|
-
}
|
|
65
|
-
#wenyan h3 {
|
|
66
|
-
font-size: 1.2em;
|
|
67
|
-
}
|
|
68
|
-
#wenyan h4 {
|
|
69
|
-
font-size: 1.2em;
|
|
70
|
-
}
|
|
71
|
-
#wenyan h5 {
|
|
72
|
-
font-size: 1.2em;
|
|
73
|
-
}
|
|
74
|
-
#wenyan h6 {
|
|
75
|
-
font-size: 1.2em;
|
|
76
|
-
}
|
|
77
|
-
#wenyan p,
|
|
78
|
-
#wenyan ul,
|
|
79
|
-
#wenyan ol {
|
|
80
|
-
margin: 1em 0.8em;
|
|
81
|
-
}
|
|
82
|
-
#wenyan hr {
|
|
83
|
-
margin: 1.5em auto;
|
|
84
|
-
border-top: 1px solid var(--border);
|
|
85
|
-
}
|
|
86
|
-
#wenyan li > ol,
|
|
87
|
-
#wenyan li > ul {
|
|
88
|
-
margin: 0 0;
|
|
89
|
-
}
|
|
90
|
-
#wenyan ul,
|
|
91
|
-
#wenyan ol {
|
|
92
|
-
padding-left: 2em;
|
|
93
|
-
}
|
|
94
|
-
#wenyan ol li,
|
|
95
|
-
#wenyan ul li {
|
|
96
|
-
padding-left: 0.1em;
|
|
97
|
-
}
|
|
98
|
-
#wenyan blockquote {
|
|
99
|
-
margin: 0;
|
|
100
|
-
border-left: 0.3em solid var(--border-quote);
|
|
101
|
-
padding-left: 1em;
|
|
102
|
-
}
|
|
103
|
-
#wenyan table {
|
|
104
|
-
border-collapse: collapse;
|
|
105
|
-
margin: 1.4em auto;
|
|
106
|
-
max-width: 100%;
|
|
107
|
-
table-layout: fixed;
|
|
108
|
-
text-align: left;
|
|
109
|
-
overflow: auto;
|
|
110
|
-
display: table;
|
|
111
|
-
word-wrap: break-word;
|
|
112
|
-
word-break: break-all;
|
|
113
|
-
}
|
|
114
|
-
#wenyan table td,
|
|
115
|
-
#wenyan table th {
|
|
116
|
-
font-size: 0.75em;
|
|
117
|
-
padding: 9px 12px;
|
|
118
|
-
line-height: 22px;
|
|
119
|
-
color: #222;
|
|
120
|
-
border: 1px solid var(--border-quote);
|
|
121
|
-
vertical-align: top;
|
|
122
|
-
}
|
|
123
|
-
#wenyan table th {
|
|
124
|
-
font-weight: bold;
|
|
125
|
-
color: var(--title-color);
|
|
126
|
-
background-color: var(--inline-code-bg);
|
|
127
|
-
}
|
|
128
|
-
#wenyan strong {
|
|
129
|
-
padding: 0 2px;
|
|
130
|
-
font-weight: bold;
|
|
131
|
-
}
|
|
132
|
-
#wenyan p code {
|
|
133
|
-
padding: 2px 4px;
|
|
134
|
-
border-radius: 0.3em;
|
|
135
|
-
font-family: var(--monospace-font);
|
|
136
|
-
font-size: 0.9em;
|
|
137
|
-
color: var(--code-color);
|
|
138
|
-
background-color: var(--inline-code-bg);
|
|
139
|
-
margin: 0 2px;
|
|
140
|
-
}
|
|
141
|
-
#wenyan img {
|
|
142
|
-
max-width: 100%;
|
|
143
|
-
height: auto;
|
|
144
|
-
margin: 0 auto;
|
|
145
|
-
display: block;
|
|
146
|
-
}
|
|
147
|
-
#wenyan pre {
|
|
148
|
-
border-radius: 5px;
|
|
149
|
-
line-height: 2;
|
|
150
|
-
margin: 1em 0.5em;
|
|
151
|
-
padding: .5em;
|
|
152
|
-
box-shadow: rgba(0, 0, 0, 0.55) 0px 1px 5px;
|
|
153
|
-
}
|
|
154
|
-
#wenyan pre code {
|
|
155
|
-
display: block;
|
|
156
|
-
overflow-x: auto;
|
|
157
|
-
margin: .5em;
|
|
158
|
-
padding: 0;
|
|
159
|
-
font-family: var(--monospace-font);
|
|
160
|
-
}
|
|
161
|
-
#wenyan .footnote {
|
|
162
|
-
color: var(--code-color);
|
|
163
|
-
background-color: var(--inline-code-bg);
|
|
164
|
-
}
|
|
165
|
-
#wenyan #footnotes p {
|
|
166
|
-
display: flex;
|
|
167
|
-
margin: 0;
|
|
168
|
-
font-size: 0.9em;
|
|
169
|
-
}
|
|
170
|
-
#wenyan .footnote-num {
|
|
171
|
-
display: inline;
|
|
172
|
-
width: 10%;
|
|
173
|
-
}
|
|
174
|
-
#wenyan .footnote-txt {
|
|
175
|
-
display: inline;
|
|
176
|
-
width: 90%;
|
|
177
|
-
word-wrap: break-word;
|
|
178
|
-
word-break: break-all;
|
|
179
|
-
}
|
|
180
|
-
`;
|
|
181
|
-
export {
|
|
182
|
-
n as default
|
|
183
|
-
};
|
package/dist/rainbow-Bv0kNhYA.js
DELETED
|
@@ -1,168 +0,0 @@
|
|
|
1
|
-
const n = `/*
|
|
2
|
-
* Typora Theme - Rainbow / Author - thezbm
|
|
3
|
-
* https://github.com/thezbm/typora-theme-rainbow
|
|
4
|
-
*/
|
|
5
|
-
|
|
6
|
-
:root {
|
|
7
|
-
--h-border-color: rgb(255, 191, 191);
|
|
8
|
-
--h-bg-color: rgb(255, 232, 232);
|
|
9
|
-
--table-border-color: rgb(255, 235, 211);
|
|
10
|
-
--th-bg-color: rgb(255, 243, 228);
|
|
11
|
-
--tr-bg-color: rgb(255, 249, 242);
|
|
12
|
-
--code-bg-color: rgb(247, 247, 247);
|
|
13
|
-
--block-shadow: 0.15em 0.15em 0.5em rgb(150, 150, 150);
|
|
14
|
-
}
|
|
15
|
-
#wenyan {
|
|
16
|
-
font-family: var(--sans-serif-font);
|
|
17
|
-
line-height: 1.75;
|
|
18
|
-
font-size: 16px;
|
|
19
|
-
}
|
|
20
|
-
#wenyan p,
|
|
21
|
-
#wenyan pre {
|
|
22
|
-
margin: 1em 0;
|
|
23
|
-
}
|
|
24
|
-
#wenyan h1,
|
|
25
|
-
#wenyan h2,
|
|
26
|
-
#wenyan h3,
|
|
27
|
-
#wenyan h4,
|
|
28
|
-
#wenyan h5,
|
|
29
|
-
#wenyan h6 {
|
|
30
|
-
margin: 1.2em 0 1em;
|
|
31
|
-
padding: 0px;
|
|
32
|
-
font-weight: bold;
|
|
33
|
-
}
|
|
34
|
-
#wenyan h1 {
|
|
35
|
-
font-size: 1.5em;
|
|
36
|
-
text-align: center;
|
|
37
|
-
text-shadow: 0.15em 0.15em 0.3em rgb(187, 187, 187);
|
|
38
|
-
}
|
|
39
|
-
#wenyan h2 {
|
|
40
|
-
font-size: 1.3em;
|
|
41
|
-
background-color: var(--h-bg-color);
|
|
42
|
-
padding-left: 1em;
|
|
43
|
-
padding-right: 1em;
|
|
44
|
-
border-left: 0.5em solid var(--h-border-color);
|
|
45
|
-
border-radius: 0.4em;
|
|
46
|
-
display: inline-block;
|
|
47
|
-
}
|
|
48
|
-
#wenyan h3 {
|
|
49
|
-
font-size: 1.3em;
|
|
50
|
-
text-decoration: underline double var(--h-border-color);
|
|
51
|
-
-webkit-text-decoration: underline double var(--h-border-color);
|
|
52
|
-
text-decoration-thickness: 0.15em;
|
|
53
|
-
}
|
|
54
|
-
#wenyan h4 {
|
|
55
|
-
font-size: 1.2em;
|
|
56
|
-
text-decoration: underline dotted var(--h-border-color);
|
|
57
|
-
-webkit-text-decoration: underline dotted var(--h-border-color);
|
|
58
|
-
text-decoration-thickness: 0.2em;
|
|
59
|
-
}
|
|
60
|
-
#wenyan table {
|
|
61
|
-
border-collapse: collapse;
|
|
62
|
-
border: 0.25em solid var(--table-border-color);
|
|
63
|
-
margin: 1.4em auto;
|
|
64
|
-
max-width: 100%;
|
|
65
|
-
table-layout: fixed;
|
|
66
|
-
text-align: left;
|
|
67
|
-
overflow: auto;
|
|
68
|
-
display: table;
|
|
69
|
-
word-wrap: break-word;
|
|
70
|
-
word-break: break-all;
|
|
71
|
-
}
|
|
72
|
-
#wenyan table th {
|
|
73
|
-
background-color: var(--th-bg-color);
|
|
74
|
-
}
|
|
75
|
-
#wenyan table th,
|
|
76
|
-
#wenyan table td {
|
|
77
|
-
font-size: 0.75em;
|
|
78
|
-
text-align: center;
|
|
79
|
-
border: 0.13em dashed var(--table-border-color);
|
|
80
|
-
padding: 0.5em;
|
|
81
|
-
padding: 9px 12px;
|
|
82
|
-
line-height: 22px;
|
|
83
|
-
vertical-align: top;
|
|
84
|
-
}
|
|
85
|
-
#wenyan table tr:nth-child(even) {
|
|
86
|
-
background-color: var(--tr-bg-color);
|
|
87
|
-
}
|
|
88
|
-
#wenyan blockquote {
|
|
89
|
-
font-size: 0.9em;
|
|
90
|
-
margin: 0 1em;
|
|
91
|
-
color: rgb(102, 102, 102);
|
|
92
|
-
border-left: 0.25em solid rgb(169, 202, 255);
|
|
93
|
-
padding: 0.5em 1em 0.6em 1em;
|
|
94
|
-
}
|
|
95
|
-
#wenyan blockquote::before {
|
|
96
|
-
display: block;
|
|
97
|
-
height: 2em;
|
|
98
|
-
width: 1.5em;
|
|
99
|
-
content: "🌈";
|
|
100
|
-
font-size: 1.2em;
|
|
101
|
-
}
|
|
102
|
-
#wenyan blockquote p {
|
|
103
|
-
margin: 0;
|
|
104
|
-
}
|
|
105
|
-
#wenyan hr {
|
|
106
|
-
margin-top: 2em;
|
|
107
|
-
margin-bottom: 2em;
|
|
108
|
-
background-color: rgb(226, 226, 226);
|
|
109
|
-
height: 0.13em;
|
|
110
|
-
border: 0;
|
|
111
|
-
}
|
|
112
|
-
#wenyan pre {
|
|
113
|
-
line-height: 2;
|
|
114
|
-
padding: .5em;
|
|
115
|
-
border-radius: 0.4em;
|
|
116
|
-
box-shadow: var(--block-shadow);
|
|
117
|
-
}
|
|
118
|
-
#wenyan pre code {
|
|
119
|
-
display: block;
|
|
120
|
-
overflow-x: auto;
|
|
121
|
-
margin: .5em;
|
|
122
|
-
padding: 0;
|
|
123
|
-
font-family: var(--monospace-font);
|
|
124
|
-
}
|
|
125
|
-
#wenyan p code {
|
|
126
|
-
font-family: var(--monospace-font);
|
|
127
|
-
margin-left: 0.25em;
|
|
128
|
-
margin-right: 0.25em;
|
|
129
|
-
padding: 0.05em 0.3em;
|
|
130
|
-
background-color: var(--code-bg-color);
|
|
131
|
-
border-radius: 0.4em;
|
|
132
|
-
box-shadow: 0.13em 0.13em 0.26em rgb(197, 197, 197);
|
|
133
|
-
font-size: 0.9em;
|
|
134
|
-
}
|
|
135
|
-
#wenyan a {
|
|
136
|
-
word-wrap: break-word;
|
|
137
|
-
color: rgb(31, 117, 255);
|
|
138
|
-
}
|
|
139
|
-
#wenyan img {
|
|
140
|
-
max-width: 100%;
|
|
141
|
-
height: auto;
|
|
142
|
-
margin: 0 auto;
|
|
143
|
-
display: block;
|
|
144
|
-
border-radius: 5px;
|
|
145
|
-
box-shadow: var(--block-shadow);
|
|
146
|
-
}
|
|
147
|
-
#wenyan .footnote {
|
|
148
|
-
color: rgb(31, 117, 255);
|
|
149
|
-
}
|
|
150
|
-
#wenyan #footnotes p {
|
|
151
|
-
display: flex;
|
|
152
|
-
margin: 0;
|
|
153
|
-
font-size: 0.9em;
|
|
154
|
-
}
|
|
155
|
-
#wenyan .footnote-num {
|
|
156
|
-
display: inline;
|
|
157
|
-
width: 10%;
|
|
158
|
-
}
|
|
159
|
-
#wenyan .footnote-txt {
|
|
160
|
-
display: inline;
|
|
161
|
-
width: 90%;
|
|
162
|
-
word-wrap: break-word;
|
|
163
|
-
word-break: break-all;
|
|
164
|
-
}
|
|
165
|
-
`;
|
|
166
|
-
export {
|
|
167
|
-
n as default
|
|
168
|
-
};
|
|
@@ -1,11 +0,0 @@
|
|
|
1
|
-
const l = `pre{background:#002b36}
|
|
2
|
-
/*!
|
|
3
|
-
Theme: Solarized Dark
|
|
4
|
-
Author: Ethan Schoonover (modified by aramisgithub)
|
|
5
|
-
License: ~ MIT (or more permissive) [via base16-schemes-source]
|
|
6
|
-
Maintainer: @highlightjs/core-team
|
|
7
|
-
Version: 2021.09.0
|
|
8
|
-
*/pre code.hljs{display:block;overflow-x:auto;padding:1em}code.hljs{padding:3px 5px}.hljs{color:#93a1a1;background:#002b36}.hljs ::selection,.hljs::selection{background-color:#586e75;color:#93a1a1}.hljs-comment{color:#657b83}.hljs-tag{color:#839496}.hljs-operator,.hljs-punctuation,.hljs-subst{color:#93a1a1}.hljs-operator{opacity:.7}.hljs-bullet,.hljs-deletion,.hljs-name,.hljs-selector-tag,.hljs-template-variable,.hljs-variable{color:#dc322f}.hljs-attr,.hljs-link,.hljs-literal,.hljs-number,.hljs-symbol,.hljs-variable.constant_{color:#cb4b16}.hljs-class .hljs-title,.hljs-title,.hljs-title.class_{color:#b58900}.hljs-strong{font-weight:700;color:#b58900}.hljs-addition,.hljs-code,.hljs-string,.hljs-title.class_.inherited__{color:#859900}.hljs-built_in,.hljs-doctag,.hljs-keyword.hljs-atrule,.hljs-quote,.hljs-regexp{color:#2aa198}.hljs-attribute,.hljs-function .hljs-title,.hljs-section,.hljs-title.function_,.ruby .hljs-property{color:#268bd2}.diff .hljs-meta,.hljs-keyword,.hljs-template-tag,.hljs-type{color:#6c71c4}.hljs-emphasis{color:#6c71c4;font-style:italic}.hljs-meta,.hljs-meta .hljs-keyword,.hljs-meta .hljs-string{color:#d33682}.hljs-meta .hljs-keyword,.hljs-meta-keyword{font-weight:700}`;
|
|
9
|
-
export {
|
|
10
|
-
l as default
|
|
11
|
-
};
|
|
@@ -1,11 +0,0 @@
|
|
|
1
|
-
const l = `pre{background:#fdf6e3}
|
|
2
|
-
/*!
|
|
3
|
-
Theme: Solarized Light
|
|
4
|
-
Author: Ethan Schoonover (modified by aramisgithub)
|
|
5
|
-
License: ~ MIT (or more permissive) [via base16-schemes-source]
|
|
6
|
-
Maintainer: @highlightjs/core-team
|
|
7
|
-
Version: 2021.09.0
|
|
8
|
-
*/pre code.hljs{display:block;overflow-x:auto;padding:1em}code.hljs{padding:3px 5px}.hljs{color:#586e75;background:#fdf6e3}.hljs ::selection,.hljs::selection{background-color:#93a1a1;color:#586e75}.hljs-comment{color:#839496}.hljs-tag{color:#657b83}.hljs-operator,.hljs-punctuation,.hljs-subst{color:#586e75}.hljs-operator{opacity:.7}.hljs-bullet,.hljs-deletion,.hljs-name,.hljs-selector-tag,.hljs-template-variable,.hljs-variable{color:#dc322f}.hljs-attr,.hljs-link,.hljs-literal,.hljs-number,.hljs-symbol,.hljs-variable.constant_{color:#cb4b16}.hljs-class .hljs-title,.hljs-title,.hljs-title.class_{color:#b58900}.hljs-strong{font-weight:700;color:#b58900}.hljs-addition,.hljs-code,.hljs-string,.hljs-title.class_.inherited__{color:#859900}.hljs-built_in,.hljs-doctag,.hljs-keyword.hljs-atrule,.hljs-quote,.hljs-regexp{color:#2aa198}.hljs-attribute,.hljs-function .hljs-title,.hljs-section,.hljs-title.function_,.ruby .hljs-property{color:#268bd2}.diff .hljs-meta,.hljs-keyword,.hljs-template-tag,.hljs-type{color:#6c71c4}.hljs-emphasis{color:#6c71c4;font-style:italic}.hljs-meta,.hljs-meta .hljs-keyword,.hljs-meta .hljs-string{color:#d33682}.hljs-meta .hljs-keyword,.hljs-meta-keyword{font-weight:700}`;
|
|
9
|
-
export {
|
|
10
|
-
l as default
|
|
11
|
-
};
|