@wenyan-md/core 1.0.14 → 1.0.16
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/README.md +95 -133
- package/dist/browser/wenyan-core.js +1 -1
- package/dist/core.js +1 -1
- package/dist/hltheme.js +20 -10
- package/dist/publish.js +69 -19
- package/dist/styles/wenyan-styles.js +19 -19
- package/dist/theme.js +361 -14
- package/dist/types/publish.d.ts +1 -1
- package/dist/types/runtimeEnv.d.ts +6 -0
- package/dist/types/utils.d.ts +1 -0
- package/dist/utils-YieK94fG.js +9 -0
- package/package.json +5 -4
- package/dist/atom-one-dark.min-Du_gemwz.js +0 -4
- package/dist/atom-one-light.min-BameqVOr.js +0 -4
- package/dist/default-CE6XHgHa.js +0 -4
- package/dist/dracula.min-DhYK88zj.js +0 -4
- package/dist/github-dark.min-rUG1U3df.js +0 -4
- package/dist/github.min-DEfTaph9.js +0 -4
- package/dist/juejin_default-B6AI_viJ.js +0 -4
- package/dist/lapis-BpjqywsV.js +0 -4
- package/dist/maize-BqG2l24H.js +0 -4
- package/dist/medium_default-DtspuXEE.js +0 -4
- package/dist/monokai.min-BszscX_9.js +0 -4
- package/dist/orangeheart-CWqZ_gXQ.js +0 -4
- package/dist/phycat-BNJAZy4V.js +0 -338
- package/dist/pie-CVpIzs7v.js +0 -4
- package/dist/purple-ObLhqJQS.js +0 -4
- package/dist/rainbow-C5PT3WBL.js +0 -4
- package/dist/solarized-dark.min-mpQq1Jcj.js +0 -4
- package/dist/solarized-light.min-C5Ersr9g.js +0 -4
- package/dist/toutiao_default-BQ7BN6_-.js +0 -4
- package/dist/xcode.min-DWdHLdoo.js +0 -4
- package/dist/zhihu_default-DUBy_Cqy.js +0 -4
|
@@ -1,4 +0,0 @@
|
|
|
1
|
-
const orangeheart = '/*\n * Typora Theme - Orange Heart / Author - evgo2017\n * https://github.com/evgo2017/typora-theme-orange-heart\n */\n\n#wenyan {\n font-family: var(--sans-serif-font);\n line-height: 1.75;\n font-size: 16px;\n}\n#wenyan p,\n#wenyan pre {\n margin: 1em 0;\n}\n#wenyan h1,\n#wenyan h2,\n#wenyan h3,\n#wenyan h4,\n#wenyan h5,\n#wenyan h6 {\n margin: 1.2em 0 1em;\n padding: 0px;\n font-weight: bold;\n}\n#wenyan h1 {\n font-size: 1.5em;\n}\n#wenyan h2 {\n font-size: 1.3em;\n border-bottom: 2px solid rgb(239, 112, 96);\n display: flex;\n}\n#wenyan h2 span {\n display: inline-block;\n font-weight: bold;\n background: rgb(239, 112, 96);\n color: #ffffff;\n padding: 3px 10px 1px;\n border-top-right-radius: 3px;\n border-top-left-radius: 3px;\n margin-right: 3px;\n}\n#wenyan h2::after {\n content: "";\n border-bottom: 36px solid #efebe9;\n border-right: 20px solid transparent;\n align-self: flex-end;\n height: 0;\n}\n#wenyan h3 {\n font-size: 1.3em;\n}\n#wenyan h4 {\n font-size: 1.2em;\n}\n#wenyan h5 {\n font-size: 1.1em;\n}\n#wenyan h6 {\n font-size: 1em;\n}\n#wenyan ul,\n#wenyan ol {\n margin-top: 8px;\n margin-bottom: 8px;\n padding-left: 25px;\n color: black;\n}\n#wenyan ul {\n list-style-type: disc;\n}\n#wenyan ul ul {\n list-style-type: square;\n}\n#wenyan ol {\n list-style-type: decimal;\n}\n#wenyan blockquote {\n margin: 0;\n display: block;\n font-size: 0.9em;\n overflow: auto;\n border-left: 3px solid rgb(239, 112, 96);\n color: #6a737d;\n padding: 10px 10px 10px 20px;\n margin-bottom: 20px;\n margin-top: 20px;\n background: #fff9f9;\n}\n#wenyan a {\n text-decoration: none;\n word-wrap: break-word;\n font-weight: bold;\n color: rgb(239, 112, 96);\n border-bottom: 1px solid rgb(239, 112, 96);\n}\n#wenyan p code,\n#wenyan li code {\n font-size: 0.9em;\n word-wrap: break-word;\n padding: 2px 4px;\n border-radius: 4px;\n margin: 0 2px;\n color: rgb(239, 112, 96);\n background-color: rgba(27, 31, 35, 0.05);\n font-family: var(--monospace-font);\n word-break: break-all;\n}\n#wenyan img {\n max-width: 100%;\n height: auto;\n margin: 0 auto;\n display: block;\n}\n#wenyan span img {\n max-width: 100%;\n display: inline-block;\n border-right: 0px;\n border-left: 0px;\n}\n#wenyan table {\n border-collapse: collapse;\n margin: 1.4em auto;\n max-width: 100%;\n table-layout: fixed;\n text-align: left;\n overflow: auto;\n display: table;\n word-wrap: break-word;\n word-break: break-all;\n}\n#wenyan table td,\n#wenyan table th {\n font-size: 0.75em;\n padding: 9px 12px;\n line-height: 22px;\n color: #222;\n border: 1px solid rgb(239, 112, 96);\n vertical-align: top;\n}\n#wenyan table th {\n font-weight: bold;\n background-color: #fff9f9;\n color: rgb(239, 112, 96);\n}\n#wenyan span code,\n#wenyan li code {\n color: rgb(239, 112, 96);\n}\n#wenyan pre {\n border-radius: 5px;\n line-height: 2;\n margin: 1em 0.5em;\n padding: .5em;\n box-shadow: rgba(0, 0, 0, 0.55) 0px 1px 5px;\n}\n#wenyan pre code {\n display: block;\n margin: .5em;\n padding: 0;\n font-family: var(--monospace-font);\n}\n#wenyan .footnote {\n color: rgb(239, 112, 96);\n}\n#wenyan #footnotes p {\n display: flex;\n margin: 0;\n font-size: 0.9em;\n}\n#wenyan .footnote-num {\n display: inline;\n width: 10%;\n}\n#wenyan .footnote-txt {\n display: inline;\n width: 90%;\n word-wrap: break-word;\n word-break: break-all;\n}\n';
|
|
2
|
-
export {
|
|
3
|
-
orangeheart as default
|
|
4
|
-
};
|
package/dist/phycat-BNJAZy4V.js
DELETED
|
@@ -1,338 +0,0 @@
|
|
|
1
|
-
const phycat = `/*
|
|
2
|
-
* Typora Theme - Phycat / Author - sumruler
|
|
3
|
-
* https://github.com/sumruler/typora-theme-phycat
|
|
4
|
-
*/
|
|
5
|
-
|
|
6
|
-
:root {
|
|
7
|
-
/* 标题后小图标,借鉴自思源笔记主题——Savor */
|
|
8
|
-
--h3-r-graphic: url("data:image/svg+xml;utf8,<svg fill='rgba(74, 200, 141, 0.5)' height='28' viewBox='0 0 32 32' width='24' xmlns='http://www.w3.org/2000/svg'><path d='M4.571 25.143c-1.257 0-2.286 1.029-2.286 2.286s1.029 2.286 2.286 2.286 2.286-1.029 2.286-2.286-1.029-2.286-2.286-2.286zM4.571 18.286c-1.257 0-2.286 1.029-2.286 2.286s1.029 2.286 2.286 2.286 2.286-1.029 2.286-2.286-1.029-2.286-2.286-2.286zM11.429 25.143c-1.257 0-2.286 1.029-2.286 2.286s1.029 2.286 2.286 2.286 2.286-1.029 2.286-2.286-1.029-2.286-2.286-2.286z'/></svg>")
|
|
9
|
-
no-repeat center;
|
|
10
|
-
--h4-r-graphic: url("data:image/svg+xml;utf8,<svg fill='rgba(74, 200, 141, 0.5)' height='24' viewBox='0 0 32 32' width='24' xmlns='http://www.w3.org/2000/svg'><path d='M4.571 25.143c-1.257 0-2.286 1.029-2.286 2.286s1.029 2.286 2.286 2.286 2.286-1.029 2.286-2.286-1.029-2.286-2.286-2.286zM4.571 18.286c-1.257 0-2.286 1.029-2.286 2.286s1.029 2.286 2.286 2.286 2.286-1.029 2.286-2.286-1.029-2.286-2.286-2.286zM11.429 25.143c-1.257 0-2.286 1.029-2.286 2.286s1.029 2.286 2.286 2.286 2.286-1.029 2.286-2.286-1.029-2.286-2.286-2.286zM11.429 22.857c1.257 0 2.286-1.029 2.286-2.286s-1.029-2.286-2.286-2.286-2.286 1.029-2.286 2.286 1.029 2.286 2.286 2.286z'/></svg>")
|
|
11
|
-
no-repeat center;
|
|
12
|
-
--h5-r-graphic: url("data:image/svg+xml;utf8,<svg fill='rgba(74, 200, 141, 0.5)' height='24' viewBox='0 0 32 32' width='24' xmlns='http://www.w3.org/2000/svg'><path d='M4.571 18.286c-1.257 0-2.286 1.029-2.286 2.286s1.029 2.286 2.286 2.286 2.286-1.029 2.286-2.286-1.029-2.286-2.286-2.286zM11.429 22.857c1.257 0 2.286-1.029 2.286-2.286s-1.029-2.286-2.286-2.286-2.286 1.029-2.286 2.286 1.029 2.286 2.286 2.286zM4.571 25.143c-1.257 0-2.286 1.029-2.286 2.286s1.029 2.286 2.286 2.286 2.286-1.029 2.286-2.286-1.029-2.286-2.286-2.286zM11.429 25.143c-1.257 0-2.286 1.029-2.286 2.286s1.029 2.286 2.286 2.286 2.286-1.029 2.286-2.286-1.029-2.286-2.286-2.286zM4.571 11.429c-1.257 0-2.286 1.029-2.286 2.286s1.029 2.286 2.286 2.286 2.286-1.029 2.286-2.286-1.029-2.286-2.286-2.286z'/></svg>")
|
|
13
|
-
no-repeat center;
|
|
14
|
-
--h6-r-graphic: url("data:image/svg+xml;utf8,<svg fill='rgba(74, 200, 141, 0.5)' height='24' viewBox='0 0 32 32' width='24' xmlns='http://www.w3.org/2000/svg'><path d='M4.571 25.143c-1.257 0-2.286 1.029-2.286 2.286s1.029 2.286 2.286 2.286 2.286-1.029 2.286-2.286-1.029-2.286-2.286-2.286zM4.571 18.286c-1.257 0-2.286 1.029-2.286 2.286s1.029 2.286 2.286 2.286 2.286-1.029 2.286-2.286-1.029-2.286-2.286-2.286zM4.571 11.429c-1.257 0-2.286 1.029-2.286 2.286s1.029 2.286 2.286 2.286 2.286-1.029 2.286-2.286-1.029-2.286-2.286-2.286zM11.429 18.286c-1.257 0-2.286 1.029-2.286 2.286s1.029 2.286 2.286 2.286 2.286-1.029 2.286-2.286-1.029-2.286-2.286-2.286zM11.429 25.143c-1.257 0-2.286 1.029-2.286 2.286s1.029 2.286 2.286 2.286 2.286-1.029 2.286-2.286-1.029-2.286-2.286-2.286zM11.429 16c1.257 0 2.286-1.029 2.286-2.286s-1.029-2.286-2.286-2.286-2.286 1.029-2.286 2.286 1.029 2.286 2.286 2.286z'/></svg>")
|
|
15
|
-
no-repeat center;
|
|
16
|
-
|
|
17
|
-
/* 是否开启网格背景?1 是;0 否 */
|
|
18
|
-
--bg-grid: 0;
|
|
19
|
-
|
|
20
|
-
/* 主题颜色 */
|
|
21
|
-
|
|
22
|
-
--head-title-color: #3db8bf;
|
|
23
|
-
/* 标题主色 */
|
|
24
|
-
--head-title-h2-color: #fff;
|
|
25
|
-
--head-title-h2-background: linear-gradient(to right, #3db8d3, #80f7c4);
|
|
26
|
-
/* 二级标题主色,因为二级标题是背景色的,所以单独设置 */
|
|
27
|
-
|
|
28
|
-
--element-color: #3db8bf;
|
|
29
|
-
/* 元素主色 */
|
|
30
|
-
--element-color-deep: #089ba3;
|
|
31
|
-
/* 元素深色 */
|
|
32
|
-
--element-color-shallow: #7aeaf0;
|
|
33
|
-
/* 元素浅色 */
|
|
34
|
-
--element-color-so-shallow: #7aeaf077;
|
|
35
|
-
/* 元素很浅色 */
|
|
36
|
-
--element-color-soo-shallow: #7aeaf018;
|
|
37
|
-
/* 元素非常浅色 */
|
|
38
|
-
|
|
39
|
-
--element-color-linecode: #089ba3;
|
|
40
|
-
/* 行内代码文字色 */
|
|
41
|
-
--element-color-linecode-background: #7aeaf018;
|
|
42
|
-
/* 行内代码背景色 */
|
|
43
|
-
}
|
|
44
|
-
#wenyan {
|
|
45
|
-
font-size: 14px;
|
|
46
|
-
font-family: var(--sans-serif-font);
|
|
47
|
-
margin: 0 auto;
|
|
48
|
-
padding: 15px;
|
|
49
|
-
line-height: 1.75;
|
|
50
|
-
color: #000;
|
|
51
|
-
letter-spacing: 1.1px;
|
|
52
|
-
word-break: break-word;
|
|
53
|
-
word-wrap: break-word;
|
|
54
|
-
text-align: left;
|
|
55
|
-
background-image: linear-gradient(
|
|
56
|
-
90deg,
|
|
57
|
-
rgba(50, 0, 0, 0.05) calc(3% * var(--bg-grid)),
|
|
58
|
-
rgba(0, 0, 0, 0) calc(3% * var(--bg-grid))
|
|
59
|
-
),
|
|
60
|
-
linear-gradient(
|
|
61
|
-
360deg,
|
|
62
|
-
rgba(50, 0, 0, 0.05) calc(3% * var(--bg-grid)),
|
|
63
|
-
rgba(0, 0, 0, 0) calc(3% * var(--bg-grid))
|
|
64
|
-
);
|
|
65
|
-
background-size: 20px 20px;
|
|
66
|
-
background-position: center center;
|
|
67
|
-
}
|
|
68
|
-
#wenyan p {
|
|
69
|
-
text-align: justify;
|
|
70
|
-
color: #333;
|
|
71
|
-
margin: 10px 10px;
|
|
72
|
-
word-spacing: 2px;
|
|
73
|
-
}
|
|
74
|
-
#wenyan h3::after,
|
|
75
|
-
#wenyan h4::after,
|
|
76
|
-
#wenyan h5::after,
|
|
77
|
-
#wenyan h6::after {
|
|
78
|
-
content: "";
|
|
79
|
-
margin-left: 0.2em;
|
|
80
|
-
height: 2em;
|
|
81
|
-
width: 1.2em;
|
|
82
|
-
}
|
|
83
|
-
#wenyan h3::after {
|
|
84
|
-
background: var(--h3-r-graphic);
|
|
85
|
-
background-position-y: -2px;
|
|
86
|
-
}
|
|
87
|
-
#wenyan h4::after {
|
|
88
|
-
background: var(--h4-r-graphic);
|
|
89
|
-
background-position-y: -2px;
|
|
90
|
-
}
|
|
91
|
-
#wenyan h5::after {
|
|
92
|
-
background: var(--h5-r-graphic);
|
|
93
|
-
background-position-y: -1px;
|
|
94
|
-
}
|
|
95
|
-
#wenyan h6::after {
|
|
96
|
-
background: var(--h6-r-graphic);
|
|
97
|
-
background-position-y: -1px;
|
|
98
|
-
}
|
|
99
|
-
#wenyan h1 {
|
|
100
|
-
text-align: center;
|
|
101
|
-
font-weight: bold;
|
|
102
|
-
font-size: 1.4em;
|
|
103
|
-
}
|
|
104
|
-
#wenyan h2 {
|
|
105
|
-
color: var(--head-title-h2-color);
|
|
106
|
-
font-size: 1.4em;
|
|
107
|
-
line-height: 1.6;
|
|
108
|
-
width: fit-content;
|
|
109
|
-
font-weight: bold;
|
|
110
|
-
margin: 20px 0 5px;
|
|
111
|
-
padding: 1px 12.5px;
|
|
112
|
-
border-radius: 4px;
|
|
113
|
-
background: var(--head-title-h2-background);
|
|
114
|
-
background-size: 200% 100%;
|
|
115
|
-
background-position: 0% 0%;
|
|
116
|
-
display: inline-block;
|
|
117
|
-
}
|
|
118
|
-
#wenyan h3,
|
|
119
|
-
h4,
|
|
120
|
-
h5,
|
|
121
|
-
h6 {
|
|
122
|
-
font-weight: bold;
|
|
123
|
-
display: flex;
|
|
124
|
-
align-items: top;
|
|
125
|
-
}
|
|
126
|
-
#wenyan h3 {
|
|
127
|
-
width: fit-content;
|
|
128
|
-
margin: 20px 0 5px;
|
|
129
|
-
font-size: 1.3em;
|
|
130
|
-
padding-left: 10px;
|
|
131
|
-
border-left: 5px solid var(--head-title-color);
|
|
132
|
-
}
|
|
133
|
-
#wenyan h3 span {
|
|
134
|
-
border-bottom: 2px hidden var(--head-title-color);
|
|
135
|
-
}
|
|
136
|
-
#wenyan h4 {
|
|
137
|
-
margin: 20px 0 5px;
|
|
138
|
-
font-size: 1.15em;
|
|
139
|
-
}
|
|
140
|
-
#wenyan h4::before {
|
|
141
|
-
content: "";
|
|
142
|
-
margin-right: 7px;
|
|
143
|
-
margin-top: 8px;
|
|
144
|
-
background-color: var(--head-title-color);
|
|
145
|
-
width: 10px;
|
|
146
|
-
height: 10px;
|
|
147
|
-
border-radius: 100%;
|
|
148
|
-
border: var(--head-title-color) 1px solid;
|
|
149
|
-
}
|
|
150
|
-
#wenyan h5 {
|
|
151
|
-
margin: 20px 0 5px;
|
|
152
|
-
font-size: 1.1em;
|
|
153
|
-
}
|
|
154
|
-
#wenyan h5::before {
|
|
155
|
-
content: "";
|
|
156
|
-
margin-right: 7px;
|
|
157
|
-
margin-top: 8px;
|
|
158
|
-
display: inline-block;
|
|
159
|
-
background-color: #ffffff;
|
|
160
|
-
width: 10px;
|
|
161
|
-
height: 10px;
|
|
162
|
-
border-radius: 100%;
|
|
163
|
-
border: var(--head-title-color) 2px solid;
|
|
164
|
-
}
|
|
165
|
-
#wenyan h6 {
|
|
166
|
-
margin: 20px 0 5px;
|
|
167
|
-
font-size: 1.1em;
|
|
168
|
-
}
|
|
169
|
-
#wenyan h6::before {
|
|
170
|
-
content: "⁘";
|
|
171
|
-
color: var(--head-title-color);
|
|
172
|
-
margin-right: 7px;
|
|
173
|
-
}
|
|
174
|
-
|
|
175
|
-
#wenyan ol {
|
|
176
|
-
margin-left: 2px;
|
|
177
|
-
padding-left: 12px;
|
|
178
|
-
margin-bottom: 0px;
|
|
179
|
-
margin-top: 0px;
|
|
180
|
-
}
|
|
181
|
-
|
|
182
|
-
#wenyan ul {
|
|
183
|
-
list-style-type: disc;
|
|
184
|
-
margin-bottom: 0px;
|
|
185
|
-
margin-top: 0px;
|
|
186
|
-
}
|
|
187
|
-
|
|
188
|
-
#wenyan ul ul {
|
|
189
|
-
list-style-type: circle;
|
|
190
|
-
}
|
|
191
|
-
|
|
192
|
-
#wenyan ul ul ul {
|
|
193
|
-
list-style-type: square;
|
|
194
|
-
}
|
|
195
|
-
|
|
196
|
-
#wenyan ol {
|
|
197
|
-
padding-left: 27px;
|
|
198
|
-
list-style-type: decimal;
|
|
199
|
-
}
|
|
200
|
-
#wenyan ol ol {
|
|
201
|
-
list-style-type: lower-alpha;
|
|
202
|
-
}
|
|
203
|
-
#wenyan ol ol ol {
|
|
204
|
-
list-style-type: lower-roman;
|
|
205
|
-
}
|
|
206
|
-
|
|
207
|
-
#wenyan li {
|
|
208
|
-
color: #333;
|
|
209
|
-
margin: 0px 6px;
|
|
210
|
-
word-spacing: 2px;
|
|
211
|
-
line-height: 2.5;
|
|
212
|
-
}
|
|
213
|
-
|
|
214
|
-
#wenyan li {
|
|
215
|
-
position: relative;
|
|
216
|
-
}
|
|
217
|
-
#wenyan li > p {
|
|
218
|
-
margin: 0;
|
|
219
|
-
}
|
|
220
|
-
#wenyan blockquote {
|
|
221
|
-
font-size: 12px;
|
|
222
|
-
margin-left: 12px;
|
|
223
|
-
text-align: justify;
|
|
224
|
-
padding: 12px;
|
|
225
|
-
background: var(--element-color-soo-shallow);
|
|
226
|
-
border: 0px solid var(--element-color);
|
|
227
|
-
border-left-color: var(--element-color);
|
|
228
|
-
border-left-width: 4px;
|
|
229
|
-
border-radius: 4px;
|
|
230
|
-
line-height: 26px;
|
|
231
|
-
}
|
|
232
|
-
#wenyan blockquote p {
|
|
233
|
-
color: #000;
|
|
234
|
-
}
|
|
235
|
-
#wenyan a {
|
|
236
|
-
color: #000;
|
|
237
|
-
font-weight: bolder;
|
|
238
|
-
text-decoration: none;
|
|
239
|
-
border-bottom: 1px solid #3db8bf;
|
|
240
|
-
}
|
|
241
|
-
|
|
242
|
-
#wenyan strong {
|
|
243
|
-
color: #000;
|
|
244
|
-
font-weight: bold;
|
|
245
|
-
}
|
|
246
|
-
#wenyan em {
|
|
247
|
-
font-style: italic;
|
|
248
|
-
color: #000;
|
|
249
|
-
}
|
|
250
|
-
#wenyan del {
|
|
251
|
-
text-decoration-color: var(--element-color-deep);
|
|
252
|
-
}
|
|
253
|
-
#wenyan hr {
|
|
254
|
-
height: 1px;
|
|
255
|
-
padding: 0;
|
|
256
|
-
border: none;
|
|
257
|
-
border-top: 2px solid var(--head-title-color);
|
|
258
|
-
}
|
|
259
|
-
#wenyan img {
|
|
260
|
-
max-width: 90%;
|
|
261
|
-
display: block;
|
|
262
|
-
border-radius: 6px;
|
|
263
|
-
margin: 10px auto;
|
|
264
|
-
object-fit: contain;
|
|
265
|
-
}
|
|
266
|
-
#wenyan p code {
|
|
267
|
-
padding: 3px 3px 1px;
|
|
268
|
-
color: var(--element-color-linecode);
|
|
269
|
-
background: var(--element-color-linecode-background);
|
|
270
|
-
border-radius: 3px;
|
|
271
|
-
font-family: var(--monospace-font);
|
|
272
|
-
letter-spacing: 0.5px;
|
|
273
|
-
}
|
|
274
|
-
#wenyan li code {
|
|
275
|
-
color: var(--element-color-linecode);
|
|
276
|
-
}
|
|
277
|
-
#wenyan pre {
|
|
278
|
-
border-radius: 5px;
|
|
279
|
-
line-height: 2;
|
|
280
|
-
margin: 1em 0.5em;
|
|
281
|
-
padding: 0.5em;
|
|
282
|
-
box-shadow: rgba(0, 0, 0, 0.55) 0px 1px 5px;
|
|
283
|
-
}
|
|
284
|
-
#wenyan pre code {
|
|
285
|
-
font-family: var(--monospace-font);
|
|
286
|
-
display: block;
|
|
287
|
-
overflow-x: auto;
|
|
288
|
-
margin: 0.5em;
|
|
289
|
-
padding: 0;
|
|
290
|
-
}
|
|
291
|
-
#wenyan table {
|
|
292
|
-
border-collapse: collapse;
|
|
293
|
-
margin: 1.4em auto;
|
|
294
|
-
max-width: 100%;
|
|
295
|
-
table-layout: fixed;
|
|
296
|
-
text-align: left;
|
|
297
|
-
overflow: auto;
|
|
298
|
-
display: table;
|
|
299
|
-
word-wrap: break-word;
|
|
300
|
-
word-break: break-all;
|
|
301
|
-
}
|
|
302
|
-
#wenyan table td,
|
|
303
|
-
#wenyan table th {
|
|
304
|
-
font-size: 10px;
|
|
305
|
-
padding: 9px 12px;
|
|
306
|
-
line-height: 22px;
|
|
307
|
-
color: #222;
|
|
308
|
-
border: 1px solid var(--element-color-deep);
|
|
309
|
-
vertical-align: top;
|
|
310
|
-
}
|
|
311
|
-
#wenyan table th {
|
|
312
|
-
font-weight: bold;
|
|
313
|
-
background-color: var(--element-color-soo-shallow);
|
|
314
|
-
color: var(--element-color-deep);
|
|
315
|
-
}
|
|
316
|
-
|
|
317
|
-
#wenyan .footnote {
|
|
318
|
-
color: var(--primary-color);
|
|
319
|
-
}
|
|
320
|
-
#wenyan #footnotes p {
|
|
321
|
-
display: flex;
|
|
322
|
-
margin: 0;
|
|
323
|
-
font-size: 0.9em;
|
|
324
|
-
}
|
|
325
|
-
#wenyan .footnote-num {
|
|
326
|
-
display: inline;
|
|
327
|
-
width: 10%;
|
|
328
|
-
}
|
|
329
|
-
#wenyan .footnote-txt {
|
|
330
|
-
display: inline;
|
|
331
|
-
width: 90%;
|
|
332
|
-
word-wrap: break-word;
|
|
333
|
-
word-break: break-all;
|
|
334
|
-
}
|
|
335
|
-
`;
|
|
336
|
-
export {
|
|
337
|
-
phycat as default
|
|
338
|
-
};
|
package/dist/pie-CVpIzs7v.js
DELETED
|
@@ -1,4 +0,0 @@
|
|
|
1
|
-
const pie = '/*\n * Typora Theme - Pie / Author - kevinzhao2233\n * https://github.com/kevinzhao2233/typora-theme-pie\n */\n\n:root {\n --mid-1: #ffffff;\n --mid-7: #8c8c8c;\n --mid-9: #434343;\n --mid-10: #262626;\n --main-1: #fff2f0;\n --main-4: #f27f79;\n --main-5: #e6514e;\n --main-6: #da282a;\n}\n#wenyan {\n font-family: var(--sans-serif-font);\n line-height: 1.75;\n color: var(--mid-10);\n letter-spacing: 0;\n font-size: 16px;\n}\n#wenyan p,\n#wenyan pre {\n margin: 1em 0;\n}\n#wenyan p {\n word-spacing: 0.05rem;\n text-align: justify;\n}\n#wenyan a {\n word-wrap: break-word;\n color: var(--main-6);\n text-decoration: none;\n border-bottom: 1px solid var(--main-6);\n transition: border-bottom 0.2s;\n padding: 0 2px;\n font-weight: 500;\n text-decoration: none;\n}\n#wenyan h1,\n#wenyan h2,\n#wenyan h3,\n#wenyan h4,\n#wenyan h5,\n#wenyan h6 {\n position: relative;\n margin: 1.2em 0 1em;\n padding: 0px;\n font-weight: bold;\n cursor: text;\n}\n#wenyan h2 a,\n#wenyan h3 a {\n color: var(--mid-9);\n}\n#wenyan h1 {\n font-size: 1.5em;\n text-align: center;\n}\n#wenyan h1::after {\n display: block;\n width: 100px;\n height: 2px;\n margin: 0.2em auto 0;\n content: "";\n border-bottom: 2px dashed var(--main-6);\n}\n#wenyan h2 {\n padding-left: 6px;\n margin: 2em auto 1.4em;\n font-size: 1.3em;\n border-left: 6px solid var(--main-6);\n}\n#wenyan h3 {\n font-size: 1.2em;\n}\n#wenyan h3::before {\n display: inline-block;\n width: 6px;\n height: 6px;\n margin-right: 6px;\n margin-bottom: 0.18em;\n line-height: 1.43;\n vertical-align: middle;\n content: "";\n background-color: var(--main-5);\n border-radius: 50%;\n}\n#wenyan h4 {\n font-size: 1.2em;\n}\n#wenyan h4::before {\n display: inline-block;\n width: 6px;\n height: 2px;\n margin-right: 8px;\n margin-bottom: 0.18em;\n vertical-align: middle;\n content: "";\n background-color: var(--main-4);\n}\n#wenyan h5 {\n font-size: 1.2em;\n}\n#wenyan h6 {\n font-size: 1.2em;\n color: var(--mid-7);\n}\n#wenyan li > ol,\n#wenyan li > ul {\n margin: 0;\n}\n#wenyan hr {\n box-sizing: content-box;\n width: 100%;\n height: 1px;\n padding: 0;\n margin: 46px auto 64px;\n overflow: hidden;\n background-color: var(--main-4);\n border: 0;\n}\n#wenyan blockquote {\n position: relative;\n padding: 24px 16px 12px;\n margin: 24px 0 36px;\n font-size: 1em;\n font-style: normal;\n line-height: 1.6;\n color: var(--mid-7);\n text-indent: 0;\n border: none;\n border-left: 2px solid var(--main-6);\n}\n#wenyan blockquote blockquote {\n padding-right: 0;\n}\n#wenyan blockquote a {\n color: var(--mid-7);\n}\n#wenyan blockquote::before {\n position: absolute;\n top: 0;\n left: 12px;\n font-family: Arial, serif;\n font-size: 2em;\n font-weight: 700;\n line-height: 1em;\n color: var(--main-6);\n content: "“";\n}\n#wenyan table {\n border-collapse: collapse;\n margin: 1.4em auto;\n max-width: 100%;\n table-layout: fixed;\n text-align: left;\n overflow: auto;\n display: table;\n word-wrap: break-word;\n word-break: break-all;\n}\n#wenyan table td,\n#wenyan table th {\n font-size: 0.75em;\n padding: 9px 12px;\n line-height: 22px;\n vertical-align: top;\n border: 1px solid var(--main-4);\n}\n#wenyan table th {\n font-weight: bold;\n color: var(--main-6);\n background-color: var(--main-1);\n}\n#wenyan strong {\n padding: 0 1px;\n}\n#wenyan em {\n padding: 0 5px 0 2px;\n}\n#wenyan p code {\n padding: 2px 4px 1px;\n margin: 0 2px;\n font-family: var(--monospace-font);\n font-size: 0.92rem;\n color: var(--main-5);\n background-color: var(--main-1);\n border-radius: 3px;\n}\n#wenyan p code {\n vertical-align: 0.5px;\n}\n#wenyan .footnote {\n color: var(--main-5);\n background-color: var(--main-1);\n}\n#wenyan img {\n max-width: 100%;\n display: block;\n margin: 0 auto;\n border-radius: 4px;\n}\n#wenyan pre {\n border-radius: 5px;\n line-height: 2;\n margin: 1em 0.5em;\n padding: .5em;\n box-shadow: rgba(0, 0, 0, 0.55) 0px 1px 5px;\n}\n#wenyan pre code {\n display: block;\n overflow-x: auto;\n margin: .5em;\n padding: 0;\n font-family: var(--monospace-font);\n}\n#wenyan .footnote {\n color: rgb(239, 112, 96);\n}\n#wenyan #footnotes p {\n display: flex;\n margin: 0;\n font-size: 0.9em;\n}\n#wenyan .footnote-num {\n display: inline;\n width: 10%;\n}\n#wenyan .footnote-txt {\n display: inline;\n width: 90%;\n word-wrap: break-word;\n word-break: break-all;\n}\n';
|
|
2
|
-
export {
|
|
3
|
-
pie as default
|
|
4
|
-
};
|
package/dist/purple-ObLhqJQS.js
DELETED
|
@@ -1,4 +0,0 @@
|
|
|
1
|
-
const purple = '/*\n * Typora Theme - Purple / Author - hliu202\n * https://github.com/hliu202/typora-purple-theme\n */\n\n:root {\n --title-color: #8064a9;\n --text-color: #444444;\n --link-color: #2aa899;\n --code-color: #745fb5;\n --shadow-color: #eee;\n --border-quote: rgba(116, 95, 181, 0.2);\n --border: #e7e7e7;\n --link-bottom: #bbb;\n --shadow: 3px 3px 10px var(--shadow-color);\n --inline-code-bg: #f4f2f9;\n --header-weight: normal;\n}\n#wenyan {\n font-family: var(--sans-serif-font);\n color: var(--text-color);\n line-height: 1.75;\n font-size: 16px;\n}\n#wenyan a {\n word-wrap: break-word;\n border-bottom: 1px solid var(--link-bottom);\n color: var(--link-color);\n text-decoration: none;\n}\n#wenyan h1,\n#wenyan h2,\n#wenyan h3,\n#wenyan h4,\n#wenyan h5,\n#wenyan h6 {\n margin: 1.2em 0 1em;\n padding: 0px;\n font-weight: var(--header-weight);\n color: var(--title-color);\n font-family: var(--sans-serif-font);\n}\n#wenyan h1 {\n text-align: center;\n}\n#wenyan h1::after {\n content: "";\n display: block;\n margin: 0.2em auto 0;\n width: 6em;\n height: 2px;\n border-bottom: 2px solid var(--title-color);\n}\n#wenyan h2 {\n padding-left: 0.4em;\n border-left: 0.4em solid var(--title-color);\n border-bottom: 1px solid var(--title-color);\n}\n#wenyan h1 {\n font-size: 1.5em;\n}\n#wenyan h2 {\n font-size: 1.3em;\n}\n#wenyan h3 {\n font-size: 1.2em;\n}\n#wenyan h4 {\n font-size: 1.2em;\n}\n#wenyan h5 {\n font-size: 1.2em;\n}\n#wenyan h6 {\n font-size: 1.2em;\n}\n#wenyan p,\n#wenyan ul,\n#wenyan ol {\n margin: 1em 0.8em;\n}\n#wenyan hr {\n margin: 1.5em auto;\n border-top: 1px solid var(--border);\n}\n#wenyan li > ol,\n#wenyan li > ul {\n margin: 0 0;\n}\n#wenyan ul,\n#wenyan ol {\n padding-left: 2em;\n}\n#wenyan ol li,\n#wenyan ul li {\n padding-left: 0.1em;\n}\n#wenyan blockquote {\n margin: 0;\n border-left: 0.3em solid var(--border-quote);\n padding-left: 1em;\n}\n#wenyan table {\n border-collapse: collapse;\n margin: 1.4em auto;\n max-width: 100%;\n table-layout: fixed;\n text-align: left;\n overflow: auto;\n display: table;\n word-wrap: break-word;\n word-break: break-all;\n}\n#wenyan table td,\n#wenyan table th {\n font-size: 0.75em;\n padding: 9px 12px;\n line-height: 22px;\n color: #222;\n border: 1px solid var(--border-quote);\n vertical-align: top;\n}\n#wenyan table th {\n font-weight: bold;\n color: var(--title-color);\n background-color: var(--inline-code-bg);\n}\n#wenyan strong {\n padding: 0 2px;\n font-weight: bold;\n}\n#wenyan p code {\n padding: 2px 4px;\n border-radius: 0.3em;\n font-family: var(--monospace-font);\n font-size: 0.9em;\n color: var(--code-color);\n background-color: var(--inline-code-bg);\n margin: 0 2px;\n}\n#wenyan img {\n max-width: 100%;\n height: auto;\n margin: 0 auto;\n display: block;\n}\n#wenyan pre {\n border-radius: 5px;\n line-height: 2;\n margin: 1em 0.5em;\n padding: .5em;\n box-shadow: rgba(0, 0, 0, 0.55) 0px 1px 5px;\n}\n#wenyan pre code {\n display: block;\n overflow-x: auto;\n margin: .5em;\n padding: 0;\n font-family: var(--monospace-font);\n}\n#wenyan .footnote {\n color: var(--code-color);\n background-color: var(--inline-code-bg);\n}\n#wenyan #footnotes p {\n display: flex;\n margin: 0;\n font-size: 0.9em;\n}\n#wenyan .footnote-num {\n display: inline;\n width: 10%;\n}\n#wenyan .footnote-txt {\n display: inline;\n width: 90%;\n word-wrap: break-word;\n word-break: break-all;\n}\n';
|
|
2
|
-
export {
|
|
3
|
-
purple as default
|
|
4
|
-
};
|
package/dist/rainbow-C5PT3WBL.js
DELETED
|
@@ -1,4 +0,0 @@
|
|
|
1
|
-
const rainbow = '/*\n * Typora Theme - Rainbow / Author - thezbm\n * https://github.com/thezbm/typora-theme-rainbow\n */\n\n:root {\n --h-border-color: rgb(255, 191, 191);\n --h-bg-color: rgb(255, 232, 232);\n --table-border-color: rgb(255, 235, 211);\n --th-bg-color: rgb(255, 243, 228);\n --tr-bg-color: rgb(255, 249, 242);\n --code-bg-color: rgb(247, 247, 247);\n --block-shadow: 0.15em 0.15em 0.5em rgb(150, 150, 150);\n}\n#wenyan {\n font-family: var(--sans-serif-font);\n line-height: 1.75;\n font-size: 16px;\n}\n#wenyan p,\n#wenyan pre {\n margin: 1em 0;\n}\n#wenyan h1,\n#wenyan h2,\n#wenyan h3,\n#wenyan h4,\n#wenyan h5,\n#wenyan h6 {\n margin: 1.2em 0 1em;\n padding: 0px;\n font-weight: bold;\n}\n#wenyan h1 {\n font-size: 1.5em;\n text-align: center;\n text-shadow: 0.15em 0.15em 0.3em rgb(187, 187, 187);\n}\n#wenyan h2 {\n font-size: 1.3em;\n background-color: var(--h-bg-color);\n padding-left: 1em;\n padding-right: 1em;\n border-left: 0.5em solid var(--h-border-color);\n border-radius: 0.4em;\n display: inline-block;\n}\n#wenyan h3 {\n font-size: 1.3em;\n text-decoration: underline double var(--h-border-color);\n -webkit-text-decoration: underline double var(--h-border-color);\n text-decoration-thickness: 0.15em;\n}\n#wenyan h4 {\n font-size: 1.2em;\n text-decoration: underline dotted var(--h-border-color);\n -webkit-text-decoration: underline dotted var(--h-border-color);\n text-decoration-thickness: 0.2em;\n}\n#wenyan table {\n border-collapse: collapse;\n border: 0.25em solid var(--table-border-color);\n margin: 1.4em auto;\n max-width: 100%;\n table-layout: fixed;\n text-align: left;\n overflow: auto;\n display: table;\n word-wrap: break-word;\n word-break: break-all;\n}\n#wenyan table th {\n background-color: var(--th-bg-color);\n}\n#wenyan table th,\n#wenyan table td {\n font-size: 0.75em;\n text-align: center;\n border: 0.13em dashed var(--table-border-color);\n padding: 0.5em;\n padding: 9px 12px;\n line-height: 22px;\n vertical-align: top;\n}\n#wenyan table tr:nth-child(even) {\n background-color: var(--tr-bg-color);\n}\n#wenyan blockquote {\n font-size: 0.9em;\n margin: 0 1em;\n color: rgb(102, 102, 102);\n border-left: 0.25em solid rgb(169, 202, 255);\n padding: 0.5em 1em 0.6em 1em;\n}\n#wenyan blockquote::before {\n display: block;\n height: 2em;\n width: 1.5em;\n content: "🌈";\n font-size: 1.2em;\n}\n#wenyan blockquote p {\n margin: 0;\n}\n#wenyan hr {\n margin-top: 2em;\n margin-bottom: 2em;\n background-color: rgb(226, 226, 226);\n height: 0.13em;\n border: 0;\n}\n#wenyan pre {\n line-height: 2;\n padding: .5em;\n border-radius: 0.4em;\n box-shadow: var(--block-shadow);\n}\n#wenyan pre code {\n display: block;\n overflow-x: auto;\n margin: .5em;\n padding: 0;\n font-family: var(--monospace-font);\n}\n#wenyan p code {\n font-family: var(--monospace-font);\n margin-left: 0.25em;\n margin-right: 0.25em;\n padding: 0.05em 0.3em;\n background-color: var(--code-bg-color);\n border-radius: 0.4em;\n box-shadow: 0.13em 0.13em 0.26em rgb(197, 197, 197);\n font-size: 0.9em;\n}\n#wenyan a {\n word-wrap: break-word;\n color: rgb(31, 117, 255);\n}\n#wenyan img {\n max-width: 100%;\n height: auto;\n margin: 0 auto;\n display: block;\n border-radius: 5px;\n box-shadow: var(--block-shadow);\n}\n#wenyan .footnote {\n color: rgb(31, 117, 255);\n}\n#wenyan #footnotes p {\n display: flex;\n margin: 0;\n font-size: 0.9em;\n}\n#wenyan .footnote-num {\n display: inline;\n width: 10%;\n}\n#wenyan .footnote-txt {\n display: inline;\n width: 90%;\n word-wrap: break-word;\n word-break: break-all;\n}\n';
|
|
2
|
-
export {
|
|
3
|
-
rainbow as default
|
|
4
|
-
};
|
|
@@ -1,4 +0,0 @@
|
|
|
1
|
-
const solarizedDark_min = "pre{background:#002b36}\n/*!\n Theme: Solarized Dark\n Author: Ethan Schoonover (modified by aramisgithub)\n License: ~ MIT (or more permissive) [via base16-schemes-source]\n Maintainer: @highlightjs/core-team\n Version: 2021.09.0\n*/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}";
|
|
2
|
-
export {
|
|
3
|
-
solarizedDark_min as default
|
|
4
|
-
};
|
|
@@ -1,4 +0,0 @@
|
|
|
1
|
-
const solarizedLight_min = "pre{background:#fdf6e3}\n/*!\n Theme: Solarized Light\n Author: Ethan Schoonover (modified by aramisgithub)\n License: ~ MIT (or more permissive) [via base16-schemes-source]\n Maintainer: @highlightjs/core-team\n Version: 2021.09.0\n*/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}";
|
|
2
|
-
export {
|
|
3
|
-
solarizedLight_min as default
|
|
4
|
-
};
|
|
@@ -1,4 +0,0 @@
|
|
|
1
|
-
const toutiao_default = '#wenyan {\n font-family: var(--sans-serif-font);\n line-height: 1.75;\n}\n#wenyan * {\n box-sizing: border-box;\n}\n#wenyan h1,\n#wenyan h2,\n#wenyan h3,\n#wenyan h4,\n#wenyan h5,\n#wenyan h6,\n#wenyan p,\n#wenyan pre {\n margin: 1em 0;\n}\n#wenyan h1,\n#wenyan h2,\n#wenyan h3,\n#wenyan h4,\n#wenyan h5,\n#wenyan h6 {\n font-size: 17px;\n line-height: 30px;\n margin-top: 20px;\n margin-bottom: 12px;\n position: relative;\n}\n#wenyan h1:before,\n#wenyan h2:before,\n#wenyan h3:before,\n#wenyan h4:before,\n#wenyan h5:before,\n#wenyan h6:before {\n content: "";\n display: inline-block;\n vertical-align: 1px;\n width: 10px;\n height: 26px;\n margin-right: 6px;\n background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMCIgaGVpZ2h0PSIyNiIgdmlld0JveD0iMCAwIDEwIDI2IiBmaWxsPSJub25lIj4KICA8cGF0aCBkPSJNOS41IDYuNTY2NTlMNC40OTk5NCAxOS40MzI2TDAgMTkuNDMyNkw1LjAwMDA2IDYuNTY2NTlMOS41IDYuNTY2NTlaIiBmaWxsPSIjRkY0MDNBIi8+Cjwvc3ZnPgo=);\n background-repeat: no-repeat;\n background-size: cover;\n background-position-y: 8px;\n}\n#wenyan ul,\n#wenyan ol {\n padding-left: 1.2em;\n}\n#wenyan li {\n margin-left: 1.2em;\n}\n#wenyan img {\n max-width: 100%;\n height: auto;\n margin: 0 auto;\n display: block;\n}\n#wenyan table {\n margin-left: auto;\n margin-right: auto;\n border-collapse: collapse;\n table-layout: fixed;\n overflow: auto;\n border-spacing: 0;\n font-size: 1em;\n word-wrap: break-word;\n word-break: break-all;\n}\n#wenyan table td,\n#wenyan table th {\n height: 40px;\n padding: 9px 12px;\n line-height: 22px;\n color: #222;\n min-width: 88px;\n border: 1px solid #d8d8d8;\n vertical-align: top;\n}\n#wenyan blockquote {\n margin: 0;\n margin-bottom: 20px;\n padding: 0 16px;\n position: relative;\n color: #999;\n text-align: justify;\n}\n#wenyan blockquote:before {\n content: " ";\n left: 0;\n position: absolute;\n width: 2px;\n height: 100%;\n background: #f2f2f2;\n}\n#wenyan p code {\n font-family: var(--monospace-font);\n color: #1e6bb8;\n}\n/* 代码块 */\n#wenyan pre {\n border-radius: 3px;\n border: 1px solid #e8e8e8;\n line-height: 2;\n margin: 1em 0.5em;\n padding: .5em;\n}\n#wenyan pre code {\n font-family: var(--monospace-font);\n display: block;\n overflow-x: auto;\n margin: .5em;\n padding: 0;\n}\n#wenyan hr {\n width: 100%;\n height: 1px;\n background-color: #e8e8e8;\n border: none;\n margin: 20px 0;\n}\n/* 链接 */\n#wenyan a {\n word-wrap: break-word;\n color: #0069c2;\n}\n/* 脚注 */\n#wenyan #footnotes ul {\n font-size: 0.9em;\n margin: 0;\n padding-left: 1.2em;\n}\n#wenyan #footnotes li {\n margin: 0 0 0 1.2em;\n word-wrap: break-word;\n word-break: break-all;\n}\n#wenyan .footnote {\n color: #0069c2;\n}\n';
|
|
2
|
-
export {
|
|
3
|
-
toutiao_default as default
|
|
4
|
-
};
|
|
@@ -1,4 +0,0 @@
|
|
|
1
|
-
const xcode_min = "pre{background:#fff}pre code.hljs{display:block;overflow-x:auto;padding:1em}code.hljs{padding:3px 5px}.hljs{background:#fff;color:#000}.xml .hljs-meta{color:silver}.hljs-comment,.hljs-quote{color:#007400}.hljs-attribute,.hljs-keyword,.hljs-literal,.hljs-name,.hljs-selector-tag,.hljs-tag{color:#aa0d91}.hljs-template-variable,.hljs-variable{color:#3f6e74}.hljs-code,.hljs-meta .hljs-string,.hljs-string{color:#c41a16}.hljs-link,.hljs-regexp{color:#0e0eff}.hljs-bullet,.hljs-number,.hljs-symbol,.hljs-title{color:#1c00cf}.hljs-meta,.hljs-section{color:#643820}.hljs-built_in,.hljs-class .hljs-title,.hljs-params,.hljs-title.class_,.hljs-type{color:#5c2699}.hljs-attr{color:#836c28}.hljs-subst{color:#000}.hljs-formula{background-color:#eee;font-style:italic}.hljs-addition{background-color:#baeeba}.hljs-deletion{background-color:#ffc8bd}.hljs-selector-class,.hljs-selector-id{color:#9b703f}.hljs-doctag,.hljs-strong{font-weight:700}.hljs-emphasis{font-style:italic}";
|
|
2
|
-
export {
|
|
3
|
-
xcode_min as default
|
|
4
|
-
};
|
|
@@ -1,4 +0,0 @@
|
|
|
1
|
-
const zhihu_default = "#wenyan {\n font-family: var(--sans-serif-font);\n line-height: 1.75;\n font-size: 16px;\n}\n#wenyan * {\n box-sizing: border-box;\n}\n#wenyan h1,\n#wenyan h2,\n#wenyan h3,\n#wenyan h4,\n#wenyan h5,\n#wenyan h6,\n#wenyan p,\n#wenyan pre {\n margin: 1em 0;\n}\n#wenyan h1,\n#wenyan h2 {\n clear: left;\n font-size: 1.2em;\n font-weight: 600;\n line-height: 1.5;\n margin-bottom: 1.16667em;\n margin-top: 2.33333em;\n}\n#wenyan h3,\n#wenyan h4,\n#wenyan h5,\n#wenyan h6 {\n clear: left;\n font-size: 1.1em;\n font-weight: 600;\n line-height: 1.5;\n margin-bottom: 1.27273em;\n margin-top: 1.90909em;\n}\n#wenyan ul,\n#wenyan ol {\n padding-left: 1.2em;\n}\n#wenyan li {\n margin-left: 1.2em;\n}\n#wenyan img {\n max-width: 100%;\n height: auto;\n margin: 0 auto;\n display: block;\n}\n#wenyan table {\n border-collapse: collapse;\n font-size: 15px;\n margin: 1.4em auto;\n max-width: 100%;\n table-layout: fixed;\n text-align: left;\n width: 100%;\n word-wrap: break-word;\n word-break: break-all;\n}\n#wenyan table th {\n background: #ebeced;\n color: #191b1f;\n font-weight: 500;\n}\n#wenyan table td,\n#wenyan table th {\n border: 1px solid #c4c7ce;\n height: 24px;\n line-height: 24px;\n padding: 3px 12px;\n}\n#wenyan blockquote {\n border-left: 3px solid #c4c7ce;\n margin: 1.5em 0;\n padding: 0 0 1em 1em;\n color: #535861;\n}\n#wenyan code {\n margin: 0px 2px;\n padding: 3px 4px;\n border-radius: 3px;\n font-family: var(--monospace-font);\n background-color: rgb(246, 246, 246);\n}\n#wenyan pre {\n word-wrap: normal;\n background: #f8f8fa;\n border-radius: 4px;\n line-height: 2;\n margin: 1em 0.5em;\n padding: .5em;\n white-space: pre;\n word-break: normal;\n}\n#wenyan pre code {\n display: block;\n overflow-x: auto;\n margin: .5em;\n padding: 0;\n}\n#wenyan hr {\n border: none;\n border-top: 1px solid #c4c7ce;\n margin: 2em auto;\n max-width: 100%;\n width: 240px;\n}\n/* 链接 */\n#wenyan a {\n word-wrap: break-word;\n color: #0069c2;\n}\n/* 脚注 */\n#wenyan #footnotes ul {\n font-size: 0.9em;\n margin: 0;\n padding-left: 1.2em;\n}\n#wenyan #footnotes li {\n margin: 0 0 0 1.2em;\n word-wrap: break-word;\n word-break: break-all;\n}\n#wenyan .footnote {\n color: #0069c2;\n}\n";
|
|
2
|
-
export {
|
|
3
|
-
zhihu_default as default
|
|
4
|
-
};
|