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
  #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,21 +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
42
  padding: 0 0.5rem
43
43
  text-align: center
44
44
 
45
- .post & div#sco-footer-bar
45
+ .post & div#st-footer-bar
46
46
  display flex
47
47
  flex-direction column
48
48
  align-items center
@@ -66,18 +66,18 @@
66
66
  .deal_link
67
67
  display flex
68
68
  margin 1rem 27px
69
- color var(--sco-card-bg)
69
+ color var(--efu-card-bg)
70
70
  border-radius 3rem
71
71
  width 32px
72
72
  height 32px
73
- background var(--sco-fontcolor)
73
+ background var(--efu-fontcolor)
74
74
  justify-content center
75
75
  align-items center
76
76
  transition .3s
77
77
 
78
78
  &:hover
79
- color var(--sco-white)
80
- background var(--sco-main)
79
+ color var(--efu-white)
80
+ background var(--efu-main)
81
81
  transform scale(1.1)
82
82
 
83
83
  .footer_mini_logo
@@ -95,7 +95,7 @@
95
95
  &:hover
96
96
  transform scale(1.2)
97
97
 
98
- #sco-footer
98
+ #st-footer
99
99
  display flex
100
100
  flex-direction row
101
101
  width 100%
@@ -112,7 +112,7 @@
112
112
  .footer-item
113
113
  font-size .8rem
114
114
  line-height .8rem
115
- color var(--sco-fontcolor)
115
+ color var(--efu-fontcolor)
116
116
  margin-right auto
117
117
  overflow hidden
118
118
  white-space nowrap
@@ -123,11 +123,11 @@
123
123
  border-radius 12px
124
124
 
125
125
  &:hover
126
- color var(--sco-theme)
127
- background var(--sco-main-op-light)
126
+ color var(--efu-theme)
127
+ background var(--efu-main-op-light)
128
128
 
129
129
  [data-theme=dark] &
130
- background var(--sco-theme-op)
130
+ background var(--efu-theme-op)
131
131
 
132
132
  .footer-group
133
133
  min-width 120px
@@ -141,12 +141,12 @@
141
141
  margin-left 8px
142
142
 
143
143
  &:hover i
144
- color var(--sco-main)
144
+ color var(--efu-main)
145
145
  opacity 1
146
146
 
147
147
  i
148
148
  line-height 1
149
- color var(--sco-secondtext)
149
+ color var(--efu-secondtext)
150
150
  transition .3s
151
151
  font-size 16px
152
152
  opacity .6
@@ -155,7 +155,7 @@
155
155
  margin 0
156
156
 
157
157
  .footer-title
158
- color var(--sco-secondtext)
158
+ color var(--efu-secondtext)
159
159
  font-size .8rem
160
160
  margin-left 8px
161
161
 
@@ -164,9 +164,9 @@
164
164
 
165
165
  /#footer-bar
166
166
  padding 1rem
167
- color var(--sco-fontcolor)
167
+ color var(--efu-fontcolor)
168
168
  margin-top 1rem
169
- background var(--sco-secondbg)
169
+ background var(--efu-secondbg)
170
170
  display flex
171
171
  overflow hidden
172
172
  z-index 1
@@ -198,7 +198,7 @@
198
198
 
199
199
  .footer-bar-link
200
200
  margin 0 4px
201
- color var(--sco-fontcolor)
201
+ color var(--efu-fontcolor)
202
202
  font-size .8rem
203
203
  padding 8px
204
204
  border-radius 12px
@@ -215,8 +215,8 @@
215
215
  margin-right .5rem
216
216
 
217
217
  &:hover
218
- color var(--sco-theme)
219
- background var(--sco-main-op)
218
+ color var(--efu-theme)
219
+ background var(--efu-main-op)
220
220
 
221
221
  .footer-bar-right
222
222
  display flex
@@ -229,8 +229,8 @@
229
229
 
230
230
  #cookies-window
231
231
  min-width 300px
232
- background var(--sco-maskbgdeep)
233
- color var(--sco-fontcolor)
232
+ background var(--efu-maskbgdeep)
233
+ color var(--efu-fontcolor)
234
234
  padding 8px 16px
235
235
  display flex
236
236
  flex-direction column
@@ -270,5 +270,5 @@
270
270
  margin-left: 10px
271
271
  font-size: 16px
272
272
 
273
- i.scoicon
273
+ i.solitude
274
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)
@@ -1,5 +1,5 @@
1
1
  #sidebar
2
- background var(--sco-maskbg)
2
+ background var(--efu-maskbg)
3
3
 
4
4
  #menu-mask
5
5
  position fixed
@@ -7,7 +7,7 @@
7
7
  display none
8
8
  width 100%
9
9
  height 100%
10
- background var(--sco-maskbg)
10
+ background var(--efu-maskbg)
11
11
  -webkit-backdrop-filter saturate(180%) blur(20px)
12
12
  backdrop-filter saturate(180%) blur(20px)
13
13
  transform translateZ(0)
@@ -20,7 +20,7 @@
20
20
  overflow hidden auto
21
21
  width 300px
22
22
  height 100%
23
- background var(--sco-maskbgdeep)
23
+ background var(--efu-maskbgdeep)
24
24
  transition all .5s ease 0s
25
25
  padding-top 30px
26
26
  z-index 1001
@@ -34,7 +34,7 @@
34
34
  width calc(50% - 16px)
35
35
 
36
36
  &:hover
37
- background var(--sco-lighttext)
37
+ background var(--efu-lighttext)
38
38
 
39
39
  .menus_items
40
40
  li
@@ -42,11 +42,11 @@
42
42
  font-weight 400
43
43
 
44
44
  .site-page:hover
45
- background var(--sco-main)!important
46
- color var(--sco-white)
45
+ background var(--efu-main)!important
46
+ color var(--efu-white)
47
47
 
48
48
  .site-page span:hover
49
- color var(--sco-white)
49
+ color var(--efu-white)
50
50
 
51
51
  .menus_items
52
52
  padding 0 16px
@@ -55,7 +55,7 @@
55
55
  position relative
56
56
  display block
57
57
  padding 0
58
- color var(--sco-fontcolor)
58
+ color var(--efu-fontcolor)
59
59
  cursor pointer
60
60
  font-size 14px
61
61
  font-weight 700
@@ -63,7 +63,7 @@
63
63
  .menus_item > .site-page
64
64
  display flex
65
65
  font-size 12px
66
- color var(--sco-secondtext)
66
+ color var(--efu-secondtext)
67
67
 
68
68
  .expand
69
69
  position absolute
@@ -88,7 +88,7 @@
88
88
  padding 8px
89
89
  border-radius 8px
90
90
  border var(--style-border-always)
91
- background var(--sco-card-bg)
91
+ background var(--efu-card-bg)
92
92
 
93
93
  li
94
94
  width calc(50% - 8px)
@@ -109,7 +109,7 @@
109
109
 
110
110
  .back-menu-list-title
111
111
  font-size 12px
112
- color var(--sco-secondtext)
112
+ color var(--efu-secondtext)
113
113
 
114
114
  .back-menu-list
115
115
  width calc(100% + 16px)
@@ -117,7 +117,7 @@
117
117
  margin 0 -8px
118
118
 
119
119
  .back-menu-item
120
- background var(--sco-card-bg)
120
+ background var(--efu-card-bg)
121
121
  border var(--style-border-always)
122
122
  border-radius 8px
123
123
 
@@ -151,7 +151,7 @@
151
151
  font-size 1.28em
152
152
 
153
153
  .data-item-link .headline
154
- color var(--sco-fontcolor)
154
+ color var(--efu-fontcolor)
155
155
 
156
156
  hr
157
157
  margin 1rem auto
@@ -165,12 +165,12 @@
165
165
  margin-bottom 60px
166
166
 
167
167
  a
168
- color var(--sco-fontcolor) !important
168
+ color var(--efu-fontcolor) !important
169
169
  padding 2px 8px 2px 12px
170
170
  margin 4px
171
171
  border-radius 8px
172
172
  border var(--style-border-always)
173
- background var(--sco-card-bg)
173
+ background var(--efu-card-bg)
174
174
  font-size 14px !important
175
175
 
176
176
  sup
@@ -179,7 +179,7 @@
179
179
 
180
180
  span.sidebar-menu-item-title
181
181
  font-size 12px
182
- color var(--sco-secondtext)
182
+ color var(--efu-secondtext)
183
183
  margin-left 16px
184
184
 
185
185
  .sidebar-menu-item
@@ -192,12 +192,12 @@
192
192
  padding 4px 8px
193
193
 
194
194
  [data-theme="dark"] &
195
- background var(--sco-orange)
196
- color var(--sco-white)
195
+ background var(--efu-orange)
196
+ color var(--efu-white)
197
197
 
198
198
  a.menu-child
199
199
  width 100%
200
- background var(--sco-card-bg)
200
+ background var(--efu-card-bg)
201
201
  border-radius 8px
202
202
  border var(--style-border-always)
203
203
  display flex
@@ -224,7 +224,7 @@
224
224
  justify-content space-between
225
225
 
226
226
  .menus_items .site-page span:hover
227
- color var(--sco-fontcolor)
227
+ color var(--efu-fontcolor)
228
228
 
229
229
  #toggle-sidebar
230
230
  bottom 80px
@@ -1,22 +1,22 @@
1
1
  figure
2
2
  &:hover
3
- box-shadow var(--sco-shadow-border-hover)
3
+ box-shadow var(--efu-shadow-border-hover)
4
4
 
5
5
  .copy-btn
6
6
  position absolute
7
7
  top 1rem
8
8
  right 1rem
9
9
  z-index 10
10
- color var(--sco-fontcolor)
10
+ color var(--efu-fontcolor)
11
11
  cursor pointer
12
12
  transition all .2s ease 0s
13
13
 
14
14
  &:hover
15
- color var(--sco-lighttext)
15
+ color var(--efu-lighttext)
16
16
 
17
17
  &.highlight
18
- background-color var(--sco-hl-bg)
19
- color var(--sco-fontcolor)
18
+ background-color var(--efu-hl-bg)
19
+ color var(--efu-fontcolor)
20
20
  border var(--style-border-always)
21
21
  overflow hidden
22
22
  border-radius 8px 8px 4px 4px
@@ -39,18 +39,18 @@ figure
39
39
  min-height 1.2rem
40
40
  height 2.15em
41
41
  font-size 16px
42
- background var(--sco-hltools-bg)
42
+ background var(--efu-hltools-bg)
43
43
  border-bottom var(--style-border-always)
44
- color var(--sco-fontcolor)
44
+ color var(--efu-fontcolor)
45
45
 
46
- .sco-copy-fill
46
+ .st-copy-fill
47
47
  position absolute
48
48
  cursor pointer
49
49
  transition color .2s
50
50
  font-size 18px
51
51
 
52
- .sco-copy-fill:hover
53
- color var(--sco-main)
52
+ .st-copy-fill:hover
53
+ color var(--efu-main)
54
54
 
55
55
  .expand
56
56
  position absolute
@@ -69,7 +69,7 @@ figure
69
69
  user-select none
70
70
 
71
71
  .code-expand-btn
72
- background var(--sco-hltools-bg)
72
+ background var(--efu-hltools-bg)
73
73
  transition .3s
74
74
  backdrop-filter saturate(180%) blur(20px)
75
75
  transform translateZ(0)
@@ -87,15 +87,15 @@ figure
87
87
  height 32px
88
88
 
89
89
  i
90
- color var(--sco-fontcolor)
90
+ color var(--efu-fontcolor)
91
91
  line-height 1
92
92
  animation 1.2s ease 0s infinite normal none running code-expand-key
93
93
 
94
94
  &:hover
95
- background var(--sco-main)
95
+ background var(--efu-main)
96
96
 
97
97
  i
98
- color var(--sco-white)
98
+ color var(--efu-white)
99
99
 
100
100
  table
101
101
  display block
@@ -118,8 +118,8 @@ figure
118
118
  margin 0
119
119
  padding 8px .5rem
120
120
  border none
121
- color var(--sco-secondtext)
122
- background var(--sco-secondbg)
121
+ color var(--efu-secondtext)
122
+ background var(--efu-secondbg)
123
123
  border-right var(--style-border-always)
124
124
  text-align right
125
125
 
@@ -1,7 +1,7 @@
1
1
  figure
2
2
  &.highlight
3
3
  .highlight-tools
4
- .sco-copy-fill
4
+ .st-copy-fill
5
5
  right .7rem
6
6
 
7
7
  .expand
@@ -1,7 +1,7 @@
1
1
  figure
2
2
  &.highlight
3
3
  .highlight-tools
4
- .sco-copy-fill
4
+ .st-copy-fill
5
5
  right 1.7rem
6
6
 
7
7
  &:after
@@ -21,21 +21,21 @@
21
21
  max-height 150px
22
22
  margin 4px
23
23
  padding 8px 14px
24
- background var(--sco-maskbgdeep)
24
+ background var(--efu-maskbgdeep)
25
25
  border-radius 8px
26
- color var(--sco-fontcolor)
26
+ color var(--efu-fontcolor)
27
27
  animation 0.6s cubic-bezier(0.42, 0, 0.3, 1.11) 0s 1 normal none running barrageIn;
28
28
  transition all 0.3s ease 0s
29
29
  display: flex
30
30
  flex-direction column
31
31
  border var(--style-border)
32
32
  backdrop-filter saturate(180%) blur(20px)
33
- box-shadow var(--sco-shadow-border)
33
+ box-shadow var(--efu-shadow-border)
34
34
  overflow hidden
35
35
 
36
36
  &:hover
37
37
  border var(--style-border-hover)
38
- box-shadow var(--sco-shadow-main)
38
+ box-shadow var(--efu-shadow-main)
39
39
 
40
40
  &.out
41
41
  opacity 0
@@ -45,16 +45,16 @@
45
45
  opacity 0
46
46
 
47
47
  .comment-barrage-close
48
- color var(--sco-secondtext)
48
+ color var(--efu-secondtext)
49
49
  cursor pointer
50
50
  line-height 1
51
51
  margin 4px
52
52
 
53
53
  &:hover
54
- color var(--sco-main)
54
+ color var(--efu-main)
55
55
 
56
- .scoicon
57
- color var(--sco-fontcolor)
56
+ .solitude
57
+ color var(--efu-fontcolor)
58
58
  font-size 18px
59
59
 
60
60
  .barrageHead
@@ -69,24 +69,24 @@
69
69
  font-weight 700
70
70
 
71
71
  .barrageTitle
72
- color var(--sco-card-bg)
72
+ color var(--efu-card-bg)
73
73
  margin-right 8px
74
- background var(--sco-fontcolor)
74
+ background var(--efu-fontcolor)
75
75
  line-height 1
76
76
  padding 4px
77
77
  border-radius 4px
78
78
  white-space nowrap
79
79
 
80
80
  &:hover
81
- background var(--sco-main)
82
- color var(--sco-white)
81
+ background var(--efu-main)
82
+ color var(--efu-white)
83
83
 
84
84
  .barrageAvatar
85
85
  width 16px
86
86
  height 16px
87
87
  margin 0 8px 0 auto
88
88
  border-radius 50%
89
- background var(--sco-secondbg)
89
+ background var(--efu-secondbg)
90
90
 
91
91
  .barrageContent
92
92
  height calc(100% - 30px)
@@ -1,12 +1,23 @@
1
1
  #article-container
2
2
  overflow-wrap break-word
3
3
 
4
+ a
5
+ color var(--efu-fontcolor)
6
+ padding 0 4px
7
+ border-radius 4px 4px 0 0
8
+
9
+ &:not(.fancybox):hover
10
+ border 0
11
+ text-decoration none
12
+ color var(--efu-white)
13
+ border-radius 4px
14
+
4
15
  .table-wrap
5
16
  margin 1rem 0
6
17
  border-radius 8px
7
18
  overflow-x scroll
8
19
 
9
- .headerlink
20
+ a.headerlink
10
21
  float right
11
22
  opacity .08
12
23
  position relative
@@ -21,14 +32,18 @@
21
32
 
22
33
  &::before
23
34
  content "\e082"
24
- font-family scoicon
35
+ font-family solitude
25
36
  cursor pointer
26
37
 
27
38
  &:hover
39
+ border-bottom none
40
+ box-shadow none
41
+ background var(--efu-none)
42
+ color var(--efu-lighttext)
28
43
  opacity 1
29
44
 
30
45
  &::before
31
- color var(--sco-main)
46
+ color var(--efu-main)
32
47
 
33
48
  p
34
49
  font-size .9rem
@@ -42,13 +57,13 @@
42
57
  margin auto
43
58
 
44
59
  code
45
- color var(--sco-white)
60
+ color var(--efu-white)
46
61
  padding 0.2rem 0.4rem
47
62
  border-radius 4px
48
63
  margin 0 4px
49
- background var(--sco-pink)
64
+ background var(--efu-pink)
50
65
  line-height 2
51
- box-shadow var(--sco-shadow-border)
66
+ box-shadow var(--efu-shadow-border)
52
67
 
53
68
  img
54
69
  border-radius 12px
@@ -58,20 +73,6 @@
58
73
  max-width 90%
59
74
  max-height 450px
60
75
 
61
- a
62
- border-bottom 2px dotted var(--sco-lighttext)
63
- color var(--sco-fontcolor)
64
- font-weight 700
65
- padding 0 4px
66
- border-radius 4px 4px 0 0
67
-
68
- &:not(.headerlink, .fancybox):hover
69
- border 0
70
- text-decoration none
71
- background var(--sco-main)
72
- color var(--sco-white)
73
- border-radius 4px
74
-
75
76
  ul, ol
76
77
  padding 0
77
78
  margin-top 0.4rem
@@ -83,9 +84,9 @@
83
84
  position absolute
84
85
  top 0
85
86
  left 0
86
- color var(--sco-fontcolor)
87
+ color var(--efu-fontcolor)
87
88
  transition all .3s ease-out 0s
88
- background var(--sco-lighttext)
89
+ background var(--efu-lighttext)
89
90
 
90
91
  &:not(.tab)
91
92
  position relative
@@ -105,8 +106,8 @@
105
106
  background 0 0
106
107
  content ""
107
108
  line-height .42em
108
- border 0.21em solid var(--sco-lighttext)
109
- background var(--sco-lighttext)
109
+ border 0.21em solid var(--efu-lighttext)
110
+ background var(--efu-lighttext)
110
111
 
111
112
  ol
112
113
  > li:before
@@ -116,7 +117,7 @@
116
117
  border-radius .725em
117
118
  text-align center
118
119
  font-size .85em
119
- color var(--sco-white)
120
+ color var(--efu-white)
120
121
  line-height 1.45em
121
122
 
122
123
  ul li
@@ -161,7 +162,7 @@
161
162
  h2
162
163
  font-size 1.3rem
163
164
  line-height 1.3
164
- border-top 1px dashed var(--sco-theme-op)
165
+ border-top 1px dashed var(--efu-theme-op)
165
166
  padding-top 1.5rem
166
167
 
167
168
  h3