hexo-theme-solitude 1.5.0 → 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.
Files changed (151) hide show
  1. package/.github/ISSUE_TEMPLATE/config.yml +17 -0
  2. package/.github/ISSUE_TEMPLATE/feature_request.yml +48 -0
  3. package/.github/PULL_REQUEST_TEMPLATE.md +35 -0
  4. package/CONTRIBUTING.md +2 -13
  5. package/LICENSE +21 -674
  6. package/README.md +17 -41
  7. package/README_EN.md +14 -39
  8. package/SECURITY.md +9 -0
  9. package/_config.yml +235 -264
  10. package/languages/{en-US.yml → en.yml} +3 -5
  11. package/languages/zh-CN.yml +0 -2
  12. package/languages/zh-TW.yml +0 -2
  13. package/layout/404.pug +1 -1
  14. package/layout/includes/body/gadsense.pug +9 -0
  15. package/layout/includes/console.pug +6 -6
  16. package/layout/includes/footer.pug +13 -13
  17. package/layout/includes/inject/body.pug +10 -1
  18. package/layout/includes/inject/head.pug +6 -4
  19. package/layout/includes/mixins/pagination.pug +2 -2
  20. package/layout/includes/nav.pug +2 -2
  21. package/layout/includes/page/album.pug +9 -9
  22. package/layout/includes/page/says.pug +5 -5
  23. package/layout/includes/sidebar.pug +2 -3
  24. package/layout/includes/widgets/aside/asideInfoCard.pug +1 -1
  25. package/layout/includes/widgets/aside/asideNewestPost.pug +1 -1
  26. package/layout/includes/widgets/aside/asideToc.pug +1 -1
  27. package/layout/includes/widgets/aside/asideWebInfo.pug +8 -8
  28. package/layout/includes/widgets/home/banner.pug +1 -1
  29. package/layout/includes/widgets/home/bbTimeList.pug +7 -7
  30. package/layout/includes/widgets/home/categoryBar.pug +5 -4
  31. package/layout/includes/widgets/home/categoryGroup.pug +3 -2
  32. package/layout/includes/widgets/home/postList.pug +11 -5
  33. package/layout/includes/widgets/home/topGroup.pug +1 -1
  34. package/layout/includes/widgets/nav/menu.pug +1 -1
  35. package/layout/includes/widgets/nav/right.pug +6 -6
  36. package/layout/includes/widgets/page/about/award.pug +3 -3
  37. package/layout/includes/widgets/page/about/hobbies.pug +1 -1
  38. package/layout/includes/widgets/page/banner.pug +1 -1
  39. package/layout/includes/widgets/page/equipment/content.pug +1 -1
  40. package/layout/includes/widgets/page/links/banner.pug +3 -3
  41. package/layout/includes/widgets/page/moments/angle.pug +1 -1
  42. package/layout/includes/widgets/post/award.pug +1 -1
  43. package/layout/includes/widgets/post/copyright.pug +1 -1
  44. package/layout/includes/widgets/post/post-ai.pug +1 -1
  45. package/layout/includes/widgets/post/postMeta.pug +12 -12
  46. package/layout/includes/widgets/rightside/index.pug +25 -25
  47. package/layout/includes/widgets/third-party/comments/comment.pug +1 -1
  48. package/layout/includes/widgets/third-party/music.pug +1 -1
  49. package/layout/includes/widgets/third-party/search/algolia-search.pug +2 -2
  50. package/layout/includes/widgets/third-party/search/local-search.pug +1 -1
  51. package/layout/index.pug +2 -2
  52. package/package.json +9 -9
  53. package/plugins.yml +8 -12
  54. package/scripts/event/cdn.js +10 -0
  55. package/scripts/event/welcome.js +1 -1
  56. package/scripts/filter/lazyload.js +2 -3
  57. package/scripts/helper/related_post.js +1 -1
  58. package/scripts/helper/stylus.js +11 -3
  59. package/scripts/tags/card.js +1 -1
  60. package/scripts/tags/mermaid.js +9 -0
  61. package/scripts/tags/tabs.js +2 -2
  62. package/source/css/_global/animation.styl +1 -1
  63. package/source/css/_global/index.styl +27 -27
  64. package/source/css/_layout/basic.styl +18 -18
  65. package/source/css/_layout/header.styl +67 -67
  66. package/source/css/_layout/index.styl +14 -14
  67. package/source/css/_mode/index.styl +88 -88
  68. package/source/css/_page/_about/author.styl +5 -5
  69. package/source/css/_page/_about/buff.styl +1 -1
  70. package/source/css/_page/_about/careers.styl +1 -1
  71. package/source/css/_page/_about/contentinfo.styl +2 -2
  72. package/source/css/_page/_about/game.styl +2 -2
  73. package/source/css/_page/_about/like.styl +2 -2
  74. package/source/css/_page/_about/myphoto.styl +1 -1
  75. package/source/css/_page/_about/oneself.styl +2 -2
  76. package/source/css/_page/_about/reward.styl +11 -11
  77. package/source/css/_page/_about/skills.styl +2 -2
  78. package/source/css/_page/_about/statistic.styl +4 -4
  79. package/source/css/_page/_about/tenyear.styl +4 -4
  80. package/source/css/_page/_gallery/index.styl +7 -7
  81. package/source/css/_page/_home/category-bar.styl +11 -8
  82. package/source/css/_page/_home/home-top.styl +16 -16
  83. package/source/css/_page/_home/index.styl +1 -1
  84. package/source/css/_page/_home/pagination.styl +22 -22
  85. package/source/css/_page/_home/recent-post.styl +22 -15
  86. package/source/css/_page/category.styl +11 -11
  87. package/source/css/_page/douban.styl +10 -10
  88. package/source/css/_page/equipment.styl +10 -10
  89. package/source/css/_page/error.styl +3 -3
  90. package/source/css/_page/google.styl +32 -0
  91. package/source/css/_page/index.styl +4 -1
  92. package/source/css/_page/links.styl +27 -27
  93. package/source/css/_page/moment.styl +22 -22
  94. package/source/css/_page/music.styl +16 -14
  95. package/source/css/_page/says.styl +21 -21
  96. package/source/css/_page/share.styl +25 -25
  97. package/source/css/_page/tag.styl +12 -12
  98. package/source/css/_widgets/_aside/allinfo.styl +12 -12
  99. package/source/css/_widgets/_aside/flip.styl +3 -6
  100. package/source/css/_widgets/_aside/index.styl +4 -4
  101. package/source/css/_widgets/_aside/info.styl +27 -27
  102. package/source/css/_widgets/_aside/newPost.styl +5 -5
  103. package/source/css/_widgets/_aside/toc.styl +7 -7
  104. package/source/css/_widgets/_comment/index.styl +7 -7
  105. package/source/css/_widgets/_comment/twikoo.styl +66 -50
  106. package/source/css/_widgets/_comment/waline.styl +45 -44
  107. package/source/css/_widgets/_extra/console.styl +30 -29
  108. package/source/css/_widgets/_extra/fullpage.styl +1 -1
  109. package/source/css/_widgets/_extra/music.styl +11 -11
  110. package/source/css/_widgets/_extra/pace.styl +2 -2
  111. package/source/css/_widgets/_extra/rightmenu.styl +8 -8
  112. package/source/css/_widgets/_mixins/article-sort.styl +7 -7
  113. package/source/css/_widgets/_mixins/footer.styl +31 -29
  114. package/source/css/_widgets/_mixins/keyboard.styl +8 -8
  115. package/source/css/_widgets/_mixins/other.styl +4 -4
  116. package/source/css/_widgets/_mixins/sidebar.styl +20 -20
  117. package/source/css/_widgets/_post/_highlight/index.styl +16 -16
  118. package/source/css/_widgets/_post/_highlight/theme/default.styl +1 -1
  119. package/source/css/_widgets/_post/_highlight/theme/mac.styl +1 -1
  120. package/source/css/_widgets/_post/commentBarrage.styl +13 -13
  121. package/source/css/_widgets/_post/content.styl +27 -26
  122. package/source/css/_widgets/_post/copyright.styl +11 -11
  123. package/source/css/_widgets/_post/meta.styl +27 -27
  124. package/source/css/_widgets/_post/pagination.styl +13 -13
  125. package/source/css/_widgets/_post/postAI.styl +18 -18
  126. package/source/css/_widgets/_post/relatedPost.styl +8 -8
  127. package/source/css/_widgets/_post/tools.styl +30 -30
  128. package/source/css/_widgets/_search/algolia-search.styl +18 -18
  129. package/source/css/_widgets/_search/local-search.styl +22 -22
  130. package/source/css/_widgets/_tags/button.styl +1 -1
  131. package/source/css/_widgets/_tags/card.styl +12 -12
  132. package/source/css/_widgets/_tags/fold.styl +11 -11
  133. package/source/css/_widgets/_tags/index.styl +26 -26
  134. package/source/css/_widgets/_tags/link.styl +10 -9
  135. package/source/css/_widgets/_tags/mermaid.styl +4 -0
  136. package/source/css/_widgets/_tags/note.styl +2 -2
  137. package/source/css/_widgets/_tags/tabs.styl +10 -10
  138. package/source/css/_widgets/_tags/timeline.styl +5 -5
  139. package/source/img/logo.png +0 -0
  140. package/source/js/comment/twikoo_commentBarrage.js +1 -1
  141. package/source/js/comment/waline_commentBarrage.js +1 -1
  142. package/source/js/covercolor/api.js +18 -18
  143. package/source/js/covercolor/local.js +18 -18
  144. package/source/js/main.js +5 -5
  145. package/source/js/music.js +1 -12
  146. package/source/js/sco-ai.min.js +1 -1
  147. package/source/js/search/algolia.js +7 -7
  148. package/source/js/tw_cn.js +2 -2
  149. package/source/js/universe.min.js +5 -0
  150. package/source/js/utils.js +2 -2
  151. package/source/js/waterfall.min.js +1 -0
@@ -19,34 +19,34 @@
19
19
  align-items center
20
20
 
21
21
  .twikoo-info
22
- color var(--sco-secondtext)
22
+ color var(--efu-secondtext)
23
23
 
24
24
  .tk-action
25
25
  .tk-action-link:first-child
26
26
  display none
27
27
 
28
28
  .tk-action-link
29
- color var(--sco-lighttext) !important
29
+ color var(--efu-lighttext) !important
30
30
  cursor pointer
31
31
  user-select none
32
32
  padding 0 12px 0 12px
33
33
  transition all .3s
34
34
  border-radius 8px
35
- background-color var(--sco-secondbg)
35
+ background-color var(--efu-secondbg)
36
36
  border var(--style-border-always)
37
37
 
38
38
  &:hover
39
- background-color var(--sco-lighttext)
40
- color var(--sco-card-bg) !important
39
+ background-color var(--efu-lighttext)
40
+ color var(--efu-card-bg) !important
41
41
 
42
42
  .tk-action-icon svg
43
- fill var(--sco-card-bg) !important
43
+ fill var(--efu-card-bg) !important
44
44
 
45
45
 
46
46
  .tk-action-icon
47
47
  svg
48
48
  transition all .3s
49
- fill var(--sco-lighttext) !important
49
+ fill var(--efu-lighttext) !important
50
50
 
51
51
  .tk-content
52
52
  img
@@ -55,7 +55,7 @@
55
55
  .tk-avatar
56
56
  width 32px !important
57
57
  height 32px !important
58
- box-shadow var(--sco-shadow-border)
58
+ box-shadow var(--efu-shadow-border)
59
59
  margin-right 16px !important
60
60
 
61
61
  &.tk-has-avatar
@@ -78,7 +78,7 @@
78
78
  #page
79
79
  .tk-meta-input
80
80
  .el-input
81
- box-shadow var(--sco-shadow-border)
81
+ box-shadow var(--efu-shadow-border)
82
82
 
83
83
  .el-loading-mask
84
84
  background-color none !important
@@ -118,10 +118,10 @@
118
118
 
119
119
  .tk-comments
120
120
  .el-button--primary
121
- border-color var(--sco-fontcolor) !important
122
- color var(--sco-card-bg) !important
121
+ border-color var(--efu-fontcolor) !important
122
+ color var(--efu-card-bg) !important
123
123
  border-radius 12px !important
124
- box-shadow var(--sco-shadow-black)
124
+ box-shadow var(--efu-shadow-black)
125
125
  transition .3s
126
126
  width 5rem
127
127
  position absolute
@@ -189,12 +189,12 @@
189
189
  pointer-events none
190
190
 
191
191
  .tk-extra
192
- background var(--sco-card-bg)
192
+ background var(--efu-card-bg)
193
193
  border var(--style-border-always)
194
194
  padding 1px 5px 1px 2px
195
195
  border-radius 8px
196
196
  margin-right 4px !important
197
- color var(--sco-secondtext) !important
197
+ color var(--efu-secondtext) !important
198
198
  display inline !important
199
199
  margin-top 6px !important
200
200
  font-size .5rem
@@ -204,19 +204,19 @@
204
204
  display none
205
205
 
206
206
  .tk-expand
207
- background var(--sco-card-bg) !important
208
- color var(--sco-fontcolor) !important
207
+ background var(--efu-card-bg) !important
208
+ color var(--efu-fontcolor) !important
209
209
  border var(--style-border-always)
210
- box-shadow var(--sco-shadow-border)
210
+ box-shadow var(--efu-shadow-border)
211
211
  border-radius 12px
212
212
  user-select none
213
213
 
214
214
  &:hover
215
- background var(--sco-theme) !important
216
- color var(--sco-white) !important
215
+ background var(--efu-theme) !important
216
+ color var(--efu-white) !important
217
217
 
218
218
  .tk-time
219
- color var(--sco-secondtext) !important
219
+ color var(--efu-secondtext) !important
220
220
  font-size .6rem
221
221
  margin-left .5rem
222
222
 
@@ -224,7 +224,7 @@
224
224
  > .tk-comment
225
225
  margin-top 0!important
226
226
  margin-bottom 0.5rem!important
227
- background var(--sco-card-bg)
227
+ background var(--efu-card-bg)
228
228
  transition .3s
229
229
  border-radius 12px
230
230
  padding 0
@@ -238,14 +238,14 @@
238
238
  padding 1rem 1rem 1.5rem
239
239
  border var(--style-border)
240
240
  border-top var(--style-border)
241
- box-shadow var(--sco-shadow-border)
241
+ box-shadow var(--efu-shadow-border)
242
242
 
243
243
  @media screen and (max-width: 768px)
244
244
  .tk-comments-container
245
245
  > .tk-comment
246
246
  padding 1rem
247
247
  border var(--style-border-always)
248
- box-shadow var(--sco-shadow-border)
248
+ box-shadow var(--efu-shadow-border)
249
249
 
250
250
  .tk-icon.__comments
251
251
  left .5rem
@@ -262,7 +262,7 @@
262
262
 
263
263
  .tk-replies
264
264
  > .tk-comment
265
- background var(--sco-card-bg)
265
+ background var(--efu-card-bg)
266
266
  border-top var(--style-border-dashed)
267
267
  border-radius 12px
268
268
  transition .3s
@@ -273,11 +273,27 @@
273
273
  p
274
274
  margin 0 !important
275
275
 
276
+ pre
277
+ code
278
+ kbd
279
+ samp
280
+ font-family ui-monospace, SFMono-Regular, "SF Mono", Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace
281
+
282
+ pre
283
+ background var(--efu-secondbg)
284
+ padding .5rem
285
+ margin 0.5rem 0
286
+ overflow auto
287
+ border-radius 0.5em
288
+
289
+ +maxWidth768()
290
+ max-width 90%
291
+
276
292
  .tk-replies
277
293
  .tk-content
278
294
  span:first-child
279
295
  font-size .5rem
280
- color var(--sco-secondtext)
296
+ color var(--efu-secondtext)
281
297
 
282
298
  .tk-meta-input
283
299
  .el-input
@@ -320,7 +336,7 @@ img.tk-avatar-img
320
336
 
321
337
  .el-input.el-input--small.el-input-group.el-input-group--prepend
322
338
  border-radius 12px
323
- background var(--sco-secondbg)
339
+ background var(--efu-secondbg)
324
340
  border var(--style-border-always)
325
341
 
326
342
  .el-input.el-input--small.el-input-group.el-input-group--prepend:nth-child(1):before
@@ -363,15 +379,15 @@ img.tk-avatar-img
363
379
  transform translate(-50%, -46px)
364
380
 
365
381
  .el-input-group__append, .el-input-group__prepend
366
- background-color var(--sco-card-bg) !important
367
- color var(--sco-fontcolor) !important
382
+ background-color var(--efu-card-bg) !important
383
+ color var(--efu-fontcolor) !important
368
384
  border 0 !important
369
385
  font-weight 700
370
386
 
371
387
  .el-input__inner
372
- background var(--sco-secondbg) !important
388
+ background var(--efu-secondbg) !important
373
389
  border 0 !important
374
- color var(--sco-fontcolor) !important
390
+ color var(--efu-fontcolor) !important
375
391
  padding-left 8px
376
392
  height 32px
377
393
  line-height 32px
@@ -379,14 +395,14 @@ img.tk-avatar-img
379
395
 
380
396
  .page
381
397
  .el-input__inner
382
- background var(--sco-card-bg) !important
398
+ background var(--efu-card-bg) !important
383
399
 
384
400
  .el-input__inner:focus
385
401
  border none
386
402
 
387
403
  .el-textarea__inner
388
- background var(--sco-secondbg) !important
389
- color var(--sco-fontcolor) !important
404
+ background var(--efu-secondbg) !important
405
+ color var(--efu-fontcolor) !important
390
406
  border-radius 12px !important
391
407
  min-height 100px !important
392
408
  padding 16px 16px 40px 16px !important
@@ -395,34 +411,34 @@ img.tk-avatar-img
395
411
 
396
412
  @media screen and (max-width: 768px)
397
413
  .el-textarea__inner
398
- background var(--sco-card-bg) !important
414
+ background var(--efu-card-bg) !important
399
415
 
400
416
  #page
401
417
  .el-textarea__inner
402
- background var(--sco-card-bg) !important
403
- box-shadow var(--sco-shadow-border)
418
+ background var(--efu-card-bg) !important
419
+ box-shadow var(--efu-shadow-border)
404
420
 
405
421
  .el-textarea__inner:focus
406
422
  border var(--style-border-hover-always) !important
407
- box-shadow var(--sco-shadow-main)
423
+ box-shadow var(--efu-shadow-main)
408
424
 
409
425
  .el-button
410
- background-color var(--sco-fontcolor) !important
411
- border 0 solid var(--sco-main) !important
412
- color var(--sco-background) !important
426
+ background-color var(--efu-fontcolor) !important
427
+ border 0 solid var(--efu-main) !important
428
+ color var(--efu-background) !important
413
429
  border-radius 8px !important
414
430
 
415
431
  .el-button:hover
416
- background var(--sco-black) !important
417
- color var(--sco-white) !important
432
+ background var(--efu-black) !important
433
+ color var(--efu-white) !important
418
434
 
419
435
  .el-button.tk-preview
420
436
  display none !important
421
437
 
422
438
  button.el-button.tk-cancel.el-button--default.el-button--small
423
- background var(--sco-secondbg) !important
439
+ background var(--efu-secondbg) !important
424
440
  border-radius 8px !important
425
- color var(--sco-fontcolor) !important
441
+ color var(--efu-fontcolor) !important
426
442
 
427
443
  @media screen and (max-width: 768px)
428
444
  .OwO .OwO-body
@@ -433,7 +449,7 @@ button.el-button.tk-cancel.el-button--default.el-button--small
433
449
  border var(--style-border-always) !important
434
450
  border-radius 8px !important
435
451
  overflow hidden
436
- background-color var(--sco-maskbg) !important
452
+ background-color var(--efu-maskbg) !important
437
453
  backdrop-filter saturate(180%) blur(10px)
438
454
  -webkit-backdrop-filter blur(10px)
439
455
  transform translateZ(0)
@@ -443,7 +459,7 @@ button.el-button.tk-cancel.el-button--default.el-button--small
443
459
 
444
460
  .OwO-items
445
461
  .OwO-item:hover
446
- box-shadow var(--sco-shadow-lightblack) !important
462
+ box-shadow var(--efu-shadow-lightblack) !important
447
463
  border-radius 8px
448
464
 
449
465
  #twikoo > div.tk-comments > div.tk-submit > div.tk-row.actions > div > div.tk-action-icon.OwO.OwO-open > div.OwO-body > div > ul > li > span
@@ -467,7 +483,7 @@ button.el-button.tk-cancel.el-button--default.el-button--small
467
483
  transition .3s
468
484
 
469
485
  .OwO-packages
470
- background var(--sco-background)
486
+ background var(--efu-background)
471
487
  padding-left 8px !important
472
488
 
473
489
  .OwO
@@ -475,7 +491,7 @@ button.el-button.tk-cancel.el-button--default.el-button--small
475
491
  .OwO-bar
476
492
  .OwO-packages
477
493
  .OwO-package-active
478
- background var(--sco-secondbg) !important
494
+ background var(--efu-secondbg) !important
479
495
 
480
496
  .OwO-items-show
481
497
  margin 12px 8px !important
@@ -491,7 +507,7 @@ button.el-button.tk-cancel.el-button--default.el-button--small
491
507
  #owo-big
492
508
  position fixed
493
509
  align-items center
494
- background-color var(--sco-card-bg)
510
+ background-color var(--efu-card-bg)
495
511
  border var(--style-border-always)
496
512
  border-radius 10px
497
513
  z-index 9999
@@ -513,5 +529,5 @@ button.el-button.tk-cancel.el-button--default.el-button--small
513
529
  border-left-width 0 !important
514
530
 
515
531
  .el-textarea .el-input__count
516
- color var(--sco-secondtext) !important
532
+ color var(--efu-secondtext) !important
517
533
  user-select none
@@ -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)