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
@@ -13,16 +13,16 @@
13
13
 
14
14
  .flink-desc
15
15
  margin 0
16
- color var(--sco-secondtext)
16
+ color var(--efu-secondtext)
17
17
 
18
18
  .site-card-tag
19
19
  position absolute
20
20
  top 0
21
21
  left 0
22
22
  padding 4px 8px
23
- background-color var(--sco-blue)
24
- box-shadow var(--sco-shadow-blue)
25
- color var(--sco-white)
23
+ background-color var(--efu-blue)
24
+ box-shadow var(--efu-shadow-blue)
25
+ color var(--efu-white)
26
26
  z-index 1
27
27
  border-radius 12px 0 12px 0
28
28
  transition .3s
@@ -39,10 +39,10 @@
39
39
  animation light_tag 4s both infinite
40
40
 
41
41
  &.vip
42
- background-color var(--sco-vip)
42
+ background-color var(--efu-vip)
43
43
 
44
44
  &.speed
45
- background-color var(--sco-speed)
45
+ background-color var(--efu-speed)
46
46
 
47
47
  .site-card-group
48
48
  padding 20px 0
@@ -63,8 +63,8 @@
63
63
  height 200px
64
64
  position relative
65
65
  width calc(100% / 7 - 16px)
66
- background var(--sco-card-bg)
67
- box-shadow var(--sco-shadow-border)
66
+ background var(--efu-card-bg)
67
+ box-shadow var(--efu-shadow-border)
68
68
  margin 8px
69
69
  display block
70
70
  line-height 1.4
@@ -121,7 +121,7 @@
121
121
  height 20px
122
122
  min-width 20px
123
123
  min-height 20px
124
- background var(--sco-secondbg)
124
+ background var(--efu-secondbg)
125
125
 
126
126
  .site-card-text
127
127
  display flex
@@ -129,7 +129,7 @@
129
129
  align-items flex-start
130
130
 
131
131
  .title
132
- color var(--sco-fontcolor)
132
+ color var(--efu-fontcolor)
133
133
  text-align left
134
134
  font-weight 600
135
135
  display -webkit-box
@@ -140,7 +140,7 @@
140
140
 
141
141
  .desc
142
142
  font-size .7rem
143
- color var(--sco-fontcolor)
143
+ color var(--efu-fontcolor)
144
144
  opacity .7
145
145
  transition all .3s
146
146
  text-align left
@@ -153,7 +153,7 @@
153
153
 
154
154
  &:hover
155
155
  border var(--style-border-hover)
156
- box-shadow var(--sco-shadow-main)
156
+ box-shadow var(--efu-shadow-main)
157
157
 
158
158
  .site-card-tag
159
159
  left: -60px
@@ -163,7 +163,7 @@
163
163
  transform scale(1.1)
164
164
  filter brightness(.3)
165
165
  border-radius 12px
166
- background var(--sco-lighttext)
166
+ background var(--efu-lighttext)
167
167
 
168
168
  img
169
169
  border-radius 12px
@@ -171,13 +171,13 @@
171
171
  filter brightness(.3)
172
172
 
173
173
  a
174
- color var(--sco-white)
175
- background var(--sco-main)
176
- box-shadow var(--sco-shadow-main)
174
+ color var(--efu-white)
175
+ background var(--efu-main)
176
+ box-shadow var(--efu-shadow-main)
177
177
 
178
178
  .info
179
179
  height 120px
180
- background-color var(--sco-theme)
180
+ background-color var(--efu-theme)
181
181
 
182
182
  img
183
183
  width 0
@@ -187,10 +187,10 @@
187
187
  min-height 0
188
188
 
189
189
  .title
190
- color var(--sco-white)
190
+ color var(--efu-white)
191
191
 
192
192
  .desc
193
- color var(--sco-white)
193
+ color var(--efu-white)
194
194
  text-align left
195
195
  -webkit-line-clamp 4
196
196
  width 100%
@@ -224,8 +224,8 @@
224
224
  position relative
225
225
  width calc(20% - 12px)
226
226
  border var(--style-border-always)
227
- box-shadow var(--sco-shadow-border)
228
- background var(--sco-card-bg)
227
+ box-shadow var(--efu-shadow-border)
228
+ background var(--efu-card-bg)
229
229
  display flex
230
230
  float left
231
231
  overflow hidden
@@ -259,7 +259,7 @@
259
259
  border-radius 32px
260
260
  margin 15px 20px 15px 15px
261
261
  transition .3s
262
- background var(--sco-background)
262
+ background var(--efu-background)
263
263
  min-width 60px
264
264
  min-height 60px
265
265
  float left
@@ -281,7 +281,7 @@
281
281
  text-align left
282
282
  font-size 19px
283
283
  line-height 20px
284
- color var(--sco-fontcolor)
284
+ color var(--efu-fontcolor)
285
285
  display block
286
286
  padding 0 10px 0 0
287
287
  font-weight 700
@@ -293,7 +293,7 @@
293
293
  .flink-item-desc
294
294
  white-space normal
295
295
  padding 5px 10px 16px 0
296
- color var(--sco-fontcolor)
296
+ color var(--efu-fontcolor)
297
297
  text-align left
298
298
  height 40px
299
299
  text-overflow ellipsis
@@ -305,7 +305,7 @@
305
305
  font-size .93em
306
306
 
307
307
  &:hover
308
- background var(--sco-theme)
308
+ background var(--efu-theme)
309
309
 
310
310
  .site-card-tag
311
311
  left: -50px
@@ -326,10 +326,10 @@
326
326
  min-width calc(100% - 20px)
327
327
 
328
328
  .flink-item-name
329
- color var(--sco-card-bg)
329
+ color var(--efu-card-bg)
330
330
 
331
331
  .flink-item-desc
332
- color var(--sco-card-bg)
332
+ color var(--efu-card-bg)
333
333
  overflow hidden
334
334
  width 100%
335
335
 
@@ -1,32 +1,32 @@
1
1
  #random-post
2
2
  min-height 32px
3
- background var(--sco-card-bg)
3
+ background var(--efu-card-bg)
4
4
  border var(--style-border-always)
5
- box-shadow var(--sco-shadow-border)
5
+ box-shadow var(--efu-shadow-border)
6
6
  padding 20px 30px
7
7
  border-radius 12px
8
8
  margin-top 8px
9
9
 
10
10
  .random-friends-post
11
11
  text-decoration none
12
- border-bottom 2px solid var(--sco-lighttext)
13
- color var(--sco-fontcolor)
12
+ border-bottom 2px solid var(--efu-lighttext)
13
+ color var(--efu-fontcolor)
14
14
  font-weight 700
15
15
  padding 0 4px
16
16
 
17
17
  &:hover
18
18
  text-decoration none
19
- border-bottom 2px solid var(--sco-none)
20
- color var(--sco-white)
21
- background var(--sco-main)
19
+ border-bottom 2px solid var(--efu-none)
20
+ color var(--efu-white)
21
+ background var(--efu-main)
22
22
  border-radius 4px
23
- box-shadow var(--sco-shadow-main)
23
+ box-shadow var(--efu-shadow-main)
24
24
 
25
25
  .random-post-start
26
26
  transition-duration .3s
27
27
 
28
28
  &:hover
29
- color var(--sco-hovertext)
29
+ color var(--efu-hovertext)
30
30
 
31
31
  .moments-list
32
32
  display: flex
@@ -37,10 +37,10 @@
37
37
  flex-direction: column
38
38
 
39
39
  .article-sort-item-title
40
- color: var(--sco-lighttext)
40
+ color: var(--efu-lighttext)
41
41
 
42
42
  &:hover
43
- color: var(--sco-hovertext)
43
+ color: var(--efu-hovertext)
44
44
 
45
45
  #friend_link_moments
46
46
  border: none
@@ -60,7 +60,7 @@
60
60
 
61
61
  &:hover
62
62
  background: 0 0
63
- color: var(--sco-lighttext)
63
+ color: var(--efu-lighttext)
64
64
  box-shadow: none
65
65
 
66
66
  h2
@@ -77,18 +77,18 @@
77
77
  order: 1
78
78
 
79
79
  .moments-sort-item-title
80
- color: var(--sco-lighttext)
80
+ color: var(--efu-lighttext)
81
81
  border-bottom: none
82
82
  padding: 0
83
83
 
84
84
  &:hover
85
- color: var(--sco-hovertext)
85
+ color: var(--efu-hovertext)
86
86
  background: 0 0
87
87
  box-shadow: none
88
88
 
89
89
  .moments_load_button
90
- color: var(--sco-fontcolor)
91
- background: var(--sco-card-btn-bg)
90
+ color: var(--efu-fontcolor)
91
+ background: var(--efu-card-btn-bg)
92
92
  padding: 12px 16px
93
93
  border-radius: 12px
94
94
  transition: .3s
@@ -98,12 +98,12 @@
98
98
  border: 0
99
99
 
100
100
  &:hover
101
- color: var(--sco-white)
102
- background: var(--sco-main)
101
+ color: var(--efu-white)
102
+ background: var(--efu-main)
103
103
  transition: .3s
104
104
 
105
105
  .moments-item-title
106
- color: var(--sco-lighttext)
106
+ color: var(--efu-lighttext)
107
107
  font-size: 1rem
108
108
  order: 0
109
109
  width: 100%
@@ -163,11 +163,11 @@
163
163
 
164
164
  a
165
165
  margin-left: .5rem
166
- color: var(--sco-secondtext)
166
+ color: var(--efu-secondtext)
167
167
  font-weight: 700
168
168
 
169
169
  &:hover
170
- color: var(--sco-main)
170
+ color: var(--efu-main)
171
171
 
172
172
  .title-h2-a-left
173
173
  display: flex
@@ -178,4 +178,4 @@
178
178
 
179
179
  .title-h2-a-right
180
180
  font-size: 14px
181
- color: var(--sco-secondtext)
181
+ color: var(--efu-secondtext)
@@ -1,8 +1,8 @@
1
1
  body[data-type=music]
2
2
  #page-header #nav a
3
- color var(--sco-white)
3
+ color var(--efu-white)
4
4
  #page-header.not-top-img #nav .back-home-button
5
- color var(--sco-white)
5
+ color var(--efu-white)
6
6
  .page
7
7
  .layout#content-inner
8
8
  background none
@@ -10,6 +10,7 @@ body[data-type=music]
10
10
  #page
11
11
  padding 0
12
12
  background transparent
13
+ overflow hidden
13
14
 
14
15
  #footer,
15
16
  #nav-music
@@ -49,6 +50,7 @@ body[data-type=music]
49
50
  background transparent
50
51
  box-shadow none
51
52
  justify-content space-between
53
+ overflow visible
52
54
 
53
55
  .aplayer-body
54
56
  width 70%
@@ -81,11 +83,11 @@ body[data-type=music]
81
83
  display flex
82
84
 
83
85
  &:hover
84
- background var(--sco-black-op)
86
+ background var(--efu-black-op)
85
87
  border-radius 6px
86
88
 
87
89
  &.aplayer-list-light
88
- background var(--sco-black-op)
90
+ background var(--efu-black-op)
89
91
  border-radius 6px
90
92
  height 60px
91
93
  display flex
@@ -129,10 +131,10 @@ body[data-type=music]
129
131
  right 15px
130
132
 
131
133
  span
132
- color var(--sco-white)
134
+ color var(--efu-white)
133
135
 
134
136
  +maxWidth798()
135
- color var(--sco-black)
137
+ color var(--efu-black)
136
138
 
137
139
  &.aplayer-list-title
138
140
  line-height 32px
@@ -168,7 +170,7 @@ body[data-type=music]
168
170
  line-height 32px
169
171
 
170
172
  &::-webkit-scrollbar-thumb
171
- background-color var(--sco-white-op)
173
+ background-color var(--efu-white-op)
172
174
 
173
175
  .aplayer-pic
174
176
  float none
@@ -293,7 +295,7 @@ body[data-type=music]
293
295
  margin 0 32px
294
296
 
295
297
  .aplayer-played
296
- background var(--sco-white) !important
298
+ background var(--efu-white) !important
297
299
 
298
300
  .aplayer-thumb
299
301
  -webkit-transform none
@@ -318,7 +320,7 @@ body[data-type=music]
318
320
  margin-left 16px
319
321
 
320
322
  path
321
- fill var(--sco-white)
323
+ fill var(--efu-white)
322
324
  opacity 0.8
323
325
 
324
326
  .aplayer-time-inner
@@ -411,7 +413,7 @@ body[data-type=music]
411
413
  width 100%
412
414
  bottom 0px
413
415
  left 0
414
- background var(--sco-white)
416
+ background var(--efu-white)
415
417
  border-radius 16px 16px 0px 0px
416
418
  padding 15px 0px
417
419
  max-width 100%
@@ -444,10 +446,10 @@ body[data-type=music]
444
446
  .aplayer-bar
445
447
  height 8px
446
448
  border-radius 8px
447
- background var(--sco-white-op)
449
+ background var(--efu-white-op)
448
450
 
449
451
  .aplayer-loaded
450
- background var(--sco-white-op)
452
+ background var(--efu-white-op)
451
453
  height 8px
452
454
  border-radius 8px
453
455
 
@@ -460,7 +462,7 @@ body[data-type=music]
460
462
  width 16px
461
463
 
462
464
  .aplayer-time
463
- color var(--sco-white)
465
+ color var(--efu-white)
464
466
 
465
467
 
466
468
  .aplayer-volume-wrap
@@ -481,7 +483,7 @@ body[data-type=music]
481
483
 
482
484
  .aplayer-volume
483
485
  width: 100%
484
- background: var(--sco-white) !important
486
+ background: var(--efu-white) !important
485
487
 
486
488
  .aplayer-icon-volume-down
487
489
  display block
@@ -1,6 +1,6 @@
1
1
  if hexo-config('says.home_mini')
2
2
  #bbTimeList
3
- background var(--sco-card-bg)
3
+ background var(--efu-card-bg)
4
4
  border-radius 12px
5
5
  display flex
6
6
  white-space nowrap
@@ -27,11 +27,11 @@ if hexo-config('says.home_mini')
27
27
  animation slide-in .6s 0s backwards
28
28
  &:hover
29
29
  border var(--style-border-hover)
30
- box-shadow var(--sco-shadow-main)
30
+ box-shadow var(--efu-shadow-main)
31
31
 
32
32
  +maxWidth768()
33
33
  margin 0
34
- background var(--sco-background)
34
+ background var(--efu-background)
35
35
  border none
36
36
  i.bber-logo,
37
37
  i.bber-gotobb
@@ -40,7 +40,7 @@ if hexo-config('says.home_mini')
40
40
 
41
41
  &:hover
42
42
  opacity .8
43
- color var(--sco-theme)
43
+ color var(--efu-theme)
44
44
 
45
45
  i.bber-logo
46
46
  font-size 2rem
@@ -118,9 +118,9 @@ if hexo-config('says.enable')
118
118
  margin-right 8px
119
119
 
120
120
  .bber-info-time
121
- color var(--sco-fontcolor)
121
+ color var(--efu-fontcolor)
122
122
  font-size .7rem
123
- background-color var(--sco-gray-op)
123
+ background-color var(--efu-gray-op)
124
124
  padding 0 8px
125
125
  border-radius 20px
126
126
  cursor default
@@ -133,7 +133,7 @@ if hexo-config('says.enable')
133
133
 
134
134
  .datafrom
135
135
  order 2
136
- color var(--sco-secondtext)
136
+ color var(--efu-secondtext)
137
137
  font-size .7rem
138
138
  margin-left 8px
139
139
 
@@ -143,7 +143,7 @@ if hexo-config('says.enable')
143
143
  .bber-content-link
144
144
  display flex
145
145
  margin-left .5rem
146
- color var(--sco-secondtext)
146
+ color var(--efu-secondtext)
147
147
  font-size .7rem
148
148
  align-items center
149
149
  background-color rgba(245, 108, 108, .13)
@@ -151,15 +151,15 @@ if hexo-config('says.enable')
151
151
  border-radius 20px
152
152
 
153
153
  &:hover
154
- background-color var(--sco-main)
155
- color var(--sco-white)
154
+ background-color var(--efu-main)
155
+ color var(--efu-white)
156
156
 
157
157
  i
158
158
  margin-right 3px
159
159
  font-size 16px
160
160
 
161
161
  .count
162
- color var(--sco-secondtext)
162
+ color var(--efu-secondtext)
163
163
  font-size .8rem
164
164
 
165
165
  p
@@ -176,7 +176,7 @@ if hexo-config('says.enable')
176
176
  border-radius 8px
177
177
  overflow hidden
178
178
  border var(--style-border-always)
179
- background var(--sco-secondbg)
179
+ background var(--efu-secondbg)
180
180
 
181
181
  .aplayer-lrc
182
182
  display none
@@ -192,7 +192,7 @@ if hexo-config('says.enable')
192
192
  font-size .8rem
193
193
  font-weight 700
194
194
  margin 0
195
- color var(--sco-black)
195
+ color var(--efu-black)
196
196
 
197
197
  .aplayer-controller
198
198
  align-items center
@@ -201,7 +201,7 @@ if hexo-config('says.enable')
201
201
  padding 0
202
202
 
203
203
  .aplayer-bar
204
- background var(--sco-gray)
204
+ background var(--efu-gray)
205
205
  height 8px
206
206
  border-radius 12px
207
207
  transition .3s
@@ -261,7 +261,7 @@ if hexo-config('says.enable')
261
261
  order 0
262
262
  font-size .8rem
263
263
  font-weight 700
264
- color var(--sco-fontcolor)
264
+ color var(--efu-fontcolor)
265
265
  width 100%
266
266
  line-height 1.38
267
267
  border-radius 12px
@@ -292,8 +292,8 @@ if hexo-config('says.enable')
292
292
  flex-wrap nowrap
293
293
  justify-content space-between
294
294
  align-items flex-start
295
- background var(--sco-card-bg)
296
- box-shadow var(--sco-shadow-border)
295
+ background var(--efu-card-bg)
296
+ box-shadow var(--efu-shadow-border)
297
297
  margin-right 2%
298
298
 
299
299
  +maxWidth1300()
@@ -309,7 +309,7 @@ if hexo-config('says.enable')
309
309
  display flex
310
310
  position relative
311
311
  margin 8px 0
312
- border 1px dashed var(--sco-theme-op)
312
+ border 1px dashed var(--efu-theme-op)
313
313
  width 100%
314
314
 
315
315
  &:hover
@@ -345,7 +345,7 @@ if hexo-config('says.enable')
345
345
  display flex
346
346
  justify-content center
347
347
  margin-top 1rem
348
- color var(--sco-secondtext)
348
+ color var(--efu-secondtext)
349
349
 
350
350
  #bber-talk
351
351
  width 100%
@@ -370,7 +370,7 @@ if hexo-config('says.enable')
370
370
  cursor pointer
371
371
  white-space nowrap
372
372
 
373
- .scoicon
373
+ .solitude
374
374
  font-size 1rem
375
375
  margin-left .5rem
376
376
 
@@ -383,5 +383,5 @@ if hexo-config('says.enable')
383
383
  #bbTimeList
384
384
  .li-style
385
385
  &:hover
386
- color var(--sco-theme)
386
+ color var(--efu-theme)
387
387
  transition .3s