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
@@ -66,18 +66,18 @@
66
66
  margin 0
67
67
 
68
68
  .console-card
69
- background var(--sco-maskbg)
69
+ background var(--efu-maskbg)
70
70
  border-radius 12px
71
71
  overflow hidden
72
72
  border var(--style-border)
73
- box-shadow var(--sco-shadow-border)
73
+ box-shadow var(--efu-shadow-border)
74
74
  padding 40px
75
75
 
76
76
  .console-card.tags
77
77
  height calc(100% - 172px)
78
78
 
79
79
  .console-mask
80
- background var(--sco-maskbgdeep)
80
+ background var(--efu-maskbgdeep)
81
81
  backdrop-filter saturate(180%) blur(20px)
82
82
  -webkit-backdrop-filter blur(20px)
83
83
  width 100vw
@@ -114,7 +114,7 @@
114
114
 
115
115
  &:hover
116
116
  .thumbnail
117
- color var(--sco-white)
117
+ color var(--efu-white)
118
118
 
119
119
  .content
120
120
  display flex
@@ -140,16 +140,16 @@
140
140
 
141
141
  &:hover
142
142
  .comment
143
- color var(--sco-white)
143
+ color var(--efu-white)
144
144
 
145
145
  time
146
146
  font-size 12px
147
- color var(--sco-secondtext)
147
+ color var(--efu-secondtext)
148
148
  margin-top auto
149
149
 
150
150
  &:hover
151
151
  time
152
- color var(--sco-white)
152
+ color var(--efu-white)
153
153
 
154
154
  .aside-list
155
155
  display flex
@@ -172,8 +172,8 @@
172
172
 
173
173
  a.darkmode_switchbutton
174
174
  [data-theme="dark"] &
175
- background var(--sco-orange)
176
- color var(--sco-white)
175
+ background var(--efu-orange)
176
+ color var(--efu-white)
177
177
  .button-group
178
178
  .console-btn-item
179
179
  &:not(:last-child)
@@ -181,35 +181,35 @@
181
181
 
182
182
  &:hover
183
183
  a
184
- background var(--sco-main)
184
+ background var(--efu-main)
185
185
 
186
186
  a
187
187
  width 100%
188
188
  height 100%
189
- background var(--sco-card-bg)
189
+ background var(--efu-card-bg)
190
190
  border var(--style-border)
191
191
  border-radius 60px
192
192
  display flex
193
193
  align-items center
194
194
  justify-content center
195
- color var(--sco-fontcolor)
195
+ color var(--efu-fontcolor)
196
196
 
197
197
  i
198
198
  font-size 1rem
199
199
 
200
200
  &.on
201
201
  a
202
- background var(--sco-orange)
203
- color var(--sco-white)
202
+ background var(--efu-orange)
203
+ color var(--efu-white)
204
204
  transition .3s
205
205
 
206
206
  &:not(.on)
207
207
  a:hover
208
- background var(--sco-main)
208
+ background var(--efu-main)
209
209
 
210
210
  &:hover
211
211
  a
212
- color var(--sco-white)
212
+ color var(--efu-white)
213
213
 
214
214
  .console-card.tags
215
215
  .card-tag-cloud
@@ -218,18 +218,18 @@
218
218
  flex-wrap wrap
219
219
 
220
220
  a
221
- color var(--sco-fontcolor)
221
+ color var(--efu-fontcolor)
222
222
  margin 6px 4px
223
223
  padding 2px 8px
224
224
  border-radius 8px
225
- background var(--sco-card-bg)
225
+ background var(--efu-card-bg)
226
226
  border var(--style-border)
227
227
  font-size 14px
228
228
  font-weight 700
229
229
 
230
230
  &:hover
231
- background var(--sco-main)
232
- color var(--sco-white)
231
+ background var(--efu-main)
232
+ color var(--efu-white)
233
233
 
234
234
  sup
235
235
  opacity .6
@@ -241,7 +241,7 @@
241
241
  right max('calc((100% - 1400px) / 2)', someValue)
242
242
  top 0
243
243
  font-size 35px
244
- color var(--sco-fontcolor)
244
+ color var(--efu-fontcolor)
245
245
  cursor pointer
246
246
  transition .3s
247
247
  display flex
@@ -258,8 +258,8 @@
258
258
  transition .6s
259
259
 
260
260
  i:hover
261
- color var(--sco-hovertext)
262
- background var(--sco-main-op)
261
+ color var(--efu-hovertext)
262
+ background var(--efu-main-op)
263
263
  border-radius 32px
264
264
 
265
265
  .console-card.history
@@ -293,12 +293,12 @@
293
293
  align-content space-between
294
294
  border var(--style-border)
295
295
  transition all .3s ease 0s
296
- background var(--sco-maskbgdeep)
296
+ background var(--efu-maskbgdeep)
297
297
  padding 8px 16px
298
298
 
299
299
  &:hover
300
- background var(--sco-main)
301
- color var(--sco-white)
300
+ background var(--efu-main)
301
+ color var(--efu-white)
302
302
  cursor pointer
303
303
 
304
304
  .card-archive-list-date
@@ -346,7 +346,7 @@
346
346
 
347
347
  #card-newest-comments
348
348
  .aside-list-item
349
- background: var(--sco-card-bg)
349
+ background: var(--efu-card-bg)
350
350
  border-radius: 12px
351
351
  border: var(--style-border)
352
352
  padding: 12px 16px
@@ -356,10 +356,11 @@
356
356
  height: 150px
357
357
  transition: .3s
358
358
  position: relative
359
+ cursor pointer
359
360
 
360
361
  &:hover
361
- background: var(--sco-main)
362
- color: var(--sco-white)
362
+ background: var(--efu-main)
363
+ color: var(--efu-white)
363
364
 
364
365
  &:not(:last-child)
365
366
  margin-bottom: .5rem
@@ -6,7 +6,7 @@
6
6
  width 100%
7
7
  height 100%
8
8
  position fixed
9
- background var(--sco-background)
9
+ background var(--efu-background)
10
10
  z-index 1999
11
11
  opacity 1
12
12
  transition 0.2s
@@ -8,7 +8,7 @@
8
8
  cursor pointer
9
9
  transition .3s
10
10
  transform-origin left bottom
11
- box-shadow var(--sco-shadow-border)
11
+ box-shadow var(--efu-shadow-border)
12
12
  border-radius 40px
13
13
  overflow hidden
14
14
  user-select none
@@ -23,11 +23,11 @@
23
23
  user-select none
24
24
 
25
25
  &.playing
26
- box-shadow 0 0 12px -3px var(--sco-none)
26
+ box-shadow 0 0 12px -3px var(--efu-none)
27
27
  -webkit-animation playingShadow 5s linear infinite
28
28
 
29
29
  .aplayer
30
- background var(--sco-main-op-deep)
30
+ background var(--efu-main-op-deep)
31
31
  border var(--style-border-hover)
32
32
  backdrop-filter saturate(180%) blur(20px)
33
33
  -webkit-backdrop-filter blur(20px)
@@ -37,11 +37,11 @@
37
37
  .aplayer-pic
38
38
  box-shadow 0 0 14px #ffffffa6
39
39
  -webkit-transform rotate(0) scale(1.1)
40
- border-color var(--sco-white)
40
+ border-color var(--efu-white)
41
41
  animation-play-state running
42
42
 
43
43
  .aplayer-info
44
- color var(--sco-white)
44
+ color var(--efu-white)
45
45
 
46
46
  .aplayer-lrc
47
47
  width 200px
@@ -61,7 +61,7 @@
61
61
  opacity 0
62
62
 
63
63
  .aplayer
64
- background var(--sco-card-bg)
64
+ background var(--efu-card-bg)
65
65
  border-radius 60px
66
66
  height 41px
67
67
  display flex
@@ -85,7 +85,7 @@
85
85
 
86
86
  .aplayer-info
87
87
  height 100%
88
- color var(--sco-fontcolor)
88
+ color var(--efu-fontcolor)
89
89
  margin-left 8px
90
90
  padding 0
91
91
  display flex
@@ -163,7 +163,7 @@
163
163
  .aplayer-played
164
164
  height 100%
165
165
  opacity .1
166
- background-color var(--sco-white) !important
166
+ background-color var(--efu-white) !important
167
167
  -webkit-animation lightBar 5s ease infinite
168
168
  animation-play-state paused
169
169
 
@@ -177,13 +177,13 @@
177
177
  filter blur(1px)
178
178
 
179
179
  &.aplayer-lrc-current
180
- color var(--sco-white)
180
+ color var(--efu-white)
181
181
  border none
182
182
  filter blur(0)
183
183
 
184
184
  #nav-music-hoverTips
185
- color var(--sco-white)
186
- background var(--sco-main)
185
+ color var(--efu-white)
186
+ background var(--efu-main)
187
187
  width 100%
188
188
  height 100%
189
189
  position absolute
@@ -10,7 +10,7 @@
10
10
  height: 8px
11
11
  border-radius: 8px
12
12
  width: 4rem
13
- background: var(--sco-secondbg)
13
+ background: var(--efu-secondbg)
14
14
  border: var(--style-border)
15
15
  overflow: hidden
16
16
 
@@ -34,6 +34,6 @@
34
34
  right: 100%
35
35
  height: 100%
36
36
  width: 100%
37
- background: var(--sco-logo-color)
37
+ background: var(--efu-logo-color)
38
38
  animation: gradient 2s ease infinite
39
39
  background-size: 200%
@@ -6,20 +6,20 @@
6
6
  height fit-content
7
7
  top 10%
8
8
  left 10%
9
- background-color var(--sco-maskbgdeep)
9
+ background-color var(--efu-maskbgdeep)
10
10
  backdrop-filter blur(20px)
11
11
  transform translateZ(0)
12
- color var(--sco-fontcolor)
12
+ color var(--efu-fontcolor)
13
13
  border-radius 12px
14
14
  z-index 99994
15
15
  border var(--style-border)
16
16
  user-select none
17
- box-shadow var(--sco-shadow-black)
17
+ box-shadow var(--efu-shadow-black)
18
18
  transition border .3s
19
19
 
20
20
  &:hover
21
21
  border var(--style-border-hover)
22
- box-shadow var(--sco-shadow-theme)
22
+ box-shadow var(--efu-shadow-theme)
23
23
 
24
24
  .rightMenu-group
25
25
  padding .5rem .3rem
@@ -48,9 +48,9 @@
48
48
  padding .25rem .5rem
49
49
 
50
50
  &:hover
51
- background-color var(--sco-lighttext)
52
- color var(--sco-card-bg)
53
- box-shadow var(--sco-shadow-main)
51
+ background-color var(--efu-lighttext)
52
+ color var(--efu-card-bg)
53
+ box-shadow var(--efu-shadow-main)
54
54
 
55
55
  i
56
56
  display inline-block
@@ -64,7 +64,7 @@
64
64
  line-height 1.5rem
65
65
 
66
66
  .rightMenu-line
67
- border-top 1px dashed var(--sco-theme-op)
67
+ border-top 1px dashed var(--efu-theme-op)
68
68
 
69
69
  #rightmenu-mask
70
70
  position fixed
@@ -21,14 +21,14 @@
21
21
 
22
22
  &.year
23
23
  font-size .8rem
24
- color var(--sco-secondtext)
24
+ color var(--efu-secondtext)
25
25
  margin 0 0 .2rem 0
26
26
 
27
27
  .article-sort-item-img
28
28
  border-radius 12px
29
29
  min-width 151px
30
30
  min-height 80px
31
- background var(--sco-secondbg)
31
+ background var(--efu-secondbg)
32
32
  overflow hidden
33
33
  width 80px
34
34
  height 80px
@@ -54,10 +54,10 @@
54
54
  text-overflow ellipsis
55
55
 
56
56
  &:hover
57
- color var(--sco-theme)
57
+ color var(--efu-theme)
58
58
 
59
59
  .article-sort-item-title
60
- color var(--sco-fontcolor)
60
+ color var(--efu-fontcolor)
61
61
  font-size 1.1em
62
62
  transition all .3s ease 0s
63
63
  line-height 1.3
@@ -78,10 +78,10 @@
78
78
  display flex
79
79
 
80
80
  a
81
- color var(--sco-fontcolor)
81
+ color var(--efu-fontcolor)
82
82
 
83
83
  &:hover
84
- color var(--sco-theme)
84
+ color var(--efu-theme)
85
85
 
86
86
  .tags-punctuation
87
87
  font-size 12px
@@ -90,4 +90,4 @@
90
90
  .article-meta__tags
91
91
  margin-right 8px
92
92
  padding 0 0.2rem 0 0
93
- color var(--sco-fontcolor)
93
+ color var(--efu-fontcolor)
@@ -1,6 +1,6 @@
1
1
  #footer
2
2
  position relative
3
- background linear-gradient(180deg, var(--sco-card-bg-none) 0, var(--sco-card-bg) 25%)
3
+ background linear-gradient(180deg, var(--efu-card-bg-none) 0, var(--efu-card-bg) 25%)
4
4
  display flex
5
5
  flex-direction column
6
6
  margin-top .5rem
@@ -15,12 +15,12 @@
15
15
  content ''
16
16
  z-index -1
17
17
 
18
- div#sco-footer-bar
18
+ div#st-footer-bar
19
19
  display none
20
20
 
21
21
  a.footer-bar-link
22
22
  padding 4px 16px
23
- background var(--sco-secondbg)
23
+ background var(--efu-secondbg)
24
24
  border-radius 20px
25
25
  margin-top 8px
26
26
  font-size 14px
@@ -28,19 +28,21 @@
28
28
  border var(--style-border-always)
29
29
 
30
30
  &:hover
31
- background var(--sco-main)
32
- color var(--sco-white)
31
+ background var(--efu-main)
32
+ color var(--efu-white)
33
33
  transform scale(1.1)
34
- border-color var(--sco-main)
34
+ border-color var(--efu-main)
35
35
 
36
36
  .footer-logo
37
37
  font-size 24px
38
38
 
39
39
  .footer-bar-description
40
- color var(--sco-secondtext)
40
+ color var(--efu-secondtext)
41
41
  font-weight 700
42
+ padding: 0 0.5rem
43
+ text-align: center
42
44
 
43
- .post & div#sco-footer-bar
45
+ .post & div#st-footer-bar
44
46
  display flex
45
47
  flex-direction column
46
48
  align-items center
@@ -64,18 +66,18 @@
64
66
  .deal_link
65
67
  display flex
66
68
  margin 1rem 27px
67
- color var(--sco-card-bg)
69
+ color var(--efu-card-bg)
68
70
  border-radius 3rem
69
71
  width 32px
70
72
  height 32px
71
- background var(--sco-fontcolor)
73
+ background var(--efu-fontcolor)
72
74
  justify-content center
73
75
  align-items center
74
76
  transition .3s
75
77
 
76
78
  &:hover
77
- color var(--sco-white)
78
- background var(--sco-main)
79
+ color var(--efu-white)
80
+ background var(--efu-main)
79
81
  transform scale(1.1)
80
82
 
81
83
  .footer_mini_logo
@@ -93,7 +95,7 @@
93
95
  &:hover
94
96
  transform scale(1.2)
95
97
 
96
- #sco-footer
98
+ #st-footer
97
99
  display flex
98
100
  flex-direction row
99
101
  width 100%
@@ -110,7 +112,7 @@
110
112
  .footer-item
111
113
  font-size .8rem
112
114
  line-height .8rem
113
- color var(--sco-fontcolor)
115
+ color var(--efu-fontcolor)
114
116
  margin-right auto
115
117
  overflow hidden
116
118
  white-space nowrap
@@ -121,11 +123,11 @@
121
123
  border-radius 12px
122
124
 
123
125
  &:hover
124
- color var(--sco-theme)
125
- background var(--sco-main-op-light)
126
+ color var(--efu-theme)
127
+ background var(--efu-main-op-light)
126
128
 
127
129
  [data-theme=dark] &
128
- background var(--sco-theme-op)
130
+ background var(--efu-theme-op)
129
131
 
130
132
  .footer-group
131
133
  min-width 120px
@@ -139,12 +141,12 @@
139
141
  margin-left 8px
140
142
 
141
143
  &:hover i
142
- color var(--sco-main)
144
+ color var(--efu-main)
143
145
  opacity 1
144
146
 
145
147
  i
146
148
  line-height 1
147
- color var(--sco-secondtext)
149
+ color var(--efu-secondtext)
148
150
  transition .3s
149
151
  font-size 16px
150
152
  opacity .6
@@ -153,7 +155,7 @@
153
155
  margin 0
154
156
 
155
157
  .footer-title
156
- color var(--sco-secondtext)
158
+ color var(--efu-secondtext)
157
159
  font-size .8rem
158
160
  margin-left 8px
159
161
 
@@ -162,9 +164,9 @@
162
164
 
163
165
  /#footer-bar
164
166
  padding 1rem
165
- color var(--sco-fontcolor)
167
+ color var(--efu-fontcolor)
166
168
  margin-top 1rem
167
- background var(--sco-secondbg)
169
+ background var(--efu-secondbg)
168
170
  display flex
169
171
  overflow hidden
170
172
  z-index 1
@@ -196,7 +198,7 @@
196
198
 
197
199
  .footer-bar-link
198
200
  margin 0 4px
199
- color var(--sco-fontcolor)
201
+ color var(--efu-fontcolor)
200
202
  font-size .8rem
201
203
  padding 8px
202
204
  border-radius 12px
@@ -213,8 +215,8 @@
213
215
  margin-right .5rem
214
216
 
215
217
  &:hover
216
- color var(--sco-theme)
217
- background var(--sco-main-op)
218
+ color var(--efu-theme)
219
+ background var(--efu-main-op)
218
220
 
219
221
  .footer-bar-right
220
222
  display flex
@@ -227,8 +229,8 @@
227
229
 
228
230
  #cookies-window
229
231
  min-width 300px
230
- background var(--sco-maskbgdeep)
231
- color var(--sco-fontcolor)
232
+ background var(--efu-maskbgdeep)
233
+ color var(--efu-fontcolor)
232
234
  padding 8px 16px
233
235
  display flex
234
236
  flex-direction column
@@ -268,5 +270,5 @@
268
270
  margin-left: 10px
269
271
  font-size: 16px
270
272
 
271
- i.scoicon
272
- font-size 16px
273
+ i.solitude
274
+ font-size 16px
@@ -3,7 +3,7 @@
3
3
  top 80px
4
4
  left 20px
5
5
  z-index 999
6
- background var(--sco-maskbgdeep)
6
+ background var(--efu-maskbgdeep)
7
7
  border-radius 12px
8
8
  border var(--style-border)
9
9
  padding 20px
@@ -12,7 +12,7 @@
12
12
  backdrop-filter saturate(180%) blur(20px)
13
13
  transform translateZ(0)
14
14
  pointer-events none
15
- box-shadow var(--sco-shadow-border)
15
+ box-shadow var(--efu-shadow-border)
16
16
  opacity 0
17
17
  transition .3s
18
18
 
@@ -22,7 +22,7 @@
22
22
 
23
23
  .keyboardTitle
24
24
  font-size 12px
25
- color var(--sco-secondtext)
25
+ color var(--efu-secondtext)
26
26
  line-height 1
27
27
 
28
28
  .keyboardList
@@ -42,12 +42,12 @@
42
42
  .key
43
43
  padding 0.2em 0.4em
44
44
  font-family inherit
45
- background-color var(--sco-card-bg)
46
- color var(--sco-fontcolor)
45
+ background-color var(--efu-card-bg)
46
+ color var(--efu-fontcolor)
47
47
  border var(--style-border)
48
- border-color var(--sco-secondtext)
49
- border-bottom 2px solid var(--sco-secondtext)
50
- box-shadow var(--sco-shadow-border)
48
+ border-color var(--efu-secondtext)
49
+ border-bottom 2px solid var(--efu-secondtext)
50
+ box-shadow var(--efu-shadow-border)
51
51
  border-radius 0.25rem
52
52
  overflow-wrap break-word
53
53
  overflow-x auto
@@ -10,10 +10,10 @@ span.tags-punctuation
10
10
  margin 0 4px
11
11
 
12
12
  &:hover
13
- color var(--sco-main)
13
+ color var(--efu-main)
14
14
 
15
15
  .post-tips
16
- color var(--sco-gray)
16
+ color var(--efu-gray)
17
17
  font-size 14px;
18
18
  position absolute
19
19
  bottom 2rem
@@ -23,8 +23,8 @@ span.tags-punctuation
23
23
  left 1rem
24
24
 
25
25
  a
26
- color var(--sco-gray)
26
+ color var(--efu-gray)
27
27
  border none
28
28
 
29
29
  &:hover
30
- color var(--sco-main)
30
+ color var(--efu-main)