hexo-theme-solitude 1.5.1 → 1.5.2
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/.github/ISSUE_TEMPLATE/config.yml +17 -0
- package/.github/ISSUE_TEMPLATE/feature_request.yml +48 -0
- package/.github/PULL_REQUEST_TEMPLATE.md +35 -0
- package/CONTRIBUTING.md +2 -13
- package/LICENSE +21 -674
- package/README.md +17 -41
- package/README_EN.md +14 -39
- package/SECURITY.md +9 -0
- package/_config.yml +235 -264
- package/languages/{en-US.yml → en.yml} +3 -4
- package/languages/zh-CN.yml +0 -1
- package/languages/zh-TW.yml +0 -1
- package/layout/404.pug +1 -1
- package/layout/includes/body/gadsense.pug +9 -0
- package/layout/includes/console.pug +6 -6
- package/layout/includes/footer.pug +13 -13
- package/layout/includes/inject/body.pug +10 -1
- package/layout/includes/inject/head.pug +4 -4
- package/layout/includes/mixins/pagination.pug +2 -2
- package/layout/includes/nav.pug +2 -2
- package/layout/includes/page/album.pug +9 -9
- package/layout/includes/page/says.pug +5 -5
- package/layout/includes/sidebar.pug +2 -3
- package/layout/includes/widgets/aside/asideInfoCard.pug +1 -1
- package/layout/includes/widgets/aside/asideNewestPost.pug +1 -1
- package/layout/includes/widgets/aside/asideToc.pug +1 -1
- package/layout/includes/widgets/aside/asideWebInfo.pug +8 -8
- package/layout/includes/widgets/home/banner.pug +1 -1
- package/layout/includes/widgets/home/bbTimeList.pug +7 -7
- package/layout/includes/widgets/home/categoryBar.pug +5 -4
- package/layout/includes/widgets/home/categoryGroup.pug +1 -1
- package/layout/includes/widgets/home/postList.pug +8 -2
- package/layout/includes/widgets/home/topGroup.pug +1 -1
- package/layout/includes/widgets/nav/menu.pug +1 -1
- package/layout/includes/widgets/nav/right.pug +6 -6
- package/layout/includes/widgets/page/about/award.pug +3 -3
- package/layout/includes/widgets/page/about/hobbies.pug +1 -1
- package/layout/includes/widgets/page/banner.pug +1 -1
- package/layout/includes/widgets/page/equipment/content.pug +1 -1
- package/layout/includes/widgets/page/links/banner.pug +3 -3
- package/layout/includes/widgets/page/moments/angle.pug +1 -1
- package/layout/includes/widgets/post/award.pug +1 -1
- package/layout/includes/widgets/post/copyright.pug +1 -1
- package/layout/includes/widgets/post/post-ai.pug +1 -1
- package/layout/includes/widgets/post/postMeta.pug +12 -12
- package/layout/includes/widgets/rightside/index.pug +25 -25
- package/layout/includes/widgets/third-party/comments/comment.pug +1 -1
- package/layout/includes/widgets/third-party/music.pug +1 -1
- package/layout/includes/widgets/third-party/search/algolia-search.pug +2 -2
- package/layout/includes/widgets/third-party/search/local-search.pug +1 -1
- package/layout/index.pug +2 -2
- package/package.json +9 -9
- package/plugins.yml +8 -12
- package/scripts/event/cdn.js +10 -0
- package/scripts/event/welcome.js +1 -1
- package/scripts/filter/lazyload.js +2 -3
- package/scripts/helper/related_post.js +1 -1
- package/scripts/tags/card.js +1 -1
- package/scripts/tags/mermaid.js +9 -0
- package/scripts/tags/tabs.js +2 -2
- package/source/css/_global/animation.styl +1 -1
- package/source/css/_global/index.styl +27 -27
- package/source/css/_layout/basic.styl +18 -18
- package/source/css/_layout/header.styl +67 -67
- package/source/css/_layout/index.styl +14 -14
- package/source/css/_mode/index.styl +88 -88
- package/source/css/_page/_about/author.styl +5 -5
- package/source/css/_page/_about/buff.styl +1 -1
- package/source/css/_page/_about/careers.styl +1 -1
- package/source/css/_page/_about/contentinfo.styl +2 -2
- package/source/css/_page/_about/game.styl +2 -2
- package/source/css/_page/_about/like.styl +2 -2
- package/source/css/_page/_about/myphoto.styl +1 -1
- package/source/css/_page/_about/oneself.styl +2 -2
- package/source/css/_page/_about/reward.styl +11 -11
- package/source/css/_page/_about/skills.styl +2 -2
- package/source/css/_page/_about/statistic.styl +4 -4
- package/source/css/_page/_about/tenyear.styl +4 -4
- package/source/css/_page/_gallery/index.styl +7 -7
- package/source/css/_page/_home/category-bar.styl +11 -8
- package/source/css/_page/_home/home-top.styl +16 -16
- package/source/css/_page/_home/index.styl +1 -1
- package/source/css/_page/_home/pagination.styl +22 -22
- package/source/css/_page/_home/recent-post.styl +22 -15
- package/source/css/_page/category.styl +11 -11
- package/source/css/_page/douban.styl +10 -10
- package/source/css/_page/equipment.styl +10 -10
- package/source/css/_page/error.styl +3 -3
- package/source/css/_page/google.styl +32 -0
- package/source/css/_page/index.styl +4 -1
- package/source/css/_page/links.styl +27 -27
- package/source/css/_page/moment.styl +22 -22
- package/source/css/_page/music.styl +16 -14
- package/source/css/_page/says.styl +21 -21
- package/source/css/_page/share.styl +25 -25
- package/source/css/_page/tag.styl +12 -12
- package/source/css/_widgets/_aside/allinfo.styl +12 -12
- package/source/css/_widgets/_aside/index.styl +4 -4
- package/source/css/_widgets/_aside/info.styl +27 -27
- package/source/css/_widgets/_aside/newPost.styl +5 -5
- package/source/css/_widgets/_aside/toc.styl +7 -7
- package/source/css/_widgets/_comment/index.styl +7 -7
- package/source/css/_widgets/_comment/twikoo.styl +66 -50
- package/source/css/_widgets/_comment/waline.styl +45 -44
- package/source/css/_widgets/_extra/console.styl +29 -29
- package/source/css/_widgets/_extra/fullpage.styl +1 -1
- package/source/css/_widgets/_extra/music.styl +11 -11
- package/source/css/_widgets/_extra/pace.styl +2 -2
- package/source/css/_widgets/_extra/rightmenu.styl +8 -8
- package/source/css/_widgets/_mixins/article-sort.styl +7 -7
- package/source/css/_widgets/_mixins/footer.styl +28 -28
- package/source/css/_widgets/_mixins/keyboard.styl +8 -8
- package/source/css/_widgets/_mixins/other.styl +4 -4
- package/source/css/_widgets/_mixins/sidebar.styl +20 -20
- package/source/css/_widgets/_post/_highlight/index.styl +16 -16
- package/source/css/_widgets/_post/_highlight/theme/default.styl +1 -1
- package/source/css/_widgets/_post/_highlight/theme/mac.styl +1 -1
- package/source/css/_widgets/_post/commentBarrage.styl +13 -13
- package/source/css/_widgets/_post/content.styl +27 -26
- package/source/css/_widgets/_post/copyright.styl +9 -9
- package/source/css/_widgets/_post/meta.styl +27 -27
- package/source/css/_widgets/_post/pagination.styl +13 -13
- package/source/css/_widgets/_post/postAI.styl +18 -18
- package/source/css/_widgets/_post/relatedPost.styl +8 -8
- package/source/css/_widgets/_post/tools.styl +30 -30
- package/source/css/_widgets/_search/algolia-search.styl +18 -18
- package/source/css/_widgets/_search/local-search.styl +22 -22
- package/source/css/_widgets/_tags/button.styl +1 -1
- package/source/css/_widgets/_tags/card.styl +12 -12
- package/source/css/_widgets/_tags/fold.styl +11 -11
- package/source/css/_widgets/_tags/index.styl +26 -26
- package/source/css/_widgets/_tags/link.styl +10 -9
- package/source/css/_widgets/_tags/mermaid.styl +4 -0
- package/source/css/_widgets/_tags/note.styl +2 -2
- package/source/css/_widgets/_tags/tabs.styl +10 -10
- package/source/css/_widgets/_tags/timeline.styl +5 -5
- package/source/img/logo.png +0 -0
- package/source/js/comment/twikoo_commentBarrage.js +1 -1
- package/source/js/comment/waline_commentBarrage.js +1 -1
- package/source/js/covercolor/api.js +18 -18
- package/source/js/covercolor/local.js +18 -18
- package/source/js/main.js +5 -5
- package/source/js/music.js +1 -12
- package/source/js/search/algolia.js +7 -7
- package/source/js/tw_cn.js +2 -2
- package/source/js/universe.min.js +5 -0
- package/source/js/utils.js +2 -2
- package/source/js/waterfall.min.js +1 -0
@@ -17,12 +17,12 @@
|
|
17
17
|
vertical-align bottom
|
18
18
|
font-size 14px
|
19
19
|
min-height 8.75em
|
20
|
-
background-color var(--
|
20
|
+
background-color var(--efu-card-bg)
|
21
21
|
resize vertical
|
22
22
|
line-height 1.5
|
23
23
|
box-sizing border-box
|
24
|
-
background var(--
|
25
|
-
color var(--
|
24
|
+
background var(--efu-secondbg)
|
25
|
+
color var(--efu-fontcolor)
|
26
26
|
border-radius 12px
|
27
27
|
padding 16px 16px 40px 16px
|
28
28
|
border var(--style-border-always)
|
@@ -31,7 +31,7 @@
|
|
31
31
|
&:focus
|
32
32
|
outline none
|
33
33
|
border var(--style-border-hover-always)
|
34
|
-
box-shadow var(--
|
34
|
+
box-shadow var(--efu-shadow-main)
|
35
35
|
|
36
36
|
.wl-footer
|
37
37
|
position relative
|
@@ -50,7 +50,7 @@
|
|
50
50
|
z-index 1000
|
51
51
|
border var(--style-border-always)
|
52
52
|
border-radius 8px !important
|
53
|
-
background-color var(--
|
53
|
+
background-color var(--efu-maskbg)
|
54
54
|
backdrop-filter saturate(180%) blur(10px)
|
55
55
|
transform translateZ(0)
|
56
56
|
animation 0.3s ease 0.1s 1 normal both running donate_effcet
|
@@ -81,7 +81,7 @@
|
|
81
81
|
margin 0
|
82
82
|
padding 0
|
83
83
|
font-size 0
|
84
|
-
background var(--
|
84
|
+
background var(--efu-background)
|
85
85
|
padding-left 8px
|
86
86
|
|
87
87
|
|
@@ -119,7 +119,7 @@
|
|
119
119
|
position relative
|
120
120
|
|
121
121
|
.wl-text-number
|
122
|
-
color var(--
|
122
|
+
color var(--efu-secondtext)
|
123
123
|
-webkit-user-select none
|
124
124
|
position absolute
|
125
125
|
font-size 12px
|
@@ -153,7 +153,7 @@
|
|
153
153
|
.wl-header-item
|
154
154
|
width calc((100% - 1rem) / 3)
|
155
155
|
border-radius 12px
|
156
|
-
background var(--
|
156
|
+
background var(--efu-secondbg)
|
157
157
|
border var(--style-border-always)
|
158
158
|
display inline-table
|
159
159
|
line-height normal
|
@@ -172,9 +172,10 @@
|
|
172
172
|
vertical-align middle
|
173
173
|
display table-cell
|
174
174
|
position relative
|
175
|
-
background var(--
|
175
|
+
background var(--efu-card-bg)
|
176
176
|
|
177
177
|
input
|
178
|
+
width 100%
|
178
179
|
vertical-align middle
|
179
180
|
display table-cell
|
180
181
|
height 32px
|
@@ -184,26 +185,26 @@
|
|
184
185
|
padding-left 16px
|
185
186
|
border-left-width 0
|
186
187
|
font-size inherit
|
187
|
-
background var(--
|
188
|
+
background var(--efu-secondbg)
|
188
189
|
border none
|
189
|
-
color var(--
|
190
|
+
color var(--efu-fontcolor)
|
190
191
|
|
191
192
|
&:focus
|
192
193
|
outline none
|
193
194
|
border none
|
194
195
|
|
195
196
|
.wl-btn
|
196
|
-
border-color var(--
|
197
|
+
border-color var(--efu-fontcolor)
|
197
198
|
border-radius 12px
|
198
|
-
box-shadow var(--
|
199
|
+
box-shadow var(--efu-shadow-black)
|
199
200
|
transition .3s
|
200
201
|
width 5rem
|
201
202
|
position absolute
|
202
203
|
margin-left 0.5rem
|
203
204
|
height 34px
|
204
|
-
background-color var(--
|
205
|
-
border 0 solid var(--
|
206
|
-
color var(--
|
205
|
+
background-color var(--efu-fontcolor)
|
206
|
+
border 0 solid var(--efu-main)
|
207
|
+
color var(--efu-background)
|
207
208
|
top 10px
|
208
209
|
right 0
|
209
210
|
opacity .2
|
@@ -212,17 +213,17 @@
|
|
212
213
|
height 122px
|
213
214
|
|
214
215
|
&:hover
|
215
|
-
background var(--
|
216
|
-
color var(--
|
216
|
+
background var(--efu-main)
|
217
|
+
color var(--efu-white)
|
217
218
|
|
218
219
|
.wl-power
|
219
220
|
padding 0.5em 0
|
220
|
-
color var(--
|
221
|
+
color var(--efu-gray)
|
221
222
|
font-size 0.8em
|
222
223
|
text-align end
|
223
224
|
|
224
225
|
a
|
225
|
-
color var(--
|
226
|
+
color var(--efu-fontcolor)
|
226
227
|
|
227
228
|
.wl-count
|
228
229
|
display none
|
@@ -237,7 +238,7 @@
|
|
237
238
|
|
238
239
|
li
|
239
240
|
cursor pointer
|
240
|
-
background var(--
|
241
|
+
background var(--efu-secondbg)
|
241
242
|
transition 0.3s
|
242
243
|
border var(--style-border-always)
|
243
244
|
border-radius 8px
|
@@ -247,17 +248,17 @@
|
|
247
248
|
display flex
|
248
249
|
justify-content center
|
249
250
|
align-items center
|
250
|
-
color var(--
|
251
|
+
color var(--efu-fontcolor)
|
251
252
|
|
252
253
|
&:hover
|
253
|
-
background var(--
|
254
|
-
color var(--
|
254
|
+
background var(--efu-main)
|
255
|
+
color var(--efu-white)
|
255
256
|
transition 0.3s
|
256
257
|
border var(--style-border-hover-always)
|
257
258
|
|
258
259
|
&.active
|
259
|
-
background var(--
|
260
|
-
color var(--
|
260
|
+
background var(--efu-lighttext)
|
261
|
+
color var(--efu-background)
|
261
262
|
|
262
263
|
.wl-card-item
|
263
264
|
display flex
|
@@ -265,7 +266,7 @@
|
|
265
266
|
word-break break-all
|
266
267
|
margin-top 0
|
267
268
|
margin-bottom 0.5rem
|
268
|
-
background var(--
|
269
|
+
background var(--efu-card-bg)
|
269
270
|
transition .3s
|
270
271
|
border-radius 12px
|
271
272
|
border-top var(--style-border-dashed)
|
@@ -275,7 +276,7 @@
|
|
275
276
|
.wl-user
|
276
277
|
flex-shrink 0
|
277
278
|
text-align center
|
278
|
-
box-shadow var(--
|
279
|
+
box-shadow var(--efu-shadow-border)
|
279
280
|
margin-right 16px
|
280
281
|
width 32px
|
281
282
|
height 32px
|
@@ -302,7 +303,7 @@
|
|
302
303
|
|
303
304
|
.wl-nick
|
304
305
|
font-weight 700
|
305
|
-
color var(--
|
306
|
+
color var(--efu-lighttext)
|
306
307
|
text-decoration none
|
307
308
|
font-size 1rem
|
308
309
|
line-height 32px
|
@@ -318,7 +319,7 @@
|
|
318
319
|
background-color #c0c23a21
|
319
320
|
|
320
321
|
.wl-time
|
321
|
-
color var(--
|
322
|
+
color var(--efu-secondtext)
|
322
323
|
font-size .6rem
|
323
324
|
margin-left 0.5rem
|
324
325
|
|
@@ -330,20 +331,20 @@
|
|
330
331
|
gap 0.5rem
|
331
332
|
|
332
333
|
button
|
333
|
-
color var(--
|
334
|
+
color var(--efu-lighttext)
|
334
335
|
-webkit-user-select none
|
335
336
|
padding 0 12px 0 12px
|
336
337
|
transition .3s
|
337
338
|
border-radius 8px
|
338
|
-
background-color var(--
|
339
|
+
background-color var(--efu-secondbg)
|
339
340
|
border var(--style-border-always)
|
340
341
|
display flex
|
341
342
|
justify-content center
|
342
343
|
align-items center
|
343
344
|
|
344
345
|
&:hover
|
345
|
-
background-color var(--
|
346
|
-
color var(--
|
346
|
+
background-color var(--efu-lighttext)
|
347
|
+
color var(--efu-card-bg)
|
347
348
|
|
348
349
|
&.wl-like
|
349
350
|
+maxWidth768()
|
@@ -359,12 +360,12 @@
|
|
359
360
|
margin .5rem 0
|
360
361
|
|
361
362
|
span
|
362
|
-
background var(--
|
363
|
+
background var(--efu-secondbg)
|
363
364
|
border var(--style-border-always)
|
364
365
|
padding 1px 5px 1px 2px
|
365
366
|
border-radius 8px
|
366
367
|
margin-right 4px
|
367
|
-
color var(--
|
368
|
+
color var(--efu-secondtext)
|
368
369
|
display inline
|
369
370
|
font-size .5rem
|
370
371
|
line-height 1
|
@@ -390,7 +391,7 @@
|
|
390
391
|
font-family ui-monospace, SFMono-Regular, "SF Mono", Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace
|
391
392
|
|
392
393
|
pre
|
393
|
-
background var(--
|
394
|
+
background var(--efu-secondbg)
|
394
395
|
padding .5rem
|
395
396
|
margin 0.5rem 0
|
396
397
|
overflow auto
|
@@ -419,18 +420,18 @@
|
|
419
420
|
padding 0.75em
|
420
421
|
transition all 0.5s
|
421
422
|
font-size 0.75em
|
422
|
-
background var(--
|
423
|
-
color var(--
|
423
|
+
background var(--efu-card-bg)
|
424
|
+
color var(--efu-fontcolor)
|
424
425
|
border var(--style-border-always)
|
425
|
-
box-shadow var(--
|
426
|
+
box-shadow var(--efu-shadow-border)
|
426
427
|
border-radius 12px
|
427
428
|
opacity 1
|
428
429
|
height auto
|
429
430
|
line-height 2
|
430
431
|
|
431
432
|
&:hover
|
432
|
-
background var(--
|
433
|
-
color var(--
|
433
|
+
background var(--efu-lighttext)
|
434
|
+
color var(--efu-card-bg)
|
434
435
|
|
435
436
|
.wl-loading
|
436
437
|
display flex
|
@@ -445,10 +446,10 @@
|
|
445
446
|
display flex
|
446
447
|
justify-content center
|
447
448
|
align-items center
|
448
|
-
color var(--
|
449
|
+
color var(--efu-lighttext)
|
449
450
|
|
450
451
|
#page .wl-cards > .wl-card-item
|
451
452
|
padding 1rem 1rem 1.5rem
|
452
453
|
border var(--style-border)
|
453
454
|
border-top var(--style-border)
|
454
|
-
box-shadow var(--
|
455
|
+
box-shadow var(--efu-shadow-border)
|
@@ -66,18 +66,18 @@
|
|
66
66
|
margin 0
|
67
67
|
|
68
68
|
.console-card
|
69
|
-
background var(--
|
69
|
+
background var(--efu-maskbg)
|
70
70
|
border-radius 12px
|
71
71
|
overflow hidden
|
72
72
|
border var(--style-border)
|
73
|
-
box-shadow var(--
|
73
|
+
box-shadow var(--efu-shadow-border)
|
74
74
|
padding 40px
|
75
75
|
|
76
76
|
.console-card.tags
|
77
77
|
height calc(100% - 172px)
|
78
78
|
|
79
79
|
.console-mask
|
80
|
-
background var(--
|
80
|
+
background var(--efu-maskbgdeep)
|
81
81
|
backdrop-filter saturate(180%) blur(20px)
|
82
82
|
-webkit-backdrop-filter blur(20px)
|
83
83
|
width 100vw
|
@@ -114,7 +114,7 @@
|
|
114
114
|
|
115
115
|
&:hover
|
116
116
|
.thumbnail
|
117
|
-
color var(--
|
117
|
+
color var(--efu-white)
|
118
118
|
|
119
119
|
.content
|
120
120
|
display flex
|
@@ -140,16 +140,16 @@
|
|
140
140
|
|
141
141
|
&:hover
|
142
142
|
.comment
|
143
|
-
color var(--
|
143
|
+
color var(--efu-white)
|
144
144
|
|
145
145
|
time
|
146
146
|
font-size 12px
|
147
|
-
color var(--
|
147
|
+
color var(--efu-secondtext)
|
148
148
|
margin-top auto
|
149
149
|
|
150
150
|
&:hover
|
151
151
|
time
|
152
|
-
color var(--
|
152
|
+
color var(--efu-white)
|
153
153
|
|
154
154
|
.aside-list
|
155
155
|
display flex
|
@@ -172,8 +172,8 @@
|
|
172
172
|
|
173
173
|
a.darkmode_switchbutton
|
174
174
|
[data-theme="dark"] &
|
175
|
-
background var(--
|
176
|
-
color var(--
|
175
|
+
background var(--efu-orange)
|
176
|
+
color var(--efu-white)
|
177
177
|
.button-group
|
178
178
|
.console-btn-item
|
179
179
|
&:not(:last-child)
|
@@ -181,35 +181,35 @@
|
|
181
181
|
|
182
182
|
&:hover
|
183
183
|
a
|
184
|
-
background var(--
|
184
|
+
background var(--efu-main)
|
185
185
|
|
186
186
|
a
|
187
187
|
width 100%
|
188
188
|
height 100%
|
189
|
-
background var(--
|
189
|
+
background var(--efu-card-bg)
|
190
190
|
border var(--style-border)
|
191
191
|
border-radius 60px
|
192
192
|
display flex
|
193
193
|
align-items center
|
194
194
|
justify-content center
|
195
|
-
color var(--
|
195
|
+
color var(--efu-fontcolor)
|
196
196
|
|
197
197
|
i
|
198
198
|
font-size 1rem
|
199
199
|
|
200
200
|
&.on
|
201
201
|
a
|
202
|
-
background var(--
|
203
|
-
color var(--
|
202
|
+
background var(--efu-orange)
|
203
|
+
color var(--efu-white)
|
204
204
|
transition .3s
|
205
205
|
|
206
206
|
&:not(.on)
|
207
207
|
a:hover
|
208
|
-
background var(--
|
208
|
+
background var(--efu-main)
|
209
209
|
|
210
210
|
&:hover
|
211
211
|
a
|
212
|
-
color var(--
|
212
|
+
color var(--efu-white)
|
213
213
|
|
214
214
|
.console-card.tags
|
215
215
|
.card-tag-cloud
|
@@ -218,18 +218,18 @@
|
|
218
218
|
flex-wrap wrap
|
219
219
|
|
220
220
|
a
|
221
|
-
color var(--
|
221
|
+
color var(--efu-fontcolor)
|
222
222
|
margin 6px 4px
|
223
223
|
padding 2px 8px
|
224
224
|
border-radius 8px
|
225
|
-
background var(--
|
225
|
+
background var(--efu-card-bg)
|
226
226
|
border var(--style-border)
|
227
227
|
font-size 14px
|
228
228
|
font-weight 700
|
229
229
|
|
230
230
|
&:hover
|
231
|
-
background var(--
|
232
|
-
color var(--
|
231
|
+
background var(--efu-main)
|
232
|
+
color var(--efu-white)
|
233
233
|
|
234
234
|
sup
|
235
235
|
opacity .6
|
@@ -241,7 +241,7 @@
|
|
241
241
|
right max('calc((100% - 1400px) / 2)', someValue)
|
242
242
|
top 0
|
243
243
|
font-size 35px
|
244
|
-
color var(--
|
244
|
+
color var(--efu-fontcolor)
|
245
245
|
cursor pointer
|
246
246
|
transition .3s
|
247
247
|
display flex
|
@@ -258,8 +258,8 @@
|
|
258
258
|
transition .6s
|
259
259
|
|
260
260
|
i:hover
|
261
|
-
color var(--
|
262
|
-
background var(--
|
261
|
+
color var(--efu-hovertext)
|
262
|
+
background var(--efu-main-op)
|
263
263
|
border-radius 32px
|
264
264
|
|
265
265
|
.console-card.history
|
@@ -293,12 +293,12 @@
|
|
293
293
|
align-content space-between
|
294
294
|
border var(--style-border)
|
295
295
|
transition all .3s ease 0s
|
296
|
-
background var(--
|
296
|
+
background var(--efu-maskbgdeep)
|
297
297
|
padding 8px 16px
|
298
298
|
|
299
299
|
&:hover
|
300
|
-
background var(--
|
301
|
-
color var(--
|
300
|
+
background var(--efu-main)
|
301
|
+
color var(--efu-white)
|
302
302
|
cursor pointer
|
303
303
|
|
304
304
|
.card-archive-list-date
|
@@ -346,7 +346,7 @@
|
|
346
346
|
|
347
347
|
#card-newest-comments
|
348
348
|
.aside-list-item
|
349
|
-
background: var(--
|
349
|
+
background: var(--efu-card-bg)
|
350
350
|
border-radius: 12px
|
351
351
|
border: var(--style-border)
|
352
352
|
padding: 12px 16px
|
@@ -359,8 +359,8 @@
|
|
359
359
|
cursor pointer
|
360
360
|
|
361
361
|
&:hover
|
362
|
-
background: var(--
|
363
|
-
color: var(--
|
362
|
+
background: var(--efu-main)
|
363
|
+
color: var(--efu-white)
|
364
364
|
|
365
365
|
&:not(:last-child)
|
366
366
|
margin-bottom: .5rem
|
@@ -8,7 +8,7 @@
|
|
8
8
|
cursor pointer
|
9
9
|
transition .3s
|
10
10
|
transform-origin left bottom
|
11
|
-
box-shadow var(--
|
11
|
+
box-shadow var(--efu-shadow-border)
|
12
12
|
border-radius 40px
|
13
13
|
overflow hidden
|
14
14
|
user-select none
|
@@ -23,11 +23,11 @@
|
|
23
23
|
user-select none
|
24
24
|
|
25
25
|
&.playing
|
26
|
-
box-shadow 0 0 12px -3px var(--
|
26
|
+
box-shadow 0 0 12px -3px var(--efu-none)
|
27
27
|
-webkit-animation playingShadow 5s linear infinite
|
28
28
|
|
29
29
|
.aplayer
|
30
|
-
background var(--
|
30
|
+
background var(--efu-main-op-deep)
|
31
31
|
border var(--style-border-hover)
|
32
32
|
backdrop-filter saturate(180%) blur(20px)
|
33
33
|
-webkit-backdrop-filter blur(20px)
|
@@ -37,11 +37,11 @@
|
|
37
37
|
.aplayer-pic
|
38
38
|
box-shadow 0 0 14px #ffffffa6
|
39
39
|
-webkit-transform rotate(0) scale(1.1)
|
40
|
-
border-color var(--
|
40
|
+
border-color var(--efu-white)
|
41
41
|
animation-play-state running
|
42
42
|
|
43
43
|
.aplayer-info
|
44
|
-
color var(--
|
44
|
+
color var(--efu-white)
|
45
45
|
|
46
46
|
.aplayer-lrc
|
47
47
|
width 200px
|
@@ -61,7 +61,7 @@
|
|
61
61
|
opacity 0
|
62
62
|
|
63
63
|
.aplayer
|
64
|
-
background var(--
|
64
|
+
background var(--efu-card-bg)
|
65
65
|
border-radius 60px
|
66
66
|
height 41px
|
67
67
|
display flex
|
@@ -85,7 +85,7 @@
|
|
85
85
|
|
86
86
|
.aplayer-info
|
87
87
|
height 100%
|
88
|
-
color var(--
|
88
|
+
color var(--efu-fontcolor)
|
89
89
|
margin-left 8px
|
90
90
|
padding 0
|
91
91
|
display flex
|
@@ -163,7 +163,7 @@
|
|
163
163
|
.aplayer-played
|
164
164
|
height 100%
|
165
165
|
opacity .1
|
166
|
-
background-color var(--
|
166
|
+
background-color var(--efu-white) !important
|
167
167
|
-webkit-animation lightBar 5s ease infinite
|
168
168
|
animation-play-state paused
|
169
169
|
|
@@ -177,13 +177,13 @@
|
|
177
177
|
filter blur(1px)
|
178
178
|
|
179
179
|
&.aplayer-lrc-current
|
180
|
-
color var(--
|
180
|
+
color var(--efu-white)
|
181
181
|
border none
|
182
182
|
filter blur(0)
|
183
183
|
|
184
184
|
#nav-music-hoverTips
|
185
|
-
color var(--
|
186
|
-
background var(--
|
185
|
+
color var(--efu-white)
|
186
|
+
background var(--efu-main)
|
187
187
|
width 100%
|
188
188
|
height 100%
|
189
189
|
position absolute
|
@@ -10,7 +10,7 @@
|
|
10
10
|
height: 8px
|
11
11
|
border-radius: 8px
|
12
12
|
width: 4rem
|
13
|
-
background: var(--
|
13
|
+
background: var(--efu-secondbg)
|
14
14
|
border: var(--style-border)
|
15
15
|
overflow: hidden
|
16
16
|
|
@@ -34,6 +34,6 @@
|
|
34
34
|
right: 100%
|
35
35
|
height: 100%
|
36
36
|
width: 100%
|
37
|
-
background: var(--
|
37
|
+
background: var(--efu-logo-color)
|
38
38
|
animation: gradient 2s ease infinite
|
39
39
|
background-size: 200%
|
@@ -6,20 +6,20 @@
|
|
6
6
|
height fit-content
|
7
7
|
top 10%
|
8
8
|
left 10%
|
9
|
-
background-color var(--
|
9
|
+
background-color var(--efu-maskbgdeep)
|
10
10
|
backdrop-filter blur(20px)
|
11
11
|
transform translateZ(0)
|
12
|
-
color var(--
|
12
|
+
color var(--efu-fontcolor)
|
13
13
|
border-radius 12px
|
14
14
|
z-index 99994
|
15
15
|
border var(--style-border)
|
16
16
|
user-select none
|
17
|
-
box-shadow var(--
|
17
|
+
box-shadow var(--efu-shadow-black)
|
18
18
|
transition border .3s
|
19
19
|
|
20
20
|
&:hover
|
21
21
|
border var(--style-border-hover)
|
22
|
-
box-shadow var(--
|
22
|
+
box-shadow var(--efu-shadow-theme)
|
23
23
|
|
24
24
|
.rightMenu-group
|
25
25
|
padding .5rem .3rem
|
@@ -48,9 +48,9 @@
|
|
48
48
|
padding .25rem .5rem
|
49
49
|
|
50
50
|
&:hover
|
51
|
-
background-color var(--
|
52
|
-
color var(--
|
53
|
-
box-shadow var(--
|
51
|
+
background-color var(--efu-lighttext)
|
52
|
+
color var(--efu-card-bg)
|
53
|
+
box-shadow var(--efu-shadow-main)
|
54
54
|
|
55
55
|
i
|
56
56
|
display inline-block
|
@@ -64,7 +64,7 @@
|
|
64
64
|
line-height 1.5rem
|
65
65
|
|
66
66
|
.rightMenu-line
|
67
|
-
border-top 1px dashed var(--
|
67
|
+
border-top 1px dashed var(--efu-theme-op)
|
68
68
|
|
69
69
|
#rightmenu-mask
|
70
70
|
position fixed
|
@@ -21,14 +21,14 @@
|
|
21
21
|
|
22
22
|
&.year
|
23
23
|
font-size .8rem
|
24
|
-
color var(--
|
24
|
+
color var(--efu-secondtext)
|
25
25
|
margin 0 0 .2rem 0
|
26
26
|
|
27
27
|
.article-sort-item-img
|
28
28
|
border-radius 12px
|
29
29
|
min-width 151px
|
30
30
|
min-height 80px
|
31
|
-
background var(--
|
31
|
+
background var(--efu-secondbg)
|
32
32
|
overflow hidden
|
33
33
|
width 80px
|
34
34
|
height 80px
|
@@ -54,10 +54,10 @@
|
|
54
54
|
text-overflow ellipsis
|
55
55
|
|
56
56
|
&:hover
|
57
|
-
color var(--
|
57
|
+
color var(--efu-theme)
|
58
58
|
|
59
59
|
.article-sort-item-title
|
60
|
-
color var(--
|
60
|
+
color var(--efu-fontcolor)
|
61
61
|
font-size 1.1em
|
62
62
|
transition all .3s ease 0s
|
63
63
|
line-height 1.3
|
@@ -78,10 +78,10 @@
|
|
78
78
|
display flex
|
79
79
|
|
80
80
|
a
|
81
|
-
color var(--
|
81
|
+
color var(--efu-fontcolor)
|
82
82
|
|
83
83
|
&:hover
|
84
|
-
color var(--
|
84
|
+
color var(--efu-theme)
|
85
85
|
|
86
86
|
.tags-punctuation
|
87
87
|
font-size 12px
|
@@ -90,4 +90,4 @@
|
|
90
90
|
.article-meta__tags
|
91
91
|
margin-right 8px
|
92
92
|
padding 0 0.2rem 0 0
|
93
|
-
color var(--
|
93
|
+
color var(--efu-fontcolor)
|