-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathTitle.css
241 lines (232 loc) · 6.45 KB
/
Title.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
/* 下划线 */
h1,
h2,
h3,
h4,
h5,
h6,
.HyperMD-header {
padding-top: 0.1em !important;
border-bottom: 1px solid #dbdbdc;
}
h2,
.HyperMD-header-2 {
/* TODO: 这个值设置到 0.25 以上也会导致 gj/gk 出现卡住的问题 */
/* padding-bottom: 0.25em; */
/* 特别的下划线 */
border-image: linear-gradient(to right, var(--color-accent), transparent) 1;
/* NOTE: 下面是一个指定进度的渐变,后续要改可以参考 */
/* border-image: linear-gradient(
to right,
var(--color-accent) 0%,
transparent 50%,
transparent 100%
) 1; */
}
/* REVIEW: 修复 Vim 在标题块移动卡住,不一定完全解决所以待定 */
.HyperMD-header,
.cm-header {
margin-block: unset !important;
}
body {
--font-bold: bold;
/* 颜色 */
--h1-color: #f03f28;
/* --h2-color: var(--color-accent); */
--h2-color: #000000;
--h3-color: #9084e9;
--h4-color: #51bc00;
--h5-color: #e4980c;
--h6-color: var(--color-cyan);
--header-indicator-color-h1: var(--h1-color);
--header-indicator-bg-h1: transparent;
--header-indicator-color-h2: var(--h2-color);
--header-indicator-bg-h2: transparent;
--header-indicator-color-h3: var(--h3-color);
--header-indicator-bg-h3: transparent;
--header-indicator-color-h4: var(--h4-color);
--header-indicator-bg-h4: transparent;
--header-indicator-color-h5: var(--h5-color);
--header-indicator-bg-h5: transparent;
--header-indicator-color-h6: var(--h6-color);
--header-indicator-bg-h6: transparent;
/* 字体大小 */
--h1-size: calc(var(--font-text-size) * 1.6);
--h2-size: calc(var(--font-text-size) * 1.5);
--h3-size: calc(var(--font-text-size) * 1.4);
--h4-size: calc(var(--font-text-size) * 1.3);
--h5-size: calc(var(--font-text-size) * 1.2);
--h6-size: calc(var(--font-text-size) * 1.1);
/* 字重 */
--h1-weight: var(--font-bold);
--h2-weight: var(--font-bold);
--h3-weight: var(--font-bold);
--h4-weight: var(--font-bold);
--h5-weight: var(--font-bold);
--h6-weight: var(--font-bold);
/* 行高 */
--h1-line-height: calc(var(--line-height-normal) * 1.2);
--h2-line-height: calc(var(--line-height-normal) * 1.1);
--h3-line-height: var(--line-height-normal);
--h4-line-height: var(--line-height-normal);
--h5-line-height: var(--line-height-normal);
--h6-line-height: var(--line-height-normal);
--animation: var(--anim-duration-fast) var(--anim-motion-smooth);
}
/* 暗黑模式 */
body.theme-dark {
--h2-color: #ffffff;
}
/* 添加左侧 hover 图标,显示当前标题等级 */
:is(
div.markdown-reading-view > div > div > div > :is(h1, h2, h3, h4, h5, h6),
.markdown-source-view.mod-cm6.is-live-preview
:is(
.HyperMD-header-1,
.HyperMD-header-2,
.HyperMD-header-3,
.HyperMD-header-4,
.HyperMD-header-5,
.HyperMD-header-6
)
) {
position: relative;
margin: 0;
}
:is(
div.markdown-reading-view > div > div > div > :is(h1, h2, h3, h4, h5, h6),
.markdown-source-view.mod-cm6.is-live-preview
:is(
.HyperMD-header-1,
.HyperMD-header-2,
.HyperMD-header-3,
.HyperMD-header-4,
.HyperMD-header-5,
.HyperMD-header-6
)
)::before {
position: absolute;
border-radius: var(--radius-s);
z-index: 1;
padding: 2px 2px 1px 2px;
font-size: 0.6rem;
height: 0.6rem;
line-height: 0.6rem;
letter-spacing: 0.5px;
font-family: var(--font-interface);
opacity: 0;
cursor: pointer;
transition: var(--animation);
top: 48%;
transform: translateY(-50%);
left: calc(var(--size-4-6) * -1);
}
:is(
div.markdown-reading-view > div > div > div > :is(h1, h2, h3, h4, h5, h6),
.markdown-source-view.mod-cm6.is-live-preview
:is(
.HyperMD-header-1,
.HyperMD-header-2,
.HyperMD-header-3,
.HyperMD-header-4,
.HyperMD-header-5,
.HyperMD-header-6
)
):hover::before {
opacity: 0.8;
}
:is(
div.markdown-reading-view > div > div > div > h1,
.markdown-source-view.mod-cm6.is-live-preview .HyperMD-header-1
)::before {
border: 2px solid var(--h1-color);
content: 'H1';
color: var(--header-indicator-color-h1);
background-color: var(--header-indicator-bg-h1);
}
:is(
div.markdown-reading-view > div > div > div > h2,
.markdown-source-view.mod-cm6.is-live-preview .HyperMD-header-2
)::before {
border: 2px solid var(--h2-color);
content: 'H2';
color: var(--header-indicator-color-h2);
background-color: var(--header-indicator-bg-h2);
}
:is(
div.markdown-reading-view > div > div > div > h3,
.markdown-source-view.mod-cm6.is-live-preview .HyperMD-header-3
)::before {
border: 2px solid var(--h3-color);
content: 'H3';
color: var(--header-indicator-color-h3);
background-color: var(--header-indicator-bg-h3);
}
:is(
div.markdown-reading-view > div > div > div > h4,
.markdown-source-view.mod-cm6.is-live-preview .HyperMD-header-4
)::before {
border: 2px solid var(--h4-color);
content: 'H4';
color: var(--header-indicator-color-h4);
background-color: var(--header-indicator-bg-h4);
}
:is(
div.markdown-reading-view > div > div > div > h5,
.markdown-source-view.mod-cm6.is-live-preview .HyperMD-header-5
)::before {
border: 2px solid var(--h5-color);
content: 'H5';
color: var(--header-indicator-color-h5);
background-color: var(--header-indicator-bg-h5);
}
:is(
div.markdown-reading-view > div > div > div > h6,
.markdown-source-view.mod-cm6.is-live-preview .HyperMD-header-6
)::before {
border: 2px solid var(--h6-color);
content: 'H6';
color: var(--header-indicator-color-h6);
background-color: var(--header-indicator-bg-h6);
}
.heading-collapse-indicator {
position: absolute;
z-index: 99;
height: 16px;
width: 18px;
top: 50%;
transform: translateY(-50%);
left: 0;
padding: 0 !important;
cursor: pointer;
}
/* 开启标题折叠时,点击图标即可折叠 */
/* NOTE: 其实标题图标原来的位置就是折叠图标,这招叫狸猫换太子 */
.heading-collapse-indicator svg {
display: none;
}
.HyperMD-header .cm-fold-indicator .collapse-indicator {
z-index: 99;
opacity: 0 !important;
width: 24px;
height: 14px !important;
padding-right: 6px !important;
top: 50% !important;
transform: translateY(-50%) !important;
}
.cm-formatting.cm-formatting-header {
filter: grayscale(70%);
font-size: 1rem !important;
font-weight: 400 !important;
line-height: 1.2rem;
}
h1 {
text-align: center;
}
h6,
.cm-header-6 {
font-variant: small-caps;
}
p {
margin: var(--size-4-1) 0;
}