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.
- package/.github/ISSUE_TEMPLATE/config.yml +17 -0
- package/.github/ISSUE_TEMPLATE/feature_request.yml +48 -0
- package/.github/PULL_REQUEST_TEMPLATE.md +35 -0
- package/CONTRIBUTING.md +2 -13
- package/LICENSE +21 -674
- package/README.md +17 -41
- package/README_EN.md +14 -39
- package/SECURITY.md +9 -0
- package/_config.yml +235 -264
- package/languages/{en-US.yml → en.yml} +3 -5
- package/languages/zh-CN.yml +0 -2
- package/languages/zh-TW.yml +0 -2
- package/layout/404.pug +1 -1
- package/layout/includes/body/gadsense.pug +9 -0
- package/layout/includes/console.pug +6 -6
- package/layout/includes/footer.pug +13 -13
- package/layout/includes/inject/body.pug +10 -1
- package/layout/includes/inject/head.pug +6 -4
- package/layout/includes/mixins/pagination.pug +2 -2
- package/layout/includes/nav.pug +2 -2
- package/layout/includes/page/album.pug +9 -9
- package/layout/includes/page/says.pug +5 -5
- package/layout/includes/sidebar.pug +2 -3
- package/layout/includes/widgets/aside/asideInfoCard.pug +1 -1
- package/layout/includes/widgets/aside/asideNewestPost.pug +1 -1
- package/layout/includes/widgets/aside/asideToc.pug +1 -1
- package/layout/includes/widgets/aside/asideWebInfo.pug +8 -8
- package/layout/includes/widgets/home/banner.pug +1 -1
- package/layout/includes/widgets/home/bbTimeList.pug +7 -7
- package/layout/includes/widgets/home/categoryBar.pug +5 -4
- package/layout/includes/widgets/home/categoryGroup.pug +3 -2
- package/layout/includes/widgets/home/postList.pug +11 -5
- package/layout/includes/widgets/home/topGroup.pug +1 -1
- package/layout/includes/widgets/nav/menu.pug +1 -1
- package/layout/includes/widgets/nav/right.pug +6 -6
- package/layout/includes/widgets/page/about/award.pug +3 -3
- package/layout/includes/widgets/page/about/hobbies.pug +1 -1
- package/layout/includes/widgets/page/banner.pug +1 -1
- package/layout/includes/widgets/page/equipment/content.pug +1 -1
- package/layout/includes/widgets/page/links/banner.pug +3 -3
- package/layout/includes/widgets/page/moments/angle.pug +1 -1
- package/layout/includes/widgets/post/award.pug +1 -1
- package/layout/includes/widgets/post/copyright.pug +1 -1
- package/layout/includes/widgets/post/post-ai.pug +1 -1
- package/layout/includes/widgets/post/postMeta.pug +12 -12
- package/layout/includes/widgets/rightside/index.pug +25 -25
- package/layout/includes/widgets/third-party/comments/comment.pug +1 -1
- package/layout/includes/widgets/third-party/music.pug +1 -1
- package/layout/includes/widgets/third-party/search/algolia-search.pug +2 -2
- package/layout/includes/widgets/third-party/search/local-search.pug +1 -1
- package/layout/index.pug +2 -2
- package/package.json +9 -9
- package/plugins.yml +8 -12
- package/scripts/event/cdn.js +10 -0
- package/scripts/event/welcome.js +1 -1
- package/scripts/filter/lazyload.js +2 -3
- package/scripts/helper/related_post.js +1 -1
- package/scripts/helper/stylus.js +11 -3
- package/scripts/tags/card.js +1 -1
- package/scripts/tags/mermaid.js +9 -0
- package/scripts/tags/tabs.js +2 -2
- package/source/css/_global/animation.styl +1 -1
- package/source/css/_global/index.styl +27 -27
- package/source/css/_layout/basic.styl +18 -18
- package/source/css/_layout/header.styl +67 -67
- package/source/css/_layout/index.styl +14 -14
- package/source/css/_mode/index.styl +88 -88
- package/source/css/_page/_about/author.styl +5 -5
- package/source/css/_page/_about/buff.styl +1 -1
- package/source/css/_page/_about/careers.styl +1 -1
- package/source/css/_page/_about/contentinfo.styl +2 -2
- package/source/css/_page/_about/game.styl +2 -2
- package/source/css/_page/_about/like.styl +2 -2
- package/source/css/_page/_about/myphoto.styl +1 -1
- package/source/css/_page/_about/oneself.styl +2 -2
- package/source/css/_page/_about/reward.styl +11 -11
- package/source/css/_page/_about/skills.styl +2 -2
- package/source/css/_page/_about/statistic.styl +4 -4
- package/source/css/_page/_about/tenyear.styl +4 -4
- package/source/css/_page/_gallery/index.styl +7 -7
- package/source/css/_page/_home/category-bar.styl +11 -8
- package/source/css/_page/_home/home-top.styl +16 -16
- package/source/css/_page/_home/index.styl +1 -1
- package/source/css/_page/_home/pagination.styl +22 -22
- package/source/css/_page/_home/recent-post.styl +22 -15
- package/source/css/_page/category.styl +11 -11
- package/source/css/_page/douban.styl +10 -10
- package/source/css/_page/equipment.styl +10 -10
- package/source/css/_page/error.styl +3 -3
- package/source/css/_page/google.styl +32 -0
- package/source/css/_page/index.styl +4 -1
- package/source/css/_page/links.styl +27 -27
- package/source/css/_page/moment.styl +22 -22
- package/source/css/_page/music.styl +16 -14
- package/source/css/_page/says.styl +21 -21
- package/source/css/_page/share.styl +25 -25
- package/source/css/_page/tag.styl +12 -12
- package/source/css/_widgets/_aside/allinfo.styl +12 -12
- package/source/css/_widgets/_aside/flip.styl +3 -6
- package/source/css/_widgets/_aside/index.styl +4 -4
- package/source/css/_widgets/_aside/info.styl +27 -27
- package/source/css/_widgets/_aside/newPost.styl +5 -5
- package/source/css/_widgets/_aside/toc.styl +7 -7
- package/source/css/_widgets/_comment/index.styl +7 -7
- package/source/css/_widgets/_comment/twikoo.styl +66 -50
- package/source/css/_widgets/_comment/waline.styl +45 -44
- package/source/css/_widgets/_extra/console.styl +30 -29
- package/source/css/_widgets/_extra/fullpage.styl +1 -1
- package/source/css/_widgets/_extra/music.styl +11 -11
- package/source/css/_widgets/_extra/pace.styl +2 -2
- package/source/css/_widgets/_extra/rightmenu.styl +8 -8
- package/source/css/_widgets/_mixins/article-sort.styl +7 -7
- package/source/css/_widgets/_mixins/footer.styl +31 -29
- package/source/css/_widgets/_mixins/keyboard.styl +8 -8
- package/source/css/_widgets/_mixins/other.styl +4 -4
- package/source/css/_widgets/_mixins/sidebar.styl +20 -20
- package/source/css/_widgets/_post/_highlight/index.styl +16 -16
- package/source/css/_widgets/_post/_highlight/theme/default.styl +1 -1
- package/source/css/_widgets/_post/_highlight/theme/mac.styl +1 -1
- package/source/css/_widgets/_post/commentBarrage.styl +13 -13
- package/source/css/_widgets/_post/content.styl +27 -26
- package/source/css/_widgets/_post/copyright.styl +11 -11
- package/source/css/_widgets/_post/meta.styl +27 -27
- package/source/css/_widgets/_post/pagination.styl +13 -13
- package/source/css/_widgets/_post/postAI.styl +18 -18
- package/source/css/_widgets/_post/relatedPost.styl +8 -8
- package/source/css/_widgets/_post/tools.styl +30 -30
- package/source/css/_widgets/_search/algolia-search.styl +18 -18
- package/source/css/_widgets/_search/local-search.styl +22 -22
- package/source/css/_widgets/_tags/button.styl +1 -1
- package/source/css/_widgets/_tags/card.styl +12 -12
- package/source/css/_widgets/_tags/fold.styl +11 -11
- package/source/css/_widgets/_tags/index.styl +26 -26
- package/source/css/_widgets/_tags/link.styl +10 -9
- package/source/css/_widgets/_tags/mermaid.styl +4 -0
- package/source/css/_widgets/_tags/note.styl +2 -2
- package/source/css/_widgets/_tags/tabs.styl +10 -10
- package/source/css/_widgets/_tags/timeline.styl +5 -5
- package/source/img/logo.png +0 -0
- package/source/js/comment/twikoo_commentBarrage.js +1 -1
- package/source/js/comment/waline_commentBarrage.js +1 -1
- package/source/js/covercolor/api.js +18 -18
- package/source/js/covercolor/local.js +18 -18
- package/source/js/main.js +5 -5
- package/source/js/music.js +1 -12
- package/source/js/sco-ai.min.js +1 -1
- package/source/js/search/algolia.js +7 -7
- package/source/js/tw_cn.js +2 -2
- package/source/js/universe.min.js +5 -0
- package/source/js/utils.js +2 -2
- package/source/js/waterfall.min.js +1 -0
@@ -13,16 +13,16 @@
|
|
13
13
|
|
14
14
|
.flink-desc
|
15
15
|
margin 0
|
16
|
-
color var(--
|
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(--
|
24
|
-
box-shadow var(--
|
25
|
-
color var(--
|
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(--
|
42
|
+
background-color var(--efu-vip)
|
43
43
|
|
44
44
|
&.speed
|
45
|
-
background-color var(--
|
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(--
|
67
|
-
box-shadow var(--
|
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(--
|
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(--
|
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(--
|
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(--
|
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(--
|
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(--
|
175
|
-
background var(--
|
176
|
-
box-shadow var(--
|
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(--
|
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(--
|
190
|
+
color var(--efu-white)
|
191
191
|
|
192
192
|
.desc
|
193
|
-
color var(--
|
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(--
|
228
|
-
background var(--
|
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(--
|
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(--
|
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(--
|
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(--
|
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(--
|
329
|
+
color var(--efu-card-bg)
|
330
330
|
|
331
331
|
.flink-item-desc
|
332
|
-
color var(--
|
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(--
|
3
|
+
background var(--efu-card-bg)
|
4
4
|
border var(--style-border-always)
|
5
|
-
box-shadow var(--
|
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(--
|
13
|
-
color var(--
|
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(--
|
20
|
-
color var(--
|
21
|
-
background var(--
|
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(--
|
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(--
|
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(--
|
40
|
+
color: var(--efu-lighttext)
|
41
41
|
|
42
42
|
&:hover
|
43
|
-
color: var(--
|
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(--
|
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(--
|
80
|
+
color: var(--efu-lighttext)
|
81
81
|
border-bottom: none
|
82
82
|
padding: 0
|
83
83
|
|
84
84
|
&:hover
|
85
|
-
color: var(--
|
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(--
|
91
|
-
background: var(--
|
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(--
|
102
|
-
background: var(--
|
101
|
+
color: var(--efu-white)
|
102
|
+
background: var(--efu-main)
|
103
103
|
transition: .3s
|
104
104
|
|
105
105
|
.moments-item-title
|
106
|
-
color: var(--
|
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(--
|
166
|
+
color: var(--efu-secondtext)
|
167
167
|
font-weight: 700
|
168
168
|
|
169
169
|
&:hover
|
170
|
-
color: var(--
|
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(--
|
181
|
+
color: var(--efu-secondtext)
|
@@ -1,8 +1,8 @@
|
|
1
1
|
body[data-type=music]
|
2
2
|
#page-header #nav a
|
3
|
-
color var(--
|
3
|
+
color var(--efu-white)
|
4
4
|
#page-header.not-top-img #nav .back-home-button
|
5
|
-
color var(--
|
5
|
+
color var(--efu-white)
|
6
6
|
.page
|
7
7
|
.layout#content-inner
|
8
8
|
background none
|
@@ -10,6 +10,7 @@ body[data-type=music]
|
|
10
10
|
#page
|
11
11
|
padding 0
|
12
12
|
background transparent
|
13
|
+
overflow hidden
|
13
14
|
|
14
15
|
#footer,
|
15
16
|
#nav-music
|
@@ -49,6 +50,7 @@ body[data-type=music]
|
|
49
50
|
background transparent
|
50
51
|
box-shadow none
|
51
52
|
justify-content space-between
|
53
|
+
overflow visible
|
52
54
|
|
53
55
|
.aplayer-body
|
54
56
|
width 70%
|
@@ -81,11 +83,11 @@ body[data-type=music]
|
|
81
83
|
display flex
|
82
84
|
|
83
85
|
&:hover
|
84
|
-
background var(--
|
86
|
+
background var(--efu-black-op)
|
85
87
|
border-radius 6px
|
86
88
|
|
87
89
|
&.aplayer-list-light
|
88
|
-
background var(--
|
90
|
+
background var(--efu-black-op)
|
89
91
|
border-radius 6px
|
90
92
|
height 60px
|
91
93
|
display flex
|
@@ -129,10 +131,10 @@ body[data-type=music]
|
|
129
131
|
right 15px
|
130
132
|
|
131
133
|
span
|
132
|
-
color var(--
|
134
|
+
color var(--efu-white)
|
133
135
|
|
134
136
|
+maxWidth798()
|
135
|
-
color var(--
|
137
|
+
color var(--efu-black)
|
136
138
|
|
137
139
|
&.aplayer-list-title
|
138
140
|
line-height 32px
|
@@ -168,7 +170,7 @@ body[data-type=music]
|
|
168
170
|
line-height 32px
|
169
171
|
|
170
172
|
&::-webkit-scrollbar-thumb
|
171
|
-
background-color var(--
|
173
|
+
background-color var(--efu-white-op)
|
172
174
|
|
173
175
|
.aplayer-pic
|
174
176
|
float none
|
@@ -293,7 +295,7 @@ body[data-type=music]
|
|
293
295
|
margin 0 32px
|
294
296
|
|
295
297
|
.aplayer-played
|
296
|
-
background var(--
|
298
|
+
background var(--efu-white) !important
|
297
299
|
|
298
300
|
.aplayer-thumb
|
299
301
|
-webkit-transform none
|
@@ -318,7 +320,7 @@ body[data-type=music]
|
|
318
320
|
margin-left 16px
|
319
321
|
|
320
322
|
path
|
321
|
-
fill var(--
|
323
|
+
fill var(--efu-white)
|
322
324
|
opacity 0.8
|
323
325
|
|
324
326
|
.aplayer-time-inner
|
@@ -411,7 +413,7 @@ body[data-type=music]
|
|
411
413
|
width 100%
|
412
414
|
bottom 0px
|
413
415
|
left 0
|
414
|
-
background var(--
|
416
|
+
background var(--efu-white)
|
415
417
|
border-radius 16px 16px 0px 0px
|
416
418
|
padding 15px 0px
|
417
419
|
max-width 100%
|
@@ -444,10 +446,10 @@ body[data-type=music]
|
|
444
446
|
.aplayer-bar
|
445
447
|
height 8px
|
446
448
|
border-radius 8px
|
447
|
-
background var(--
|
449
|
+
background var(--efu-white-op)
|
448
450
|
|
449
451
|
.aplayer-loaded
|
450
|
-
background var(--
|
452
|
+
background var(--efu-white-op)
|
451
453
|
height 8px
|
452
454
|
border-radius 8px
|
453
455
|
|
@@ -460,7 +462,7 @@ body[data-type=music]
|
|
460
462
|
width 16px
|
461
463
|
|
462
464
|
.aplayer-time
|
463
|
-
color var(--
|
465
|
+
color var(--efu-white)
|
464
466
|
|
465
467
|
|
466
468
|
.aplayer-volume-wrap
|
@@ -481,7 +483,7 @@ body[data-type=music]
|
|
481
483
|
|
482
484
|
.aplayer-volume
|
483
485
|
width: 100%
|
484
|
-
background: var(--
|
486
|
+
background: var(--efu-white) !important
|
485
487
|
|
486
488
|
.aplayer-icon-volume-down
|
487
489
|
display block
|
@@ -1,6 +1,6 @@
|
|
1
1
|
if hexo-config('says.home_mini')
|
2
2
|
#bbTimeList
|
3
|
-
background var(--
|
3
|
+
background var(--efu-card-bg)
|
4
4
|
border-radius 12px
|
5
5
|
display flex
|
6
6
|
white-space nowrap
|
@@ -27,11 +27,11 @@ if hexo-config('says.home_mini')
|
|
27
27
|
animation slide-in .6s 0s backwards
|
28
28
|
&:hover
|
29
29
|
border var(--style-border-hover)
|
30
|
-
box-shadow var(--
|
30
|
+
box-shadow var(--efu-shadow-main)
|
31
31
|
|
32
32
|
+maxWidth768()
|
33
33
|
margin 0
|
34
|
-
background var(--
|
34
|
+
background var(--efu-background)
|
35
35
|
border none
|
36
36
|
i.bber-logo,
|
37
37
|
i.bber-gotobb
|
@@ -40,7 +40,7 @@ if hexo-config('says.home_mini')
|
|
40
40
|
|
41
41
|
&:hover
|
42
42
|
opacity .8
|
43
|
-
color var(--
|
43
|
+
color var(--efu-theme)
|
44
44
|
|
45
45
|
i.bber-logo
|
46
46
|
font-size 2rem
|
@@ -118,9 +118,9 @@ if hexo-config('says.enable')
|
|
118
118
|
margin-right 8px
|
119
119
|
|
120
120
|
.bber-info-time
|
121
|
-
color var(--
|
121
|
+
color var(--efu-fontcolor)
|
122
122
|
font-size .7rem
|
123
|
-
background-color var(--
|
123
|
+
background-color var(--efu-gray-op)
|
124
124
|
padding 0 8px
|
125
125
|
border-radius 20px
|
126
126
|
cursor default
|
@@ -133,7 +133,7 @@ if hexo-config('says.enable')
|
|
133
133
|
|
134
134
|
.datafrom
|
135
135
|
order 2
|
136
|
-
color var(--
|
136
|
+
color var(--efu-secondtext)
|
137
137
|
font-size .7rem
|
138
138
|
margin-left 8px
|
139
139
|
|
@@ -143,7 +143,7 @@ if hexo-config('says.enable')
|
|
143
143
|
.bber-content-link
|
144
144
|
display flex
|
145
145
|
margin-left .5rem
|
146
|
-
color var(--
|
146
|
+
color var(--efu-secondtext)
|
147
147
|
font-size .7rem
|
148
148
|
align-items center
|
149
149
|
background-color rgba(245, 108, 108, .13)
|
@@ -151,15 +151,15 @@ if hexo-config('says.enable')
|
|
151
151
|
border-radius 20px
|
152
152
|
|
153
153
|
&:hover
|
154
|
-
background-color var(--
|
155
|
-
color var(--
|
154
|
+
background-color var(--efu-main)
|
155
|
+
color var(--efu-white)
|
156
156
|
|
157
157
|
i
|
158
158
|
margin-right 3px
|
159
159
|
font-size 16px
|
160
160
|
|
161
161
|
.count
|
162
|
-
color var(--
|
162
|
+
color var(--efu-secondtext)
|
163
163
|
font-size .8rem
|
164
164
|
|
165
165
|
p
|
@@ -176,7 +176,7 @@ if hexo-config('says.enable')
|
|
176
176
|
border-radius 8px
|
177
177
|
overflow hidden
|
178
178
|
border var(--style-border-always)
|
179
|
-
background var(--
|
179
|
+
background var(--efu-secondbg)
|
180
180
|
|
181
181
|
.aplayer-lrc
|
182
182
|
display none
|
@@ -192,7 +192,7 @@ if hexo-config('says.enable')
|
|
192
192
|
font-size .8rem
|
193
193
|
font-weight 700
|
194
194
|
margin 0
|
195
|
-
color var(--
|
195
|
+
color var(--efu-black)
|
196
196
|
|
197
197
|
.aplayer-controller
|
198
198
|
align-items center
|
@@ -201,7 +201,7 @@ if hexo-config('says.enable')
|
|
201
201
|
padding 0
|
202
202
|
|
203
203
|
.aplayer-bar
|
204
|
-
background var(--
|
204
|
+
background var(--efu-gray)
|
205
205
|
height 8px
|
206
206
|
border-radius 12px
|
207
207
|
transition .3s
|
@@ -261,7 +261,7 @@ if hexo-config('says.enable')
|
|
261
261
|
order 0
|
262
262
|
font-size .8rem
|
263
263
|
font-weight 700
|
264
|
-
color var(--
|
264
|
+
color var(--efu-fontcolor)
|
265
265
|
width 100%
|
266
266
|
line-height 1.38
|
267
267
|
border-radius 12px
|
@@ -292,8 +292,8 @@ if hexo-config('says.enable')
|
|
292
292
|
flex-wrap nowrap
|
293
293
|
justify-content space-between
|
294
294
|
align-items flex-start
|
295
|
-
background var(--
|
296
|
-
box-shadow var(--
|
295
|
+
background var(--efu-card-bg)
|
296
|
+
box-shadow var(--efu-shadow-border)
|
297
297
|
margin-right 2%
|
298
298
|
|
299
299
|
+maxWidth1300()
|
@@ -309,7 +309,7 @@ if hexo-config('says.enable')
|
|
309
309
|
display flex
|
310
310
|
position relative
|
311
311
|
margin 8px 0
|
312
|
-
border 1px dashed var(--
|
312
|
+
border 1px dashed var(--efu-theme-op)
|
313
313
|
width 100%
|
314
314
|
|
315
315
|
&:hover
|
@@ -345,7 +345,7 @@ if hexo-config('says.enable')
|
|
345
345
|
display flex
|
346
346
|
justify-content center
|
347
347
|
margin-top 1rem
|
348
|
-
color var(--
|
348
|
+
color var(--efu-secondtext)
|
349
349
|
|
350
350
|
#bber-talk
|
351
351
|
width 100%
|
@@ -370,7 +370,7 @@ if hexo-config('says.enable')
|
|
370
370
|
cursor pointer
|
371
371
|
white-space nowrap
|
372
372
|
|
373
|
-
.
|
373
|
+
.solitude
|
374
374
|
font-size 1rem
|
375
375
|
margin-left .5rem
|
376
376
|
|
@@ -383,5 +383,5 @@ if hexo-config('says.enable')
|
|
383
383
|
#bbTimeList
|
384
384
|
.li-style
|
385
385
|
&:hover
|
386
|
-
color var(--
|
386
|
+
color var(--efu-theme)
|
387
387
|
transition .3s
|