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.
Files changed (148) 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 -4
  11. package/languages/zh-CN.yml +0 -1
  12. package/languages/zh-TW.yml +0 -1
  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 +4 -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 +1 -1
  32. package/layout/includes/widgets/home/postList.pug +8 -2
  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/tags/card.js +1 -1
  59. package/scripts/tags/mermaid.js +9 -0
  60. package/scripts/tags/tabs.js +2 -2
  61. package/source/css/_global/animation.styl +1 -1
  62. package/source/css/_global/index.styl +27 -27
  63. package/source/css/_layout/basic.styl +18 -18
  64. package/source/css/_layout/header.styl +67 -67
  65. package/source/css/_layout/index.styl +14 -14
  66. package/source/css/_mode/index.styl +88 -88
  67. package/source/css/_page/_about/author.styl +5 -5
  68. package/source/css/_page/_about/buff.styl +1 -1
  69. package/source/css/_page/_about/careers.styl +1 -1
  70. package/source/css/_page/_about/contentinfo.styl +2 -2
  71. package/source/css/_page/_about/game.styl +2 -2
  72. package/source/css/_page/_about/like.styl +2 -2
  73. package/source/css/_page/_about/myphoto.styl +1 -1
  74. package/source/css/_page/_about/oneself.styl +2 -2
  75. package/source/css/_page/_about/reward.styl +11 -11
  76. package/source/css/_page/_about/skills.styl +2 -2
  77. package/source/css/_page/_about/statistic.styl +4 -4
  78. package/source/css/_page/_about/tenyear.styl +4 -4
  79. package/source/css/_page/_gallery/index.styl +7 -7
  80. package/source/css/_page/_home/category-bar.styl +11 -8
  81. package/source/css/_page/_home/home-top.styl +16 -16
  82. package/source/css/_page/_home/index.styl +1 -1
  83. package/source/css/_page/_home/pagination.styl +22 -22
  84. package/source/css/_page/_home/recent-post.styl +22 -15
  85. package/source/css/_page/category.styl +11 -11
  86. package/source/css/_page/douban.styl +10 -10
  87. package/source/css/_page/equipment.styl +10 -10
  88. package/source/css/_page/error.styl +3 -3
  89. package/source/css/_page/google.styl +32 -0
  90. package/source/css/_page/index.styl +4 -1
  91. package/source/css/_page/links.styl +27 -27
  92. package/source/css/_page/moment.styl +22 -22
  93. package/source/css/_page/music.styl +16 -14
  94. package/source/css/_page/says.styl +21 -21
  95. package/source/css/_page/share.styl +25 -25
  96. package/source/css/_page/tag.styl +12 -12
  97. package/source/css/_widgets/_aside/allinfo.styl +12 -12
  98. package/source/css/_widgets/_aside/index.styl +4 -4
  99. package/source/css/_widgets/_aside/info.styl +27 -27
  100. package/source/css/_widgets/_aside/newPost.styl +5 -5
  101. package/source/css/_widgets/_aside/toc.styl +7 -7
  102. package/source/css/_widgets/_comment/index.styl +7 -7
  103. package/source/css/_widgets/_comment/twikoo.styl +66 -50
  104. package/source/css/_widgets/_comment/waline.styl +45 -44
  105. package/source/css/_widgets/_extra/console.styl +29 -29
  106. package/source/css/_widgets/_extra/fullpage.styl +1 -1
  107. package/source/css/_widgets/_extra/music.styl +11 -11
  108. package/source/css/_widgets/_extra/pace.styl +2 -2
  109. package/source/css/_widgets/_extra/rightmenu.styl +8 -8
  110. package/source/css/_widgets/_mixins/article-sort.styl +7 -7
  111. package/source/css/_widgets/_mixins/footer.styl +28 -28
  112. package/source/css/_widgets/_mixins/keyboard.styl +8 -8
  113. package/source/css/_widgets/_mixins/other.styl +4 -4
  114. package/source/css/_widgets/_mixins/sidebar.styl +20 -20
  115. package/source/css/_widgets/_post/_highlight/index.styl +16 -16
  116. package/source/css/_widgets/_post/_highlight/theme/default.styl +1 -1
  117. package/source/css/_widgets/_post/_highlight/theme/mac.styl +1 -1
  118. package/source/css/_widgets/_post/commentBarrage.styl +13 -13
  119. package/source/css/_widgets/_post/content.styl +27 -26
  120. package/source/css/_widgets/_post/copyright.styl +9 -9
  121. package/source/css/_widgets/_post/meta.styl +27 -27
  122. package/source/css/_widgets/_post/pagination.styl +13 -13
  123. package/source/css/_widgets/_post/postAI.styl +18 -18
  124. package/source/css/_widgets/_post/relatedPost.styl +8 -8
  125. package/source/css/_widgets/_post/tools.styl +30 -30
  126. package/source/css/_widgets/_search/algolia-search.styl +18 -18
  127. package/source/css/_widgets/_search/local-search.styl +22 -22
  128. package/source/css/_widgets/_tags/button.styl +1 -1
  129. package/source/css/_widgets/_tags/card.styl +12 -12
  130. package/source/css/_widgets/_tags/fold.styl +11 -11
  131. package/source/css/_widgets/_tags/index.styl +26 -26
  132. package/source/css/_widgets/_tags/link.styl +10 -9
  133. package/source/css/_widgets/_tags/mermaid.styl +4 -0
  134. package/source/css/_widgets/_tags/note.styl +2 -2
  135. package/source/css/_widgets/_tags/tabs.styl +10 -10
  136. package/source/css/_widgets/_tags/timeline.styl +5 -5
  137. package/source/img/logo.png +0 -0
  138. package/source/js/comment/twikoo_commentBarrage.js +1 -1
  139. package/source/js/comment/waline_commentBarrage.js +1 -1
  140. package/source/js/covercolor/api.js +18 -18
  141. package/source/js/covercolor/local.js +18 -18
  142. package/source/js/main.js +5 -5
  143. package/source/js/music.js +1 -12
  144. package/source/js/search/algolia.js +7 -7
  145. package/source/js/tw_cn.js +2 -2
  146. package/source/js/universe.min.js +5 -0
  147. package/source/js/utils.js +2 -2
  148. package/source/js/waterfall.min.js +1 -0
@@ -1,6 +1,6 @@
1
1
  #post
2
2
  .post-copyright
3
- background var(--sco-secondbg)
3
+ background var(--efu-secondbg)
4
4
  border-width 1px
5
5
  transition 0.3s
6
6
  position relative
@@ -10,7 +10,7 @@
10
10
  border var(--style-border-always)
11
11
 
12
12
  +maxWidth768()
13
- box-shadow var(--sco-shadow-border)
13
+ box-shadow var(--efu-shadow-border)
14
14
  padding: 1rem 1.3rem;
15
15
  .post-copyright__author_group
16
16
  .post-copyright__author_img
@@ -23,7 +23,7 @@
23
23
  left calc(50% - 33px)
24
24
  top -33px
25
25
  border var(--style-border-always)
26
- box-shadow var(--sco-shadow-main)
26
+ box-shadow var(--efu-shadow-main)
27
27
 
28
28
  if hexo-config('post.default.copyright.author.enable')
29
29
  &:hover
@@ -57,13 +57,13 @@
57
57
  font-size 20px
58
58
  font-weight 700
59
59
  margin-top 16px
60
- color var(--sco-fontcolor)
60
+ color var(--efu-fontcolor)
61
61
  line-height 1
62
62
 
63
63
  .post-copyright__author_desc
64
64
  text-align center
65
65
  font-size 14px
66
- color var(--sco-secondtext)
66
+ color var(--efu-secondtext)
67
67
  margin-top 4px
68
68
 
69
69
  .post-copyright__notice
@@ -72,7 +72,7 @@
72
72
 
73
73
  .post-copyright-info
74
74
  padding-left 0
75
- color var(--sco-secondtext)
75
+ color var(--efu-secondtext)
76
76
  overflow hidden
77
77
  display -webkit-box
78
78
  -webkit-line-clamp 1
@@ -87,12 +87,12 @@
87
87
  word-break break-word
88
88
  padding 0 4px
89
89
  border-radius 4px
90
- color var(--sco-fontcolor)
90
+ color var(--efu-fontcolor)
91
91
  font-weight 700
92
92
 
93
93
  &:hover
94
94
  text-decoration none
95
- background-color var(--sco-main)
96
- color var(--sco-white)
95
+ background-color var(--efu-main)
96
+ color var(--efu-white)
97
97
  cursor pointer
98
98
  border-radius 4px
@@ -1,7 +1,7 @@
1
1
  .post
2
2
  #page-header.post-bg
3
3
  height 20rem
4
- background-color var(--sco-background)
4
+ background-color var(--efu-background)
5
5
  transition .6s
6
6
  overflow hidden
7
7
 
@@ -10,14 +10,14 @@
10
10
 
11
11
  +maxWidth768()
12
12
  height 30rem
13
- background-color var(--sco-main) !important
13
+ background-color var(--efu-main) !important
14
14
  transition 0s
15
15
  margin-bottom -12px
16
16
 
17
17
  &::before
18
18
  transition .3s
19
19
  height 20rem
20
- background-color var(--sco-main)
20
+ background-color var(--efu-main)
21
21
  opacity 1
22
22
  position absolute
23
23
  top 0
@@ -29,7 +29,7 @@
29
29
  +minWidth1300()
30
30
  height 25rem
31
31
  opacity 0
32
- background-color var(--sco-main)
32
+ background-color var(--efu-main)
33
33
  animation slide-in-op .6s 0s forwards
34
34
 
35
35
  +maxWidth768()
@@ -54,25 +54,25 @@
54
54
  .parallax > use:nth-child(1)
55
55
  animation-delay -2s
56
56
  animation-duration 7s
57
- fill var(--sco-background)
57
+ fill var(--efu-background)
58
58
  opacity .5
59
59
 
60
60
  .parallax > use:nth-child(2)
61
61
  animation-delay -3s
62
62
  animation-duration 10s
63
- fill var(--sco-background)
63
+ fill var(--efu-background)
64
64
  opacity .6
65
65
 
66
66
  .parallax > use:nth-child(3)
67
67
  animation-delay -4s
68
68
  animation-duration 13s
69
- fill var(--sco-background)
69
+ fill var(--efu-background)
70
70
  opacity .7
71
71
 
72
72
  .parallax > use:nth-child(4)
73
73
  animation-delay -5s
74
74
  animation-duration 20s
75
- fill var(--sco-background)
75
+ fill var(--efu-background)
76
76
 
77
77
  +maxWidth768()
78
78
  .main-hero-waves-area
@@ -107,7 +107,7 @@
107
107
  height 100%
108
108
  top 0
109
109
  left 0
110
- box-shadow 110px -130px 300px 60px var(--sco-main) inset
110
+ box-shadow 110px -130px 300px 60px var(--efu-main) inset
111
111
 
112
112
  +minWidth1300()
113
113
  width 70%
@@ -149,7 +149,7 @@
149
149
  height 30rem
150
150
 
151
151
  &:after
152
- box-shadow 0 0 205px 59px var(--sco-main) inset
152
+ box-shadow 0 0 205px 59px var(--efu-main) inset
153
153
 
154
154
  &.loaded
155
155
  display block
@@ -163,7 +163,7 @@
163
163
  position absolute
164
164
  padding 0 3rem
165
165
  margin 0 auto
166
- color var(--sco-white)
166
+ color var(--efu-white)
167
167
  max-width 1400px
168
168
  display flex
169
169
  flex-direction column
@@ -190,7 +190,7 @@
190
190
  padding-top 18rem
191
191
 
192
192
  .post-title
193
- color var(--sco-white)
193
+ color var(--efu-white)
194
194
  font-weight 700
195
195
  font-size 2.3rem
196
196
  line-height 1.2
@@ -289,9 +289,9 @@
289
289
 
290
290
  &:hover
291
291
  opacity 1
292
- background var(--sco-white-op)
292
+ background var(--efu-white-op)
293
293
  text-decoration none
294
- color var(--sco-white)
294
+ color var(--efu-white)
295
295
 
296
296
  .post-meta-pv-cv
297
297
  margin-left .8rem
@@ -308,7 +308,7 @@
308
308
 
309
309
  &:hover
310
310
  opacity 1
311
- background var(--sco-white-op)
311
+ background var(--efu-white-op)
312
312
 
313
313
  .post-meta-wechat
314
314
  margin-right .8rem
@@ -318,7 +318,7 @@
318
318
 
319
319
  &:hover
320
320
  opacity 1
321
- background var(--sco-white-op)
321
+ background var(--efu-white-op)
322
322
 
323
323
  #post-firstinfo
324
324
  text-align left
@@ -343,8 +343,8 @@
343
343
  margin-bottom .4rem
344
344
 
345
345
  .post-meta-original
346
- background var(--sco-white-op)
347
- color var(--sco-white)
346
+ background var(--efu-white-op)
347
+ color var(--efu-white)
348
348
  padding 0 .5rem
349
349
  font-size .7rem
350
350
  margin auto
@@ -356,8 +356,8 @@
356
356
  display flex
357
357
 
358
358
  &:hover
359
- color var(--sco-main)
360
- background var(--sco-white)
359
+ color var(--efu-main)
360
+ background var(--efu-white)
361
361
  border-radius 8px
362
362
 
363
363
  .tag_share
@@ -375,7 +375,7 @@
375
375
  display none
376
376
 
377
377
  .post-meta__tags
378
- color var(--sco-white)
378
+ color var(--efu-white)
379
379
  opacity .8
380
380
  margin-right 8px
381
381
  padding 0 8px
@@ -385,15 +385,15 @@
385
385
  flex-direction row
386
386
 
387
387
  &:hover
388
- color var(--sco-white)
388
+ color var(--efu-white)
389
389
  opacity 1
390
- background var(--sco-white-op)
390
+ background var(--efu-white-op)
391
391
 
392
392
  +maxWidth768()
393
393
  margin 0 .5rem 0 0
394
394
 
395
395
  span.post-meta-categories
396
- background-color var(--sco-white-op)
396
+ background-color var(--efu-white-op)
397
397
  border-radius 8px
398
398
  line-height 32px
399
399
  height 32px
@@ -403,10 +403,10 @@
403
403
  margin-left 8px
404
404
 
405
405
  &:hover
406
- background-color var(--sco-white)
406
+ background-color var(--efu-white)
407
407
 
408
408
  a.post-meta-categories
409
- color var(--sco-white)
409
+ color var(--efu-white)
410
410
  font-size .7rem
411
411
  width 100%
412
412
  height 100%
@@ -414,4 +414,4 @@
414
414
  padding 0 .5rem
415
415
 
416
416
  &:hover
417
- color var(--sco-main)
417
+ color var(--efu-main)
@@ -18,11 +18,11 @@
18
18
  +maxWidth768()
19
19
  border-radius 12px
20
20
  border var(--style-border-always)
21
- box-shadow var(--sco-shadow-border)
21
+ box-shadow var(--efu-shadow-border)
22
22
 
23
23
  &.pagination-post
24
24
  margin-top 1.5rem
25
- background var(--sco-card-bg)
25
+ background var(--efu-card-bg)
26
26
  +minWidth768()
27
27
  border-radius 12px
28
28
  margin-top 1rem
@@ -30,13 +30,13 @@
30
30
  margin-top 0
31
31
 
32
32
  .next-post, .prev-post, .next-post.pull-right, .prev-post.pull-left
33
- background var(--sco-secondbg)
33
+ background var(--efu-secondbg)
34
34
  +minWidth1300()
35
- background var(--sco-maskbgdeep)
35
+ background var(--efu-maskbgdeep)
36
36
  backdrop-filter blur(5px)
37
37
  transform translateZ(0)
38
38
  +maxWidth768()
39
- background var(--sco-card-bg)
39
+ background var(--efu-card-bg)
40
40
 
41
41
  .next-post.pull-full, .prev-post.pull-full
42
42
  +minWidth1300()
@@ -61,12 +61,12 @@
61
61
  width 100%
62
62
 
63
63
  .label
64
- color var(--sco-fontcolor)
64
+ color var(--efu-fontcolor)
65
65
  text-transform uppercase
66
66
  font-size 90%
67
67
 
68
68
  +minWidth1300()
69
- color var(--sco-fontcolor)
69
+ color var(--efu-fontcolor)
70
70
  font-weight 700
71
71
  font-size 12px
72
72
  margin-bottom 0.5rem
@@ -85,14 +85,14 @@
85
85
 
86
86
  +minWidth768()
87
87
  &:hover
88
- background var(--sco-main)
88
+ background var(--efu-main)
89
89
 
90
90
  div
91
- color: var(--sco-white)
91
+ color: var(--efu-white)
92
92
 
93
93
  +maxWidth768()
94
94
  &:hover
95
- background var(--sco-none)
95
+ background var(--efu-none)
96
96
 
97
97
  .prev-post
98
98
  .pagination-info
@@ -100,7 +100,7 @@
100
100
 
101
101
  a
102
102
  +minWidth768()
103
- border-right var(--sco-main-op)
103
+ border-right var(--efu-main-op)
104
104
  border-right-width 1px
105
105
  border-right-style solid
106
106
 
@@ -118,7 +118,7 @@
118
118
 
119
119
  a
120
120
  +minWidth768()
121
- border-left var(--sco-main-op)
121
+ border-left var(--efu-main-op)
122
122
  border-left-width 1px
123
123
  border-left-style solid
124
124
  display flex
@@ -152,7 +152,7 @@
152
152
  transform none
153
153
 
154
154
  .next_info, .prev_info
155
- color var(--sco-fontcolor)
155
+ color var(--efu-fontcolor)
156
156
  font-weight 700
157
157
  -webkit-line-clamp 2
158
158
  white-space normal
@@ -1,19 +1,19 @@
1
1
  .post-ai
2
- background var(--sco-secondbg)
2
+ background var(--efu-secondbg)
3
3
  border-radius 12px
4
4
  padding 12px
5
5
  line-height 1.3
6
6
  border var(--style-border-always)
7
7
  margin-top 16px;
8
8
  min-height 101.22px
9
- box-shadow var(--sco-shadow-border)
9
+ box-shadow var(--efu-shadow-border)
10
10
 
11
11
  +maxWidth768()
12
12
  margin-top 22px
13
13
 
14
14
  .ai-title
15
15
  display flex
16
- color var(--sco-lighttext)
16
+ color var(--efu-lighttext)
17
17
  border-radius 8px
18
18
  align-items center
19
19
  padding 0 12px
@@ -22,14 +22,14 @@
22
22
  .ai-title-left
23
23
  display flex
24
24
  align-items center
25
- color var(--sco-lighttext)
25
+ color var(--efu-lighttext)
26
26
 
27
27
  i.ai-title-icon
28
28
  width 24px
29
29
  height 24px
30
30
  display flex
31
- background var(--sco-lighttext)
32
- color var(--sco-card-bg)
31
+ background var(--efu-lighttext)
32
+ color var(--efu-card-bg)
33
33
  font-size 14px
34
34
  border-radius 20px
35
35
  justify-content center
@@ -43,9 +43,9 @@
43
43
 
44
44
  .ai-tag
45
45
  font-size 12px
46
- background-color var(--sco-lighttext)
47
- box-shadow var(--sco-shadow-main)
48
- color var(--sco-card-bg)
46
+ background-color var(--efu-lighttext)
47
+ box-shadow var(--efu-shadow-main)
48
+ color var(--efu-card-bg)
49
49
  font-weight 700
50
50
  border-radius 12px
51
51
  margin-left auto
@@ -65,13 +65,13 @@
65
65
  cursor default
66
66
 
67
67
  &:hover:not(.loadingAI)
68
- background var(--sco-fontcolor)
69
- color var(--sco-card-bg)
68
+ background var(--efu-fontcolor)
69
+ color var(--efu-card-bg)
70
70
 
71
71
  .ai-explanation
72
72
  margin-top 12px
73
73
  padding 8px 12px
74
- background var(--sco-card-bg)
74
+ background var(--efu-card-bg)
75
75
  border-radius 8px
76
76
  border var(--style-border-always)
77
77
  font-size 15px
@@ -80,7 +80,7 @@
80
80
  text-align left
81
81
 
82
82
  .blinking-cursor
83
- background-color var(--sco-lighttext)
83
+ background-color var(--efu-lighttext)
84
84
  width: 14px
85
85
  height 14px
86
86
  border-radius 16px
@@ -99,7 +99,7 @@
99
99
  .ai-suggestions-item
100
100
  margin-top 12px
101
101
  padding 8px 12px
102
- background var(--sco-card-bg)
102
+ background var(--efu-card-bg)
103
103
  border-radius 8px 8px 8px 0
104
104
  border var(--style-border-always)
105
105
  font-size 14px
@@ -111,8 +111,8 @@
111
111
  transition .3s
112
112
 
113
113
  &:hover
114
- background var(--sco-main)
115
- color var(--sco-white)
114
+ background var(--efu-main)
115
+ color var(--efu-white)
116
116
 
117
117
  .ai-bottom
118
118
  width 100%
@@ -122,10 +122,10 @@
122
122
 
123
123
  .ai-tips
124
124
  font-size 12px
125
- color var(--sco-secondtext)
125
+ color var(--efu-secondtext)
126
126
  margin-right auto
127
127
 
128
128
  .ai-report
129
129
  font-size 12px
130
- color var(--sco-secondtext)
130
+ color var(--efu-secondtext)
131
131
  white-space nowrap
@@ -10,7 +10,7 @@
10
10
  margin: 3px
11
11
  width: calc(33.333% - 6px)
12
12
  height: 200px
13
- background: var(--sco-main)
13
+ background: var(--efu-main)
14
14
  vertical-align: bottom
15
15
 
16
16
  .cover
@@ -43,7 +43,7 @@
43
43
  font-size: 90%
44
44
 
45
45
  .title
46
- color: var(--sco-white)
46
+ color: var(--efu-white)
47
47
  -webkit-line-clamp: 2
48
48
  margin-right: auto
49
49
 
@@ -67,7 +67,7 @@
67
67
  font-weight: 400
68
68
 
69
69
  &:hover
70
- color var(--sco-lighttext)
70
+ color var(--efu-lighttext)
71
71
 
72
72
  &-link
73
73
  display: block
@@ -120,7 +120,7 @@
120
120
  .relatedPosts
121
121
  > .relatedPosts-list
122
122
  > div
123
- background: var(--sco-secondbg)
123
+ background: var(--efu-secondbg)
124
124
  border: var(--style-border)
125
125
  transition: .3s
126
126
  cursor: pointer
@@ -129,11 +129,11 @@
129
129
  margin-bottom: 8px
130
130
 
131
131
  &:hover
132
- background: var(--sco-main)
132
+ background: var(--efu-main)
133
133
 
134
134
  .content
135
135
  .title
136
- color: var(--sco-fontcolor)
136
+ color: var(--efu-fontcolor)
137
137
  font-weight: 700
138
138
  line-height: 1.5
139
139
  -webkit-line-clamp: 4
@@ -142,13 +142,13 @@
142
142
  overflow: hidden
143
143
 
144
144
  .date
145
- color: var(--sco-fontcolor)
145
+ color: var(--efu-fontcolor)
146
146
  display: none
147
147
 
148
148
  &:hover
149
149
  a
150
150
  .title
151
- color: var(--sco-white)
151
+ color: var(--efu-white)
152
152
 
153
153
  @media screen and (max-width: 768px)
154
154
  .relatedPosts
@@ -46,24 +46,24 @@
46
46
  justify-content: left
47
47
 
48
48
  .reward-button
49
- color var(--sco-white)
50
- background var(--sco-theme)
49
+ color var(--efu-white)
50
+ background var(--efu-theme)
51
51
  box-shadow none
52
52
 
53
53
  .reward-button
54
- background var(--sco-red)
55
- color var(--sco-white)
54
+ background var(--efu-red)
55
+ color var(--efu-white)
56
56
  padding 0 16px
57
57
  height 40px
58
58
  border-radius 8px
59
59
  line-height 39px
60
- box-shadow var(--sco-shadow-red)
60
+ box-shadow var(--efu-shadow-red)
61
61
  display inline-block
62
62
  cursor pointer
63
63
  transition all .4s ease 0s
64
64
 
65
65
  &:hover
66
- background-color var(--sco-theme)
66
+ background-color var(--efu-theme)
67
67
 
68
68
  .reward-main
69
69
  animation .3s ease .1s 1 normal both running donate_effcet
@@ -90,10 +90,10 @@
90
90
  margin: 0
91
91
  padding: .8rem
92
92
  border-radius: 12px
93
- background: var(--sco-card-bg)
93
+ background: var(--efu-card-bg)
94
94
  border: var(--style-border-always)
95
95
  display: flex
96
- box-shadow: var(--sco-shadow-border)
96
+ box-shadow: var(--efu-shadow-border)
97
97
  flex-direction: column
98
98
  align-items: center
99
99
 
@@ -107,7 +107,7 @@
107
107
 
108
108
  .reward-title
109
109
  font-weight 700
110
- color var(--sco-red)
110
+ color var(--efu-red)
111
111
 
112
112
  .reward-group
113
113
  display flex
@@ -121,11 +121,11 @@
121
121
 
122
122
  &:first-child
123
123
  img
124
- border-color var(--sco-green)
124
+ border-color var(--efu-green)
125
125
 
126
126
  &:last-child
127
127
  img
128
- border-color var(--sco-blue)
128
+ border-color var(--efu-blue)
129
129
 
130
130
  img
131
131
  width 130px
@@ -134,18 +134,18 @@
134
134
  .post-qr-code-desc
135
135
  padding-top .4rem
136
136
  width 130px
137
- color var(--sco-gray)
137
+ color var(--efu-gray)
138
138
  margin-top -8px
139
139
  margin-bottom 8px
140
140
 
141
141
  .post-qr-code-img
142
- box-shadow var(--sco-shadow-lightblack)
142
+ box-shadow var(--efu-shadow-lightblack)
143
143
  border-radius 12px
144
144
  border var(--style-border-always)
145
145
 
146
146
  .reward-main-btn
147
- background var(--sco-secondbg)
148
- color var(--sco-fontcolor)
147
+ background var(--efu-secondbg)
148
+ color var(--efu-fontcolor)
149
149
  display flex
150
150
  flex-direction column
151
151
  border-radius 12px
@@ -154,10 +154,10 @@
154
154
  width 100%
155
155
 
156
156
  &:hover
157
- color var(--sco-white)
158
- background var(--sco-red)
157
+ color var(--efu-white)
158
+ background var(--efu-red)
159
159
  background-image url(https://bu.dusays.com/2023/11/01/6541f7aeb5752.gif)
160
- box-shadow var(--sco-shadow-red)
160
+ box-shadow var(--efu-shadow-red)
161
161
 
162
162
  .reward-text
163
163
  margin-bottom 0
@@ -169,12 +169,12 @@
169
169
  // rss
170
170
 
171
171
  .reward-link.mode
172
- background var(--sco-green)
173
- color var(--sco-white)
172
+ background var(--efu-green)
173
+ color var(--efu-white)
174
174
  padding 0 16px
175
175
  height 40px
176
176
  line-height 39px
177
- box-shadow var(--sco-shadow-green)
177
+ box-shadow var(--efu-shadow-green)
178
178
  border-radius 8px
179
179
  margin-left .5rem
180
180
  cursor pointer
@@ -182,13 +182,13 @@
182
182
  transition .3s
183
183
 
184
184
  a
185
- color var(--sco-white)
185
+ color var(--efu-white)
186
186
 
187
187
  i
188
188
  margin-right 4px
189
189
 
190
190
  &:hover
191
- background var(--sco-theme)
191
+ background var(--efu-theme)
192
192
  box-shadow none
193
193
 
194
194
 
@@ -212,9 +212,9 @@
212
212
  margin-right 8px
213
213
 
214
214
  .post-meta__tags
215
- background var(--sco-card-bg)
215
+ background var(--efu-card-bg)
216
216
  border var(--style-border-always)
217
- color var(--sco-fontcolor)
217
+ color var(--efu-fontcolor)
218
218
  border-radius 8px
219
219
  display flex
220
220
  align-items center
@@ -226,9 +226,9 @@
226
226
  transition all .2s ease-in-out 0s
227
227
 
228
228
  &:hover
229
- background var(--sco-lighttext)
230
- box-shadow var(--sco-shadow-main)
231
- color var(--sco-white)
229
+ background var(--efu-lighttext)
230
+ box-shadow var(--efu-shadow-main)
231
+ color var(--efu-white)
232
232
 
233
233
  span.tags-punctuation
234
234
  font-size 12px
@@ -238,12 +238,12 @@
238
238
 
239
239
  .tagsPageCount, / #tag-page-tags .tagsPageCount
240
240
  padding 2px
241
- background var(--sco-card-bg)
241
+ background var(--efu-card-bg)
242
242
  border var(--style-border-always)
243
243
  min-width 22.5px
244
244
  display inline-block
245
245
  border-radius 4px
246
246
  text-align center
247
247
  font-size .6rem
248
- color var(--sco-fontcolor)
248
+ color var(--efu-fontcolor)
249
249
  margin-left 4px