hexo-theme-solitude 1.5.1 → 1.5.3

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 (153) hide show
  1. package/.github/FUNDING.yml +2 -2
  2. package/.github/ISSUE_TEMPLATE/config.yml +17 -0
  3. package/.github/ISSUE_TEMPLATE/feature_request.yml +48 -0
  4. package/.github/PULL_REQUEST_TEMPLATE.md +35 -0
  5. package/.github/logo.png +0 -0
  6. package/.github/screenshot.png +0 -0
  7. package/.github/workflows/stale.yml +19 -0
  8. package/CONTRIBUTING.md +2 -13
  9. package/LICENSE +21 -674
  10. package/README.md +41 -96
  11. package/README_EN.md +40 -96
  12. package/README_zh-tw.md +60 -0
  13. package/SECURITY.md +9 -0
  14. package/_config.yml +235 -264
  15. package/languages/{en-US.yml → en.yml} +3 -4
  16. package/languages/zh-CN.yml +0 -1
  17. package/languages/zh-TW.yml +0 -1
  18. package/layout/404.pug +1 -1
  19. package/layout/includes/body/gadsense.pug +9 -0
  20. package/layout/includes/console.pug +6 -6
  21. package/layout/includes/footer.pug +13 -13
  22. package/layout/includes/inject/body.pug +10 -1
  23. package/layout/includes/inject/head.pug +4 -4
  24. package/layout/includes/mixins/pagination.pug +2 -2
  25. package/layout/includes/nav.pug +2 -2
  26. package/layout/includes/page/album.pug +9 -9
  27. package/layout/includes/page/says.pug +5 -5
  28. package/layout/includes/sidebar.pug +2 -3
  29. package/layout/includes/widgets/aside/asideInfoCard.pug +1 -1
  30. package/layout/includes/widgets/aside/asideNewestPost.pug +1 -1
  31. package/layout/includes/widgets/aside/asideToc.pug +1 -1
  32. package/layout/includes/widgets/aside/asideWebInfo.pug +8 -8
  33. package/layout/includes/widgets/home/banner.pug +1 -1
  34. package/layout/includes/widgets/home/bbTimeList.pug +7 -7
  35. package/layout/includes/widgets/home/categoryBar.pug +5 -4
  36. package/layout/includes/widgets/home/categoryGroup.pug +1 -1
  37. package/layout/includes/widgets/home/postList.pug +8 -2
  38. package/layout/includes/widgets/home/topGroup.pug +1 -1
  39. package/layout/includes/widgets/nav/menu.pug +1 -1
  40. package/layout/includes/widgets/nav/right.pug +6 -6
  41. package/layout/includes/widgets/page/about/award.pug +3 -3
  42. package/layout/includes/widgets/page/about/hobbies.pug +1 -1
  43. package/layout/includes/widgets/page/banner.pug +1 -1
  44. package/layout/includes/widgets/page/equipment/content.pug +1 -1
  45. package/layout/includes/widgets/page/links/banner.pug +3 -3
  46. package/layout/includes/widgets/page/moments/angle.pug +1 -1
  47. package/layout/includes/widgets/post/award.pug +1 -1
  48. package/layout/includes/widgets/post/copyright.pug +1 -1
  49. package/layout/includes/widgets/post/post-ai.pug +1 -1
  50. package/layout/includes/widgets/post/postMeta.pug +12 -12
  51. package/layout/includes/widgets/rightside/index.pug +25 -25
  52. package/layout/includes/widgets/third-party/comments/comment.pug +1 -1
  53. package/layout/includes/widgets/third-party/music.pug +1 -1
  54. package/layout/includes/widgets/third-party/search/algolia-search.pug +2 -2
  55. package/layout/includes/widgets/third-party/search/local-search.pug +1 -1
  56. package/layout/index.pug +2 -2
  57. package/package.json +9 -9
  58. package/plugins.yml +8 -12
  59. package/scripts/event/cdn.js +10 -0
  60. package/scripts/event/welcome.js +1 -1
  61. package/scripts/filter/lazyload.js +2 -3
  62. package/scripts/helper/related_post.js +1 -1
  63. package/scripts/tags/card.js +1 -1
  64. package/scripts/tags/mermaid.js +9 -0
  65. package/scripts/tags/tabs.js +2 -2
  66. package/source/css/_global/animation.styl +1 -1
  67. package/source/css/_global/index.styl +27 -27
  68. package/source/css/_layout/basic.styl +18 -18
  69. package/source/css/_layout/header.styl +67 -67
  70. package/source/css/_layout/index.styl +14 -14
  71. package/source/css/_mode/index.styl +88 -88
  72. package/source/css/_page/_about/author.styl +5 -5
  73. package/source/css/_page/_about/buff.styl +1 -1
  74. package/source/css/_page/_about/careers.styl +1 -1
  75. package/source/css/_page/_about/contentinfo.styl +2 -2
  76. package/source/css/_page/_about/game.styl +2 -2
  77. package/source/css/_page/_about/like.styl +2 -2
  78. package/source/css/_page/_about/myphoto.styl +1 -1
  79. package/source/css/_page/_about/oneself.styl +2 -2
  80. package/source/css/_page/_about/reward.styl +11 -11
  81. package/source/css/_page/_about/skills.styl +2 -2
  82. package/source/css/_page/_about/statistic.styl +4 -4
  83. package/source/css/_page/_about/tenyear.styl +4 -4
  84. package/source/css/_page/_gallery/index.styl +7 -7
  85. package/source/css/_page/_home/category-bar.styl +11 -8
  86. package/source/css/_page/_home/home-top.styl +16 -16
  87. package/source/css/_page/_home/index.styl +1 -1
  88. package/source/css/_page/_home/pagination.styl +22 -22
  89. package/source/css/_page/_home/recent-post.styl +22 -15
  90. package/source/css/_page/category.styl +11 -11
  91. package/source/css/_page/douban.styl +10 -10
  92. package/source/css/_page/equipment.styl +10 -10
  93. package/source/css/_page/error.styl +3 -3
  94. package/source/css/_page/google.styl +32 -0
  95. package/source/css/_page/index.styl +4 -1
  96. package/source/css/_page/links.styl +27 -27
  97. package/source/css/_page/moment.styl +22 -22
  98. package/source/css/_page/music.styl +16 -14
  99. package/source/css/_page/says.styl +21 -21
  100. package/source/css/_page/share.styl +25 -25
  101. package/source/css/_page/tag.styl +12 -12
  102. package/source/css/_widgets/_aside/allinfo.styl +12 -12
  103. package/source/css/_widgets/_aside/index.styl +4 -4
  104. package/source/css/_widgets/_aside/info.styl +27 -27
  105. package/source/css/_widgets/_aside/newPost.styl +5 -5
  106. package/source/css/_widgets/_aside/toc.styl +7 -7
  107. package/source/css/_widgets/_comment/index.styl +7 -7
  108. package/source/css/_widgets/_comment/twikoo.styl +66 -50
  109. package/source/css/_widgets/_comment/waline.styl +45 -44
  110. package/source/css/_widgets/_extra/console.styl +29 -29
  111. package/source/css/_widgets/_extra/fullpage.styl +1 -1
  112. package/source/css/_widgets/_extra/music.styl +11 -11
  113. package/source/css/_widgets/_extra/pace.styl +2 -2
  114. package/source/css/_widgets/_extra/rightmenu.styl +8 -8
  115. package/source/css/_widgets/_mixins/article-sort.styl +7 -7
  116. package/source/css/_widgets/_mixins/footer.styl +28 -28
  117. package/source/css/_widgets/_mixins/keyboard.styl +8 -8
  118. package/source/css/_widgets/_mixins/other.styl +4 -4
  119. package/source/css/_widgets/_mixins/sidebar.styl +20 -20
  120. package/source/css/_widgets/_post/_highlight/index.styl +16 -16
  121. package/source/css/_widgets/_post/_highlight/theme/default.styl +1 -1
  122. package/source/css/_widgets/_post/_highlight/theme/mac.styl +1 -1
  123. package/source/css/_widgets/_post/commentBarrage.styl +13 -13
  124. package/source/css/_widgets/_post/content.styl +27 -26
  125. package/source/css/_widgets/_post/copyright.styl +9 -9
  126. package/source/css/_widgets/_post/meta.styl +27 -27
  127. package/source/css/_widgets/_post/pagination.styl +13 -13
  128. package/source/css/_widgets/_post/postAI.styl +18 -18
  129. package/source/css/_widgets/_post/relatedPost.styl +8 -8
  130. package/source/css/_widgets/_post/tools.styl +30 -30
  131. package/source/css/_widgets/_search/algolia-search.styl +18 -18
  132. package/source/css/_widgets/_search/local-search.styl +22 -22
  133. package/source/css/_widgets/_tags/button.styl +1 -1
  134. package/source/css/_widgets/_tags/card.styl +12 -12
  135. package/source/css/_widgets/_tags/fold.styl +11 -11
  136. package/source/css/_widgets/_tags/index.styl +26 -26
  137. package/source/css/_widgets/_tags/link.styl +10 -9
  138. package/source/css/_widgets/_tags/mermaid.styl +4 -0
  139. package/source/css/_widgets/_tags/note.styl +2 -2
  140. package/source/css/_widgets/_tags/tabs.styl +10 -10
  141. package/source/css/_widgets/_tags/timeline.styl +5 -5
  142. package/source/img/logo.png +0 -0
  143. package/source/js/comment/twikoo_commentBarrage.js +1 -1
  144. package/source/js/comment/waline_commentBarrage.js +1 -1
  145. package/source/js/covercolor/api.js +18 -18
  146. package/source/js/covercolor/local.js +18 -18
  147. package/source/js/main.js +5 -5
  148. package/source/js/music.js +1 -12
  149. package/source/js/search/algolia.js +7 -7
  150. package/source/js/tw_cn.js +2 -2
  151. package/source/js/universe.min.js +5 -0
  152. package/source/js/utils.js +2 -2
  153. package/source/js/waterfall.min.js +1 -0
@@ -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"
@@ -13,16 +13,16 @@
13
13
 
14
14
  .flink-desc
15
15
  margin 0
16
- color var(--sco-secondtext)
16
+ color var(--efu-secondtext)
17
17
 
18
18
  .site-card-tag
19
19
  position absolute
20
20
  top 0
21
21
  left 0
22
22
  padding 4px 8px
23
- background-color var(--sco-blue)
24
- box-shadow var(--sco-shadow-blue)
25
- color var(--sco-white)
23
+ background-color var(--efu-blue)
24
+ box-shadow var(--efu-shadow-blue)
25
+ color var(--efu-white)
26
26
  z-index 1
27
27
  border-radius 12px 0 12px 0
28
28
  transition .3s
@@ -39,10 +39,10 @@
39
39
  animation light_tag 4s both infinite
40
40
 
41
41
  &.vip
42
- background-color var(--sco-vip)
42
+ background-color var(--efu-vip)
43
43
 
44
44
  &.speed
45
- background-color var(--sco-speed)
45
+ background-color var(--efu-speed)
46
46
 
47
47
  .site-card-group
48
48
  padding 20px 0
@@ -63,8 +63,8 @@
63
63
  height 200px
64
64
  position relative
65
65
  width calc(100% / 7 - 16px)
66
- background var(--sco-card-bg)
67
- box-shadow var(--sco-shadow-border)
66
+ background var(--efu-card-bg)
67
+ box-shadow var(--efu-shadow-border)
68
68
  margin 8px
69
69
  display block
70
70
  line-height 1.4
@@ -121,7 +121,7 @@
121
121
  height 20px
122
122
  min-width 20px
123
123
  min-height 20px
124
- background var(--sco-secondbg)
124
+ background var(--efu-secondbg)
125
125
 
126
126
  .site-card-text
127
127
  display flex
@@ -129,7 +129,7 @@
129
129
  align-items flex-start
130
130
 
131
131
  .title
132
- color var(--sco-fontcolor)
132
+ color var(--efu-fontcolor)
133
133
  text-align left
134
134
  font-weight 600
135
135
  display -webkit-box
@@ -140,7 +140,7 @@
140
140
 
141
141
  .desc
142
142
  font-size .7rem
143
- color var(--sco-fontcolor)
143
+ color var(--efu-fontcolor)
144
144
  opacity .7
145
145
  transition all .3s
146
146
  text-align left
@@ -153,7 +153,7 @@
153
153
 
154
154
  &:hover
155
155
  border var(--style-border-hover)
156
- box-shadow var(--sco-shadow-main)
156
+ box-shadow var(--efu-shadow-main)
157
157
 
158
158
  .site-card-tag
159
159
  left: -60px
@@ -163,7 +163,7 @@
163
163
  transform scale(1.1)
164
164
  filter brightness(.3)
165
165
  border-radius 12px
166
- background var(--sco-lighttext)
166
+ background var(--efu-lighttext)
167
167
 
168
168
  img
169
169
  border-radius 12px
@@ -171,13 +171,13 @@
171
171
  filter brightness(.3)
172
172
 
173
173
  a
174
- color var(--sco-white)
175
- background var(--sco-main)
176
- box-shadow var(--sco-shadow-main)
174
+ color var(--efu-white)
175
+ background var(--efu-main)
176
+ box-shadow var(--efu-shadow-main)
177
177
 
178
178
  .info
179
179
  height 120px
180
- background-color var(--sco-theme)
180
+ background-color var(--efu-theme)
181
181
 
182
182
  img
183
183
  width 0
@@ -187,10 +187,10 @@
187
187
  min-height 0
188
188
 
189
189
  .title
190
- color var(--sco-white)
190
+ color var(--efu-white)
191
191
 
192
192
  .desc
193
- color var(--sco-white)
193
+ color var(--efu-white)
194
194
  text-align left
195
195
  -webkit-line-clamp 4
196
196
  width 100%
@@ -224,8 +224,8 @@
224
224
  position relative
225
225
  width calc(20% - 12px)
226
226
  border var(--style-border-always)
227
- box-shadow var(--sco-shadow-border)
228
- background var(--sco-card-bg)
227
+ box-shadow var(--efu-shadow-border)
228
+ background var(--efu-card-bg)
229
229
  display flex
230
230
  float left
231
231
  overflow hidden
@@ -259,7 +259,7 @@
259
259
  border-radius 32px
260
260
  margin 15px 20px 15px 15px
261
261
  transition .3s
262
- background var(--sco-background)
262
+ background var(--efu-background)
263
263
  min-width 60px
264
264
  min-height 60px
265
265
  float left
@@ -281,7 +281,7 @@
281
281
  text-align left
282
282
  font-size 19px
283
283
  line-height 20px
284
- color var(--sco-fontcolor)
284
+ color var(--efu-fontcolor)
285
285
  display block
286
286
  padding 0 10px 0 0
287
287
  font-weight 700
@@ -293,7 +293,7 @@
293
293
  .flink-item-desc
294
294
  white-space normal
295
295
  padding 5px 10px 16px 0
296
- color var(--sco-fontcolor)
296
+ color var(--efu-fontcolor)
297
297
  text-align left
298
298
  height 40px
299
299
  text-overflow ellipsis
@@ -305,7 +305,7 @@
305
305
  font-size .93em
306
306
 
307
307
  &:hover
308
- background var(--sco-theme)
308
+ background var(--efu-theme)
309
309
 
310
310
  .site-card-tag
311
311
  left: -50px
@@ -326,10 +326,10 @@
326
326
  min-width calc(100% - 20px)
327
327
 
328
328
  .flink-item-name
329
- color var(--sco-card-bg)
329
+ color var(--efu-card-bg)
330
330
 
331
331
  .flink-item-desc
332
- color var(--sco-card-bg)
332
+ color var(--efu-card-bg)
333
333
  overflow hidden
334
334
  width 100%
335
335
 
@@ -1,32 +1,32 @@
1
1
  #random-post
2
2
  min-height 32px
3
- background var(--sco-card-bg)
3
+ background var(--efu-card-bg)
4
4
  border var(--style-border-always)
5
- box-shadow var(--sco-shadow-border)
5
+ box-shadow var(--efu-shadow-border)
6
6
  padding 20px 30px
7
7
  border-radius 12px
8
8
  margin-top 8px
9
9
 
10
10
  .random-friends-post
11
11
  text-decoration none
12
- border-bottom 2px solid var(--sco-lighttext)
13
- color var(--sco-fontcolor)
12
+ border-bottom 2px solid var(--efu-lighttext)
13
+ color var(--efu-fontcolor)
14
14
  font-weight 700
15
15
  padding 0 4px
16
16
 
17
17
  &:hover
18
18
  text-decoration none
19
- border-bottom 2px solid var(--sco-none)
20
- color var(--sco-white)
21
- background var(--sco-main)
19
+ border-bottom 2px solid var(--efu-none)
20
+ color var(--efu-white)
21
+ background var(--efu-main)
22
22
  border-radius 4px
23
- box-shadow var(--sco-shadow-main)
23
+ box-shadow var(--efu-shadow-main)
24
24
 
25
25
  .random-post-start
26
26
  transition-duration .3s
27
27
 
28
28
  &:hover
29
- color var(--sco-hovertext)
29
+ color var(--efu-hovertext)
30
30
 
31
31
  .moments-list
32
32
  display: flex
@@ -37,10 +37,10 @@
37
37
  flex-direction: column
38
38
 
39
39
  .article-sort-item-title
40
- color: var(--sco-lighttext)
40
+ color: var(--efu-lighttext)
41
41
 
42
42
  &:hover
43
- color: var(--sco-hovertext)
43
+ color: var(--efu-hovertext)
44
44
 
45
45
  #friend_link_moments
46
46
  border: none
@@ -60,7 +60,7 @@
60
60
 
61
61
  &:hover
62
62
  background: 0 0
63
- color: var(--sco-lighttext)
63
+ color: var(--efu-lighttext)
64
64
  box-shadow: none
65
65
 
66
66
  h2
@@ -77,18 +77,18 @@
77
77
  order: 1
78
78
 
79
79
  .moments-sort-item-title
80
- color: var(--sco-lighttext)
80
+ color: var(--efu-lighttext)
81
81
  border-bottom: none
82
82
  padding: 0
83
83
 
84
84
  &:hover
85
- color: var(--sco-hovertext)
85
+ color: var(--efu-hovertext)
86
86
  background: 0 0
87
87
  box-shadow: none
88
88
 
89
89
  .moments_load_button
90
- color: var(--sco-fontcolor)
91
- background: var(--sco-card-btn-bg)
90
+ color: var(--efu-fontcolor)
91
+ background: var(--efu-card-btn-bg)
92
92
  padding: 12px 16px
93
93
  border-radius: 12px
94
94
  transition: .3s
@@ -98,12 +98,12 @@
98
98
  border: 0
99
99
 
100
100
  &:hover
101
- color: var(--sco-white)
102
- background: var(--sco-main)
101
+ color: var(--efu-white)
102
+ background: var(--efu-main)
103
103
  transition: .3s
104
104
 
105
105
  .moments-item-title
106
- color: var(--sco-lighttext)
106
+ color: var(--efu-lighttext)
107
107
  font-size: 1rem
108
108
  order: 0
109
109
  width: 100%
@@ -163,11 +163,11 @@
163
163
 
164
164
  a
165
165
  margin-left: .5rem
166
- color: var(--sco-secondtext)
166
+ color: var(--efu-secondtext)
167
167
  font-weight: 700
168
168
 
169
169
  &:hover
170
- color: var(--sco-main)
170
+ color: var(--efu-main)
171
171
 
172
172
  .title-h2-a-left
173
173
  display: flex
@@ -178,4 +178,4 @@
178
178
 
179
179
  .title-h2-a-right
180
180
  font-size: 14px
181
- color: var(--sco-secondtext)
181
+ color: var(--efu-secondtext)