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
@@ -74,14 +74,14 @@
74
74
  a.categoryButton
75
75
  height 100%
76
76
  width 100%
77
- background var(--sco-card-bg)
77
+ background var(--efu-card-bg)
78
78
  border-radius 12px
79
79
  display inline-block
80
80
  text-align left
81
81
  line-height 4em
82
82
  font-weight 700
83
83
  font-size .9rem
84
- color var(--sco-white)
84
+ color var(--efu-white)
85
85
  transition all .8s cubic-bezier(.39, .575, .565, 1)
86
86
  transform scale(1)
87
87
  overflow hidden
@@ -93,7 +93,7 @@
93
93
  width 1rem
94
94
  left 21px
95
95
  height 2px
96
- background var(--sco-white)
96
+ background var(--efu-white)
97
97
  content ""
98
98
  border-radius 1px
99
99
  position absolute
@@ -144,7 +144,7 @@
144
144
  flex-direction column
145
145
  width calc(100% / 3 - 0.25rem)
146
146
  align-items flex-start
147
- background var(--sco-card-bg)
147
+ background var(--efu-card-bg)
148
148
  border-radius 12px
149
149
  overflow hidden
150
150
  height 164px
@@ -152,7 +152,7 @@
152
152
  border var(--style-border-always)
153
153
  transition .3s
154
154
  position relative
155
- box-shadow var(--sco-shadow-border)
155
+ box-shadow var(--efu-shadow-border)
156
156
 
157
157
  +maxWidth1200()
158
158
  width 200px
@@ -176,7 +176,7 @@
176
176
  img
177
177
  object-fit cover
178
178
  width 100%
179
- background var(--sco-secondbg)
179
+ background var(--efu-secondbg)
180
180
 
181
181
  .recent-post-top-text
182
182
  position absolute
@@ -184,8 +184,8 @@
184
184
  left -50px
185
185
  display flex
186
186
  z-index 1
187
- background var(--sco-theme)
188
- color var(--sco-white)
187
+ background var(--efu-theme)
188
+ color var(--efu-white)
189
189
  padding 2px 8px
190
190
  font-size .6rem
191
191
  border-radius 0 0 12px 0
@@ -210,7 +210,7 @@
210
210
  padding 0
211
211
 
212
212
  &:hover
213
- color var(--sco-fontcolor)
213
+ color var(--efu-fontcolor)
214
214
 
215
215
 
216
216
  .todayCard
@@ -223,7 +223,7 @@
223
223
  height 100%
224
224
  top 0
225
225
  right 0
226
- background var(--sco-card-bg)
226
+ background var(--efu-card-bg)
227
227
  border-radius 12px
228
228
  margin-left 0.5rem
229
229
  overflow hidden
@@ -250,7 +250,7 @@
250
250
  bottom: 2rem
251
251
  left: 2rem
252
252
  z-index: 2
253
- color: var(--sco-white)
253
+ color: var(--efu-white)
254
254
  max-width: 60%
255
255
  transition: .3s
256
256
 
@@ -281,9 +281,9 @@
281
281
  transition: .3s
282
282
 
283
283
  .banner-button
284
- background: var(--sco-white-op)
284
+ background: var(--efu-white-op)
285
285
  border-radius: 20px
286
- color: var(--sco-white)
286
+ color: var(--efu-white)
287
287
  display: flex
288
288
  align-items: center
289
289
  z-index: 1
@@ -300,8 +300,8 @@
300
300
  font-size: 22px
301
301
 
302
302
  &:hover
303
- background: var(--sco-theme)
304
- color: var(--sco-white)
303
+ background: var(--efu-theme)
304
+ color: var(--efu-white)
305
305
 
306
306
  &.hide
307
307
  .todayCard-info
@@ -335,7 +335,7 @@
335
335
  padding 8px 18px 8px 14px
336
336
  border-radius 60px
337
337
  margin-bottom 12px
338
- color var(--sco-white)
338
+ color var(--efu-white)
339
339
  width 94px
340
340
  position relative
341
341
  background-size 200%
@@ -7,7 +7,7 @@
7
7
  padding 0
8
8
  margin-top 0
9
9
 
10
- if hexo-config('hometop.banner.enable')
10
+ if hexo-config('hometop.enable')
11
11
  @import "home-top.styl"
12
12
 
13
13
  // 分类导航栏
@@ -24,9 +24,9 @@
24
24
  margin .2rem 0 1rem 0
25
25
  border-radius 12px
26
26
  line-height 2.5rem
27
- background var(--sco-card-bg)
27
+ background var(--efu-card-bg)
28
28
  border var(--style-border-always)
29
- box-shadow var(--sco-shadow-border)
29
+ box-shadow var(--efu-shadow-border)
30
30
 
31
31
  i
32
32
  +maxWidth768()
@@ -45,35 +45,35 @@
45
45
 
46
46
  +minWidth768()
47
47
  width 2rem
48
- background var(--sco-card-bg)
48
+ background var(--efu-card-bg)
49
49
  height 2rem
50
50
  line-height calc(2rem - 2px)
51
51
  border-radius 8px
52
52
  margin 0 .3rem
53
- box-shadow var(--sco-shadow-border)
53
+ box-shadow var(--efu-shadow-border)
54
54
  border var(--style-border)
55
55
  transition .3s
56
56
  &:hover
57
- color var(--sco-theme)
57
+ color var(--efu-theme)
58
58
  border var(--style-border-hover)
59
- box-shadow var(--sco-shadow-main)
59
+ box-shadow var(--efu-shadow-main)
60
60
  +maxWidth768()
61
61
  display none
62
62
 
63
63
  &.current
64
- background var(--sco-theme)
65
- color var(--sco-white)
64
+ background var(--efu-theme)
65
+ color var(--efu-white)
66
66
  border-radius 5px
67
67
 
68
68
  +minWidth768()
69
- background var(--sco-theme)
69
+ background var(--efu-theme)
70
70
  border var(--style-border-hover)
71
- box-shadow var(--sco-shadow-theme)
71
+ box-shadow var(--efu-shadow-theme)
72
72
 
73
73
  &:hover
74
- background var(--sco-theme)
75
- box-shadow var(--sco-shadow-theme)
76
- color var(--sco-white)
74
+ background var(--efu-theme)
75
+ box-shadow var(--efu-shadow-theme)
76
+ color var(--efu-white)
77
77
 
78
78
  a.extend.next, a.extend.prev
79
79
  +minWidth768()
@@ -81,8 +81,8 @@
81
81
  height 2rem
82
82
  line-height 1.9rem
83
83
  border-radius 8px
84
- background var(--sco-card-bg)
85
- box-shadow var(--sco-shadow-border)
84
+ background var(--efu-card-bg)
85
+ box-shadow var(--efu-shadow-border)
86
86
  position absolute
87
87
  border var(--style-border)
88
88
  display flex
@@ -96,9 +96,9 @@
96
96
 
97
97
  a.extend
98
98
  &:hover
99
- color var(--sco-theme)
99
+ color var(--efu-theme)
100
100
  border var(--style-border-hover)
101
- box-shadow var(--sco-shadow-main)
101
+ box-shadow var(--efu-shadow-main)
102
102
 
103
103
  &.next
104
104
  right 0
@@ -146,7 +146,7 @@
146
146
  justify-content center
147
147
  align-items center
148
148
  transition .3s
149
- background var(--sco-card-bg)
149
+ background var(--efu-card-bg)
150
150
  border var(--style-border-always)
151
151
  cursor text
152
152
  pointer-events none
@@ -156,8 +156,8 @@
156
156
  height 30px
157
157
  right 4px
158
158
  top 5px
159
- background var(--sco-card-bg)
160
- border 1px solid var(--sco-none)
159
+ background var(--efu-card-bg)
160
+ border 1px solid var(--efu-none)
161
161
  border-radius 4px
162
162
  opacity .2
163
163
 
@@ -170,8 +170,8 @@
170
170
  outline-style none
171
171
  font-size 16px
172
172
  padding-left 12px
173
- background var(--sco-secondbg)
174
- color var(--sco-fontcolor)
173
+ background var(--efu-secondbg)
174
+ color var(--efu-fontcolor)
175
175
 
176
176
  &:focus, /#pagination .toPageGroup:hover input
177
177
  border var(--style-border-hover-always)
@@ -13,14 +13,14 @@
13
13
  padding 0 1rem
14
14
 
15
15
  > .recent-post-item
16
- box-shadow var(--sco-shadow-light2black)
16
+ box-shadow var(--efu-shadow-light2black)
17
17
  display flex
18
18
  align-items center
19
19
  animation slide-in .6s .4s backwards
20
20
  transition all .3s ease 0s
21
21
  overflow hidden
22
22
  height fit-content
23
- background var(--sco-card-bg)
23
+ background var(--efu-card-bg)
24
24
  border-radius 12px
25
25
  cursor pointer
26
26
  border var(--style-border)
@@ -31,20 +31,20 @@
31
31
  width calc(100% / 2 - .5rem)
32
32
  margin-top .25rem
33
33
  margin-bottom .75rem
34
- box-shadow var(--sco-shadow-border)
34
+ box-shadow var(--efu-shadow-border)
35
35
 
36
36
  +maxWidth768()
37
37
  margin 1.5rem 0
38
38
  border-radius 12px
39
39
  margin-top 0.5rem
40
40
  border var(--style-border-always)
41
- box-shadow var(--sco-shadow-border)
41
+ box-shadow var(--efu-shadow-border)
42
42
  display block
43
43
  position relative
44
44
  clip-path inset(0 0 0 0 round 12px)
45
45
 
46
46
  &:hover
47
- box-shadow var(--sco-shadow-main)
47
+ box-shadow var(--efu-shadow-main)
48
48
  border var(--style-border-hover)
49
49
 
50
50
  .post_cover img.post_bg
@@ -53,7 +53,14 @@
53
53
  filter brightness(.85)
54
54
 
55
55
  .recent-post-info-top .article-title
56
- color var(--sco-theme)
56
+ color var(--efu-theme)
57
+
58
+ if hexo-config('google_adsense.enable')
59
+ + .google-ads-warp
60
+ iframe
61
+ width: 100% !important
62
+ height: 100% !important
63
+ border: none !important
57
64
 
58
65
  .post_cover
59
66
  position relative
@@ -108,7 +115,7 @@
108
115
  transition .3s
109
116
 
110
117
  &:hover
111
- color var(--sco-main)
118
+ color var(--efu-main)
112
119
 
113
120
  .recent-post-info-top
114
121
  position relative
@@ -148,19 +155,19 @@
148
155
 
149
156
  .original
150
157
  display flex
151
- color var(--sco-secondtext)
158
+ color var(--efu-secondtext)
152
159
  font-size .5rem
153
160
  position relative
154
161
  margin-right 8px
155
162
 
156
163
  .unvisited-post
157
164
  display flex
158
- color var(--sco-secondtext)
165
+ color var(--efu-secondtext)
159
166
  font-size .5rem
160
167
  position relative
161
168
 
162
169
  &:visited
163
- color var(--sco-card-bg)
170
+ color var(--efu-card-bg)
164
171
 
165
172
  /.article-meta-wrap
166
173
  position absolute
@@ -174,7 +181,7 @@
174
181
  left 0
175
182
  padding 0 32px
176
183
  white-space nowrap
177
- color var(--sco-fontcolor)
184
+ color var(--efu-fontcolor)
178
185
  font-size .7rem
179
186
 
180
187
  > .article-meta
@@ -187,7 +194,7 @@
187
194
  > .article-meta__tags
188
195
  margin-right 8px
189
196
  padding 0 .2rem 0 0
190
- color var(--sco-fontcolor)
197
+ color var(--efu-fontcolor)
191
198
 
192
199
  > .post-meta-date
193
200
  right 0
@@ -200,8 +207,8 @@
200
207
  display none
201
208
 
202
209
  a:hover
203
- background-color var(--sco-none)
204
- color var(--sco-lighttext)
210
+ background-color var(--efu-none)
211
+ color var(--efu-lighttext)
205
212
  cursor pointer
206
213
  border-radius 4px
207
214
 
@@ -209,4 +216,4 @@
209
216
  margin 0 .4rem 0 0
210
217
 
211
218
  .sticky
212
- color var(--sco-fontcolor)
219
+ color var(--efu-fontcolor)
@@ -8,7 +8,7 @@
8
8
 
9
9
  +maxWidth768()
10
10
  border-radius 0
11
- background var(--sco-background)
11
+ background var(--efu-background)
12
12
  margin-bottom 0
13
13
  position -webkit-sticky
14
14
  position sticky
@@ -44,7 +44,7 @@
44
44
  padding 4px 16px
45
45
  width 200px
46
46
  border-radius 12px
47
- background var(--sco-card-bg)
47
+ background var(--efu-card-bg)
48
48
  border var(--style-border-always)
49
49
 
50
50
  &::before
@@ -74,14 +74,14 @@
74
74
  a
75
75
  display flex
76
76
  width fit-content
77
- color var(--sco-fontcolor)
77
+ color var(--efu-fontcolor)
78
78
  font-size 1.4em
79
79
  padding 0.2em 0.5em
80
- background var(--sco-card-bg)
80
+ background var(--efu-card-bg)
81
81
  margin 0.5em 0.5em
82
82
  border-radius 12px
83
83
  border var(--style-border-always)
84
- box-shadow var(--sco-shadow-border)
84
+ box-shadow var(--efu-shadow-border)
85
85
  align-items center
86
86
  transition all .3s ease 0s
87
87
 
@@ -93,22 +93,22 @@
93
93
 
94
94
  &:hover
95
95
  transform scale(1.1)
96
- background var(--sco-main) !important
97
- box-shadow var(--sco-shadow-blue)
98
- color var(--sco-white) !important
96
+ background var(--efu-main) !important
97
+ box-shadow var(--efu-shadow-blue)
98
+ color var(--efu-white) !important
99
99
  border var(--style-border-hover)
100
100
 
101
101
  span.tagsPageCount
102
- color var(--sco-lighttext)
102
+ color var(--efu-lighttext)
103
103
 
104
104
  span.tags-punctuation
105
105
  color inherit
106
106
 
107
107
  span.tagsPageCount
108
- background var(--sco-secondbg)
108
+ background var(--efu-secondbg)
109
109
  padding 4px 4px
110
110
  border-radius 8px
111
- color var(--sco-secondtext)
111
+ color var(--efu-secondtext)
112
112
  line-height 1
113
113
  text-align center
114
114
  min-width 35px
@@ -10,8 +10,8 @@
10
10
  width calc(100% / 4 - 9px)
11
11
  border-radius 12px
12
12
  border var(--style-border)
13
- box-shadow var(--sco-shadow-border)
14
- background var(--sco-card-bg)
13
+ box-shadow var(--efu-shadow-border)
14
+ background var(--efu-card-bg)
15
15
  transition .3s
16
16
  animation slide-in 0.6s 0.3s backwards
17
17
  border var(--style-border)
@@ -30,7 +30,7 @@
30
30
  width 100%
31
31
 
32
32
  &:hover
33
- border-color var(--sco-main)
33
+ border-color var(--efu-main)
34
34
 
35
35
  .hexo-douban-picture
36
36
  width 120px
@@ -79,40 +79,40 @@
79
79
 
80
80
  &:hover
81
81
  background none
82
- color var(--sco-main)
82
+ color var(--efu-main)
83
83
 
84
84
  .hexo-douban-pagination
85
85
  margin-top 1.25rem
86
86
  animation slide-in 0.6s 0.3s backwards
87
87
 
88
88
  .hexo-douban-button
89
- background var(--sco-card-bg)
89
+ background var(--efu-card-bg)
90
90
  height 2rem
91
91
  line-height calc(2rem - 2px)
92
92
  border-radius 8px !important
93
93
  margin 0 0.3rem
94
94
  padding 6px 12px
95
- box-shadow var(--sco-shadow-border)
95
+ box-shadow var(--efu-shadow-border)
96
96
  border var(--style-border)
97
97
  transition 0.3s
98
98
  display inline-flex
99
99
  align-items center
100
100
 
101
101
  &:hover
102
- background var(--sco-main)
102
+ background var(--efu-main)
103
103
 
104
104
  .hexo-douban-tabs
105
105
  white-space nowrap
106
106
  overflow hidden
107
107
  display flex
108
108
  padding 0.4rem 1rem 0.4rem 1rem
109
- background var(--sco-card-bg)
109
+ background var(--efu-card-bg)
110
110
  border-radius 12px
111
111
  border var(--style-border)
112
112
  animation slide-in 0.6s 0.3s backwards
113
113
 
114
114
  &:hover
115
- border-color var(--sco-main)
115
+ border-color var(--efu-main)
116
116
 
117
117
  a
118
118
  padding 0.1rem 0.5rem
@@ -122,4 +122,4 @@
122
122
  border-bottom 0
123
123
 
124
124
  .hexo-douban-tab-active
125
- background var(--sco-main)
125
+ background var(--efu-main)
@@ -8,7 +8,7 @@
8
8
  .equipment-item-description
9
9
  line-height 1
10
10
  margin 4px 0 8px 0
11
- color var(--sco-secondtext)
11
+ color var(--efu-secondtext)
12
12
 
13
13
  .equipment-item-content
14
14
  display flex
@@ -22,8 +22,8 @@
22
22
  border var(--style-border-always)
23
23
  overflow hidden
24
24
  margin 8px 6px
25
- background var(--sco-card-bg)
26
- box-shadow var(--sco-shadow-border)
25
+ background var(--efu-card-bg)
26
+ box-shadow var(--efu-shadow-border)
27
27
  min-height 400px
28
28
  position relative
29
29
  user-select none
@@ -37,7 +37,7 @@
37
37
  .equipment-item-content-item-cover
38
38
  width 100%
39
39
  height 200px
40
- background var(--sco-secondbg)
40
+ background var(--efu-secondbg)
41
41
  display flex
42
42
  justify-content center
43
43
 
@@ -60,12 +60,12 @@
60
60
  width fit-content
61
61
 
62
62
  &:hover
63
- color var(--sco-vip)
63
+ color var(--efu-vip)
64
64
  cursor pointer
65
65
 
66
66
  .equipment-item-content-item-specification
67
67
  font-size 12px
68
- color var(--sco-secondtext)
68
+ color var(--efu-secondtext)
69
69
  line-height 1
70
70
  margin-bottom 12px
71
71
  white-space nowrap
@@ -74,7 +74,7 @@
74
74
 
75
75
  .equipment-item-content-item-description
76
76
  line-height 20px
77
- color var(--sco-secondtext)
77
+ color var(--efu-secondtext)
78
78
  height 60px
79
79
  display -webkit-box
80
80
  overflow hidden
@@ -93,11 +93,11 @@
93
93
 
94
94
  .equipment-item-content-item-link
95
95
  font-size 12px
96
- background var(--sco-gray-op)
96
+ background var(--efu-gray-op)
97
97
  padding 4px 8px
98
98
  border-radius 8px
99
99
  cursor pointer
100
100
 
101
101
  &:hover
102
- background var(--sco-main)
103
- color var(--sco-white)
102
+ background var(--efu-main)
103
+ color var(--efu-white)
@@ -24,7 +24,7 @@
24
24
  margin 0 1rem
25
25
  height 18rem
26
26
  max-width 800px
27
- background var(--sco-card-bg)
27
+ background var(--efu-card-bg)
28
28
  transition all .3s ease 0s
29
29
  border var(--style-border-always)
30
30
  position relative
@@ -85,7 +85,7 @@
85
85
  transition .3s
86
86
 
87
87
  &:hover
88
- background var(--sco-theme)
88
+ background var(--efu-theme)
89
89
 
90
90
  i
91
91
  padding-right .3rem
@@ -125,7 +125,7 @@
125
125
  overflow hidden
126
126
  width 100%
127
127
  height 200px
128
- background var(--sco-card-bg)
128
+ background var(--efu-card-bg)
129
129
  display flex
130
130
 
131
131
  .content .title
@@ -0,0 +1,32 @@
1
+ .google-vignette-test
2
+ animation: 0.6s ease 0s 1 normal none running to_show
3
+
4
+ > body
5
+ background-color: var(--efu-maskbgdeep)
6
+
7
+ .header-panel
8
+ background-color: transparent
9
+ border: none
10
+
11
+ .header-message
12
+ color: var(--efu-fontcolor)
13
+
14
+ .close-button
15
+ line-height: inherit
16
+ background: var(--efu-maskbg)
17
+ border-radius: 50%
18
+ padding: 4px
19
+ margin: 12px
20
+ display: flex
21
+ align-items: center
22
+ justify-content: center
23
+
24
+ .container
25
+ ins
26
+ iframe
27
+ border-radius: 12px
28
+ border: var(--style-border)
29
+ box-shadow: var(--efu-shadow-border)
30
+
31
+ > body
32
+ background-color: var(--efu-maskbg)
@@ -28,4 +28,7 @@ if hexo-config('album.enable')
28
28
  if hexo-config('music.enable')
29
29
  @import "music.styl"
30
30
 
31
- @import "share.styl"
31
+ @import "share.styl"
32
+
33
+ if hexo-config('google_adsense.enable')
34
+ @import "google.styl"