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,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
@@ -6,19 +6,19 @@ div#banners
6
6
  display flex
7
7
  width 100%
8
8
  height 100%
9
- background var(--sco-card-bg)
9
+ background var(--efu-card-bg)
10
10
  border var(--style-border)
11
11
  border-radius 12px
12
12
  overflow hidden
13
13
  position relative
14
- box-shadow var(--sco-shadow-border)
14
+ box-shadow var(--efu-shadow-border)
15
15
  flex-direction column
16
16
  transition .3s
17
17
  will-change transform
18
18
  animation slide-in .6s .1s backwards
19
19
 
20
20
  :not(.flink)&:hover
21
- box-shadow var(--sco-shadow-main)
21
+ box-shadow var(--efu-shadow-main)
22
22
 
23
23
  .banner-button-group
24
24
  position absolute
@@ -28,26 +28,26 @@ div#banners
28
28
 
29
29
  .banner-button
30
30
  padding 8px 12px
31
- background var(--sco-fontcolor)
31
+ background var(--efu-fontcolor)
32
32
  border-radius 12px
33
- color var(--sco-card-bg)
33
+ color var(--efu-card-bg)
34
34
  display flex
35
35
  align-items center
36
36
  z-index 1
37
37
  transition .3s
38
38
  cursor pointer
39
- box-shadow var(--sco-shadow-black)
39
+ box-shadow var(--efu-shadow-black)
40
40
 
41
41
  &.secondary
42
- background var(--sco-secondbg)
42
+ background var(--efu-secondbg)
43
43
  border var(--style-border-always)
44
- color var(--sco-lighttext)
44
+ color var(--efu-lighttext)
45
45
  margin-right 1rem
46
- box-shadow var(--sco-shadow-border)
46
+ box-shadow var(--efu-shadow-border)
47
47
 
48
48
  &:hover
49
- background var(--sco-theme)
50
- color var(--sco-white)
49
+ background var(--efu-theme)
50
+ color var(--efu-white)
51
51
 
52
52
  i
53
53
  margin-right 8px
@@ -69,7 +69,7 @@ div#banners
69
69
  &-small
70
70
  font-size 12px
71
71
  line-height 1
72
- color var(--sco-secondtext)
72
+ color var(--efu-secondtext)
73
73
  margin-top 8px
74
74
  margin-bottom 0.5rem
75
75
  margin-left 2px
@@ -120,7 +120,7 @@ div#banners
120
120
  color #fff
121
121
  font-size 66px
122
122
  font-weight 700
123
- box-shadow var(--sco-shadow-blackdeep)
123
+ box-shadow var(--efu-shadow-blackdeep)
124
124
 
125
125
  &:nth-child(even)
126
126
  margin-top 1rem
@@ -150,16 +150,16 @@ div#banners
150
150
  .author-content.author-content-item.sharePage
151
151
  height 19rem
152
152
  background-size cover
153
- color var(--sco-white)
153
+ color var(--efu-white)
154
154
  overflow hidden
155
155
  margin-top 0
156
156
 
157
157
  .author-content-item
158
158
  width 49%
159
159
  border-radius 12px
160
- background var(--sco-card-bg)
160
+ background var(--efu-card-bg)
161
161
  border var(--style-border-always)
162
- box-shadow var(--sco-shadow-border)
162
+ box-shadow var(--efu-shadow-border)
163
163
  position relative
164
164
  overflow hidden
165
165
  padding 1rem 2rem
@@ -223,8 +223,8 @@ div#banners
223
223
  width 118px
224
224
  border-radius 20px
225
225
  justify-content center
226
- background var(--sco-black-op)
227
- color var(--sco-white)
226
+ background var(--efu-black-op)
227
+ color var(--efu-white)
228
228
  display flex
229
229
  align-items center
230
230
  z-index 1
@@ -235,8 +235,8 @@ div#banners
235
235
  transform translateZ(0)
236
236
 
237
237
  &:hover
238
- background var(--sco-main)
239
- color var(--sco-card-bg)
238
+ background var(--efu-main)
239
+ color var(--efu-card-bg)
240
240
 
241
241
  i
242
242
  margin-right 8px
@@ -252,7 +252,7 @@ div#banners
252
252
  .banner-button-group
253
253
  .banner-button
254
254
  background 0 0
255
- color var(--sco-white)
255
+ color var(--efu-white)
256
256
  padding 0
257
257
  width 30px
258
258
  height 30px
@@ -269,13 +269,13 @@ div#banners
269
269
  a
270
270
  &:not(.headerlink)
271
271
  text-decoration none
272
- border-bottom 2px dotted var(--sco-lighttext)
273
- color var(--sco-fontcolor)
272
+ border-bottom 2px dotted var(--efu-lighttext)
273
+ color var(--efu-fontcolor)
274
274
  font-weight 700
275
275
  padding 0 4px
276
276
  border-radius 4px 4px 0 0
277
277
 
278
278
  &:hover
279
- color var(--sco-white)
279
+ color var(--efu-white)
280
280
  border-radius 4px
281
- background var(--sco-main)
281
+ background var(--efu-main)
@@ -19,40 +19,40 @@
19
19
  top 0
20
20
  max-height 64px
21
21
  overflow hidden
22
- background var(--sco-card-bg)
22
+ background var(--efu-card-bg)
23
23
  backdrop-filter saturate(180%) blur(20px)
24
24
  transition .1s ease-out
25
25
 
26
26
  &:hover
27
27
  max-height 1000px
28
28
  transition .3s ease-out
29
- background var(--sco-maskbgdeep)
29
+ background var(--efu-maskbgdeep)
30
30
 
31
31
  a
32
32
  padding .1rem .5rem
33
33
  margin .25rem .25rem
34
34
  line-height 1.6
35
35
  border-radius 8px
36
- color var(--sco-fontcolor) !important
36
+ color var(--efu-fontcolor) !important
37
37
  border var(--style-border-always)
38
38
  display flex
39
39
  align-items center
40
- background var(--sco-card-bg)
40
+ background var(--efu-card-bg)
41
41
  transition all .3s ease-out 0s
42
42
 
43
43
  &.select
44
44
  order -1
45
- color var(--sco-card-bg) !important
46
- background var(--sco-theme)
47
- box-shadow var(--sco-shadow-theme)
45
+ color var(--efu-card-bg) !important
46
+ background var(--efu-theme)
47
+ box-shadow var(--efu-shadow-theme)
48
48
 
49
49
  &:hover
50
- color var(--sco-white) !important
51
- background var(--sco-theme)
52
- box-shadow var(--sco-shadow-theme)
50
+ color var(--efu-white) !important
51
+ background var(--efu-theme)
52
+ box-shadow var(--efu-shadow-theme)
53
53
 
54
54
  &.select .tagsPageCount
55
- background var(--sco-card-bg)
56
- color var(--sco-lighttext)
55
+ background var(--efu-card-bg)
56
+ color var(--efu-lighttext)
57
57
  +maxWidth768()
58
58
  display none
@@ -31,7 +31,7 @@
31
31
  display flex
32
32
  position relative
33
33
  margin 1rem 0
34
- border 1px dashed var(--sco-theme-op)
34
+ border 1px dashed var(--efu-theme-op)
35
35
 
36
36
  .item-headline
37
37
  display none
@@ -54,7 +54,7 @@
54
54
  left 0
55
55
  right 0
56
56
  height 150px
57
- background-image linear-gradient(to top, var(--sco-card-bg), transparent)
57
+ background-image linear-gradient(to top, var(--efu-card-bg), transparent)
58
58
  pointer-events none
59
59
 
60
60
  a
@@ -68,9 +68,9 @@
68
68
  margin-left 2px
69
69
 
70
70
  &:hover
71
- background var(--sco-theme)
72
- color var(--sco-white) !important
73
- box-shadow var(--sco-shadow-theme)
71
+ background var(--efu-theme)
72
+ color var(--efu-white) !important
73
+ box-shadow var(--efu-shadow-theme)
74
74
  cursor pointer
75
75
  border-radius 5px
76
76
 
@@ -85,8 +85,8 @@
85
85
  a#more-tags-btn
86
86
  width 100%
87
87
  text-align center
88
- background var(--sco-secondbg)
89
- color var(--sco-fontcolor)
88
+ background var(--efu-secondbg)
89
+ color var(--efu-fontcolor)
90
90
  border-radius 8px
91
91
  display flex
92
92
  justify-content center
@@ -114,7 +114,7 @@
114
114
  display inline-block
115
115
  padding .15rem .5rem
116
116
  width 100%
117
- color var(--sco-fontcolor)
117
+ color var(--efu-fontcolor)
118
118
  transition all .4s ease 0s
119
119
  border-radius: 8px
120
120
  margin: 4px 0
@@ -123,10 +123,10 @@
123
123
  border: var(--style-border)
124
124
 
125
125
  &:hover
126
- background-color var(--sco-theme)
127
- color var(--sco-card-bg)
126
+ background-color var(--efu-theme)
127
+ color var(--efu-card-bg)
128
128
  border-radius 5px
129
- box-shadow: var(--sco-shadow-theme)
129
+ box-shadow: var(--efu-shadow-theme)
130
130
  padding: .15rem .5rem
131
131
  border: var(--style-border-hover)
132
132
  cursor pointer
@@ -164,5 +164,5 @@ if hexo-config('aside.tags.highlight')
164
164
  for tag in highlightTags
165
165
  tag = '"/tags/' + tag + '/"'
166
166
  #aside-content .card-tag-cloud a[href*={tag}]
167
- color var(--sco-lighttext)
167
+ color var(--efu-lighttext)
168
168
  font-weight 500
@@ -5,7 +5,7 @@
5
5
  transition: .3s
6
6
  border: none
7
7
  box-shadow: none
8
- background: var(--sco-main)
8
+ background: var(--efu-main)
9
9
  margin-top: 0
10
10
 
11
11
  +minWidth900()
@@ -38,8 +38,8 @@
38
38
  user-select none
39
39
 
40
40
  .card-widget
41
- box-shadow var(--sco-shadow-border)
42
- background var(--sco-card-bg)
41
+ box-shadow var(--efu-shadow-border)
42
+ background var(--efu-card-bg)
43
43
  border var(--style-border)
44
44
  transition 0.3s
45
45
  border-radius 12px
@@ -49,7 +49,7 @@
49
49
  padding 1rem 1.2rem
50
50
 
51
51
  &:hover
52
- box-shadow var(--sco-shadow-border)
52
+ box-shadow var(--efu-shadow-border)
53
53
 
54
54
  > .card-widget
55
55
  &:first-child