hexo-theme-solitude 1.5.1 → 1.5.3

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.
Files changed (153) hide show
  1. package/.github/FUNDING.yml +2 -2
  2. package/.github/ISSUE_TEMPLATE/config.yml +17 -0
  3. package/.github/ISSUE_TEMPLATE/feature_request.yml +48 -0
  4. package/.github/PULL_REQUEST_TEMPLATE.md +35 -0
  5. package/.github/logo.png +0 -0
  6. package/.github/screenshot.png +0 -0
  7. package/.github/workflows/stale.yml +19 -0
  8. package/CONTRIBUTING.md +2 -13
  9. package/LICENSE +21 -674
  10. package/README.md +41 -96
  11. package/README_EN.md +40 -96
  12. package/README_zh-tw.md +60 -0
  13. package/SECURITY.md +9 -0
  14. package/_config.yml +235 -264
  15. package/languages/{en-US.yml → en.yml} +3 -4
  16. package/languages/zh-CN.yml +0 -1
  17. package/languages/zh-TW.yml +0 -1
  18. package/layout/404.pug +1 -1
  19. package/layout/includes/body/gadsense.pug +9 -0
  20. package/layout/includes/console.pug +6 -6
  21. package/layout/includes/footer.pug +13 -13
  22. package/layout/includes/inject/body.pug +10 -1
  23. package/layout/includes/inject/head.pug +4 -4
  24. package/layout/includes/mixins/pagination.pug +2 -2
  25. package/layout/includes/nav.pug +2 -2
  26. package/layout/includes/page/album.pug +9 -9
  27. package/layout/includes/page/says.pug +5 -5
  28. package/layout/includes/sidebar.pug +2 -3
  29. package/layout/includes/widgets/aside/asideInfoCard.pug +1 -1
  30. package/layout/includes/widgets/aside/asideNewestPost.pug +1 -1
  31. package/layout/includes/widgets/aside/asideToc.pug +1 -1
  32. package/layout/includes/widgets/aside/asideWebInfo.pug +8 -8
  33. package/layout/includes/widgets/home/banner.pug +1 -1
  34. package/layout/includes/widgets/home/bbTimeList.pug +7 -7
  35. package/layout/includes/widgets/home/categoryBar.pug +5 -4
  36. package/layout/includes/widgets/home/categoryGroup.pug +1 -1
  37. package/layout/includes/widgets/home/postList.pug +8 -2
  38. package/layout/includes/widgets/home/topGroup.pug +1 -1
  39. package/layout/includes/widgets/nav/menu.pug +1 -1
  40. package/layout/includes/widgets/nav/right.pug +6 -6
  41. package/layout/includes/widgets/page/about/award.pug +3 -3
  42. package/layout/includes/widgets/page/about/hobbies.pug +1 -1
  43. package/layout/includes/widgets/page/banner.pug +1 -1
  44. package/layout/includes/widgets/page/equipment/content.pug +1 -1
  45. package/layout/includes/widgets/page/links/banner.pug +3 -3
  46. package/layout/includes/widgets/page/moments/angle.pug +1 -1
  47. package/layout/includes/widgets/post/award.pug +1 -1
  48. package/layout/includes/widgets/post/copyright.pug +1 -1
  49. package/layout/includes/widgets/post/post-ai.pug +1 -1
  50. package/layout/includes/widgets/post/postMeta.pug +12 -12
  51. package/layout/includes/widgets/rightside/index.pug +25 -25
  52. package/layout/includes/widgets/third-party/comments/comment.pug +1 -1
  53. package/layout/includes/widgets/third-party/music.pug +1 -1
  54. package/layout/includes/widgets/third-party/search/algolia-search.pug +2 -2
  55. package/layout/includes/widgets/third-party/search/local-search.pug +1 -1
  56. package/layout/index.pug +2 -2
  57. package/package.json +9 -9
  58. package/plugins.yml +8 -12
  59. package/scripts/event/cdn.js +10 -0
  60. package/scripts/event/welcome.js +1 -1
  61. package/scripts/filter/lazyload.js +2 -3
  62. package/scripts/helper/related_post.js +1 -1
  63. package/scripts/tags/card.js +1 -1
  64. package/scripts/tags/mermaid.js +9 -0
  65. package/scripts/tags/tabs.js +2 -2
  66. package/source/css/_global/animation.styl +1 -1
  67. package/source/css/_global/index.styl +27 -27
  68. package/source/css/_layout/basic.styl +18 -18
  69. package/source/css/_layout/header.styl +67 -67
  70. package/source/css/_layout/index.styl +14 -14
  71. package/source/css/_mode/index.styl +88 -88
  72. package/source/css/_page/_about/author.styl +5 -5
  73. package/source/css/_page/_about/buff.styl +1 -1
  74. package/source/css/_page/_about/careers.styl +1 -1
  75. package/source/css/_page/_about/contentinfo.styl +2 -2
  76. package/source/css/_page/_about/game.styl +2 -2
  77. package/source/css/_page/_about/like.styl +2 -2
  78. package/source/css/_page/_about/myphoto.styl +1 -1
  79. package/source/css/_page/_about/oneself.styl +2 -2
  80. package/source/css/_page/_about/reward.styl +11 -11
  81. package/source/css/_page/_about/skills.styl +2 -2
  82. package/source/css/_page/_about/statistic.styl +4 -4
  83. package/source/css/_page/_about/tenyear.styl +4 -4
  84. package/source/css/_page/_gallery/index.styl +7 -7
  85. package/source/css/_page/_home/category-bar.styl +11 -8
  86. package/source/css/_page/_home/home-top.styl +16 -16
  87. package/source/css/_page/_home/index.styl +1 -1
  88. package/source/css/_page/_home/pagination.styl +22 -22
  89. package/source/css/_page/_home/recent-post.styl +22 -15
  90. package/source/css/_page/category.styl +11 -11
  91. package/source/css/_page/douban.styl +10 -10
  92. package/source/css/_page/equipment.styl +10 -10
  93. package/source/css/_page/error.styl +3 -3
  94. package/source/css/_page/google.styl +32 -0
  95. package/source/css/_page/index.styl +4 -1
  96. package/source/css/_page/links.styl +27 -27
  97. package/source/css/_page/moment.styl +22 -22
  98. package/source/css/_page/music.styl +16 -14
  99. package/source/css/_page/says.styl +21 -21
  100. package/source/css/_page/share.styl +25 -25
  101. package/source/css/_page/tag.styl +12 -12
  102. package/source/css/_widgets/_aside/allinfo.styl +12 -12
  103. package/source/css/_widgets/_aside/index.styl +4 -4
  104. package/source/css/_widgets/_aside/info.styl +27 -27
  105. package/source/css/_widgets/_aside/newPost.styl +5 -5
  106. package/source/css/_widgets/_aside/toc.styl +7 -7
  107. package/source/css/_widgets/_comment/index.styl +7 -7
  108. package/source/css/_widgets/_comment/twikoo.styl +66 -50
  109. package/source/css/_widgets/_comment/waline.styl +45 -44
  110. package/source/css/_widgets/_extra/console.styl +29 -29
  111. package/source/css/_widgets/_extra/fullpage.styl +1 -1
  112. package/source/css/_widgets/_extra/music.styl +11 -11
  113. package/source/css/_widgets/_extra/pace.styl +2 -2
  114. package/source/css/_widgets/_extra/rightmenu.styl +8 -8
  115. package/source/css/_widgets/_mixins/article-sort.styl +7 -7
  116. package/source/css/_widgets/_mixins/footer.styl +28 -28
  117. package/source/css/_widgets/_mixins/keyboard.styl +8 -8
  118. package/source/css/_widgets/_mixins/other.styl +4 -4
  119. package/source/css/_widgets/_mixins/sidebar.styl +20 -20
  120. package/source/css/_widgets/_post/_highlight/index.styl +16 -16
  121. package/source/css/_widgets/_post/_highlight/theme/default.styl +1 -1
  122. package/source/css/_widgets/_post/_highlight/theme/mac.styl +1 -1
  123. package/source/css/_widgets/_post/commentBarrage.styl +13 -13
  124. package/source/css/_widgets/_post/content.styl +27 -26
  125. package/source/css/_widgets/_post/copyright.styl +9 -9
  126. package/source/css/_widgets/_post/meta.styl +27 -27
  127. package/source/css/_widgets/_post/pagination.styl +13 -13
  128. package/source/css/_widgets/_post/postAI.styl +18 -18
  129. package/source/css/_widgets/_post/relatedPost.styl +8 -8
  130. package/source/css/_widgets/_post/tools.styl +30 -30
  131. package/source/css/_widgets/_search/algolia-search.styl +18 -18
  132. package/source/css/_widgets/_search/local-search.styl +22 -22
  133. package/source/css/_widgets/_tags/button.styl +1 -1
  134. package/source/css/_widgets/_tags/card.styl +12 -12
  135. package/source/css/_widgets/_tags/fold.styl +11 -11
  136. package/source/css/_widgets/_tags/index.styl +26 -26
  137. package/source/css/_widgets/_tags/link.styl +10 -9
  138. package/source/css/_widgets/_tags/mermaid.styl +4 -0
  139. package/source/css/_widgets/_tags/note.styl +2 -2
  140. package/source/css/_widgets/_tags/tabs.styl +10 -10
  141. package/source/css/_widgets/_tags/timeline.styl +5 -5
  142. package/source/img/logo.png +0 -0
  143. package/source/js/comment/twikoo_commentBarrage.js +1 -1
  144. package/source/js/comment/waline_commentBarrage.js +1 -1
  145. package/source/js/covercolor/api.js +18 -18
  146. package/source/js/covercolor/local.js +18 -18
  147. package/source/js/main.js +5 -5
  148. package/source/js/music.js +1 -12
  149. package/source/js/search/algolia.js +7 -7
  150. package/source/js/tw_cn.js +2 -2
  151. package/source/js/universe.min.js +5 -0
  152. package/source/js/utils.js +2 -2
  153. 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(--sco-card-bg)
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(--sco-secondbg)
25
- color var(--sco-fontcolor)
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(--sco-shadow-main)
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(--sco-maskbg)
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(--sco-background)
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(--sco-secondtext)
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(--sco-secondbg)
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(--sco-card-bg)
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(--sco-secondbg)
188
+ background var(--efu-secondbg)
188
189
  border none
189
- color var(--sco-fontcolor)
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(--sco-fontcolor)
197
+ border-color var(--efu-fontcolor)
197
198
  border-radius 12px
198
- box-shadow var(--sco-shadow-black)
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(--sco-fontcolor)
205
- border 0 solid var(--sco-main)
206
- color var(--sco-background)
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(--sco-main)
216
- color var(--sco-white)
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(--sco-gray)
221
+ color var(--efu-gray)
221
222
  font-size 0.8em
222
223
  text-align end
223
224
 
224
225
  a
225
- color var(--sco-fontcolor)
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(--sco-secondbg)
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(--sco-fontcolor)
251
+ color var(--efu-fontcolor)
251
252
 
252
253
  &:hover
253
- background var(--sco-main)
254
- color var(--sco-white)
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(--sco-lighttext)
260
- color var(--sco-background)
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(--sco-card-bg)
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(--sco-shadow-border)
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(--sco-lighttext)
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(--sco-secondtext)
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(--sco-lighttext)
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(--sco-secondbg)
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(--sco-lighttext)
346
- color var(--sco-card-bg)
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(--sco-secondbg)
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(--sco-secondtext)
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(--sco-secondbg)
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(--sco-card-bg)
423
- color var(--sco-fontcolor)
423
+ background var(--efu-card-bg)
424
+ color var(--efu-fontcolor)
424
425
  border var(--style-border-always)
425
- box-shadow var(--sco-shadow-border)
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(--sco-lighttext)
433
- color var(--sco-card-bg)
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(--sco-lighttext)
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(--sco-shadow-border)
455
+ box-shadow var(--efu-shadow-border)
@@ -66,18 +66,18 @@
66
66
  margin 0
67
67
 
68
68
  .console-card
69
- background var(--sco-maskbg)
69
+ background var(--efu-maskbg)
70
70
  border-radius 12px
71
71
  overflow hidden
72
72
  border var(--style-border)
73
- box-shadow var(--sco-shadow-border)
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(--sco-maskbgdeep)
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(--sco-white)
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(--sco-white)
143
+ color var(--efu-white)
144
144
 
145
145
  time
146
146
  font-size 12px
147
- color var(--sco-secondtext)
147
+ color var(--efu-secondtext)
148
148
  margin-top auto
149
149
 
150
150
  &:hover
151
151
  time
152
- color var(--sco-white)
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(--sco-orange)
176
- color var(--sco-white)
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(--sco-main)
184
+ background var(--efu-main)
185
185
 
186
186
  a
187
187
  width 100%
188
188
  height 100%
189
- background var(--sco-card-bg)
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(--sco-fontcolor)
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(--sco-orange)
203
- color var(--sco-white)
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(--sco-main)
208
+ background var(--efu-main)
209
209
 
210
210
  &:hover
211
211
  a
212
- color var(--sco-white)
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(--sco-fontcolor)
221
+ color var(--efu-fontcolor)
222
222
  margin 6px 4px
223
223
  padding 2px 8px
224
224
  border-radius 8px
225
- background var(--sco-card-bg)
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(--sco-main)
232
- color var(--sco-white)
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(--sco-fontcolor)
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(--sco-hovertext)
262
- background var(--sco-main-op)
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(--sco-maskbgdeep)
296
+ background var(--efu-maskbgdeep)
297
297
  padding 8px 16px
298
298
 
299
299
  &:hover
300
- background var(--sco-main)
301
- color var(--sco-white)
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(--sco-card-bg)
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(--sco-main)
363
- color: var(--sco-white)
362
+ background: var(--efu-main)
363
+ color: var(--efu-white)
364
364
 
365
365
  &:not(:last-child)
366
366
  margin-bottom: .5rem
@@ -6,7 +6,7 @@
6
6
  width 100%
7
7
  height 100%
8
8
  position fixed
9
- background var(--sco-background)
9
+ background var(--efu-background)
10
10
  z-index 1999
11
11
  opacity 1
12
12
  transition 0.2s
@@ -8,7 +8,7 @@
8
8
  cursor pointer
9
9
  transition .3s
10
10
  transform-origin left bottom
11
- box-shadow var(--sco-shadow-border)
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(--sco-none)
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(--sco-main-op-deep)
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(--sco-white)
40
+ border-color var(--efu-white)
41
41
  animation-play-state running
42
42
 
43
43
  .aplayer-info
44
- color var(--sco-white)
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(--sco-card-bg)
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(--sco-fontcolor)
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(--sco-white) !important
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(--sco-white)
180
+ color var(--efu-white)
181
181
  border none
182
182
  filter blur(0)
183
183
 
184
184
  #nav-music-hoverTips
185
- color var(--sco-white)
186
- background var(--sco-main)
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(--sco-secondbg)
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(--sco-logo-color)
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(--sco-maskbgdeep)
9
+ background-color var(--efu-maskbgdeep)
10
10
  backdrop-filter blur(20px)
11
11
  transform translateZ(0)
12
- color var(--sco-fontcolor)
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(--sco-shadow-black)
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(--sco-shadow-theme)
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(--sco-lighttext)
52
- color var(--sco-card-bg)
53
- box-shadow var(--sco-shadow-main)
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(--sco-theme-op)
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(--sco-secondtext)
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(--sco-secondbg)
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(--sco-theme)
57
+ color var(--efu-theme)
58
58
 
59
59
  .article-sort-item-title
60
- color var(--sco-fontcolor)
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(--sco-fontcolor)
81
+ color var(--efu-fontcolor)
82
82
 
83
83
  &:hover
84
- color var(--sco-theme)
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(--sco-fontcolor)
93
+ color var(--efu-fontcolor)