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
@@ -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
@@ -1,6 +1,6 @@
1
1
  #post
2
2
  .post-copyright
3
- background var(--sco-secondbg)
3
+ background var(--efu-secondbg)
4
4
  border-width 1px
5
5
  transition 0.3s
6
6
  position relative
@@ -10,8 +10,8 @@
10
10
  border var(--style-border-always)
11
11
 
12
12
  +maxWidth768()
13
- box-shadow var(--sco-shadow-border)
14
-
13
+ box-shadow var(--efu-shadow-border)
14
+ padding: 1rem 1.3rem;
15
15
  .post-copyright__author_group
16
16
  .post-copyright__author_img
17
17
  width 64px
@@ -23,7 +23,7 @@
23
23
  left calc(50% - 33px)
24
24
  top -33px
25
25
  border var(--style-border-always)
26
- box-shadow var(--sco-shadow-main)
26
+ box-shadow var(--efu-shadow-main)
27
27
 
28
28
  if hexo-config('post.default.copyright.author.enable')
29
29
  &:hover
@@ -57,13 +57,13 @@
57
57
  font-size 20px
58
58
  font-weight 700
59
59
  margin-top 16px
60
- color var(--sco-fontcolor)
60
+ color var(--efu-fontcolor)
61
61
  line-height 1
62
62
 
63
63
  .post-copyright__author_desc
64
64
  text-align center
65
65
  font-size 14px
66
- color var(--sco-secondtext)
66
+ color var(--efu-secondtext)
67
67
  margin-top 4px
68
68
 
69
69
  .post-copyright__notice
@@ -72,7 +72,7 @@
72
72
 
73
73
  .post-copyright-info
74
74
  padding-left 0
75
- color var(--sco-secondtext)
75
+ color var(--efu-secondtext)
76
76
  overflow hidden
77
77
  display -webkit-box
78
78
  -webkit-line-clamp 1
@@ -87,12 +87,12 @@
87
87
  word-break break-word
88
88
  padding 0 4px
89
89
  border-radius 4px
90
- color var(--sco-fontcolor)
90
+ color var(--efu-fontcolor)
91
91
  font-weight 700
92
92
 
93
93
  &:hover
94
94
  text-decoration none
95
- background-color var(--sco-main)
96
- color var(--sco-white)
95
+ background-color var(--efu-main)
96
+ color var(--efu-white)
97
97
  cursor pointer
98
- border-radius 4px
98
+ border-radius 4px