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.
- package/.github/FUNDING.yml +2 -2
- 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/.github/logo.png +0 -0
- package/.github/screenshot.png +0 -0
- package/.github/workflows/stale.yml +19 -0
- package/CONTRIBUTING.md +2 -13
- package/LICENSE +21 -674
- package/README.md +41 -96
- package/README_EN.md +40 -96
- package/README_zh-tw.md +60 -0
- package/SECURITY.md +9 -0
- package/_config.yml +235 -264
- package/languages/{en-US.yml → en.yml} +3 -4
- package/languages/zh-CN.yml +0 -1
- package/languages/zh-TW.yml +0 -1
- 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 +4 -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 +1 -1
- package/layout/includes/widgets/home/postList.pug +8 -2
- 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/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/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 +29 -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 +28 -28
- 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 +9 -9
- 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/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
@@ -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
|
@@ -6,19 +6,19 @@ div#banners
|
|
6
6
|
display flex
|
7
7
|
width 100%
|
8
8
|
height 100%
|
9
|
-
background var(--
|
9
|
+
background var(--efu-card-bg)
|
10
10
|
border var(--style-border)
|
11
11
|
border-radius 12px
|
12
12
|
overflow hidden
|
13
13
|
position relative
|
14
|
-
box-shadow var(--
|
14
|
+
box-shadow var(--efu-shadow-border)
|
15
15
|
flex-direction column
|
16
16
|
transition .3s
|
17
17
|
will-change transform
|
18
18
|
animation slide-in .6s .1s backwards
|
19
19
|
|
20
20
|
:not(.flink)&:hover
|
21
|
-
box-shadow var(--
|
21
|
+
box-shadow var(--efu-shadow-main)
|
22
22
|
|
23
23
|
.banner-button-group
|
24
24
|
position absolute
|
@@ -28,26 +28,26 @@ div#banners
|
|
28
28
|
|
29
29
|
.banner-button
|
30
30
|
padding 8px 12px
|
31
|
-
background var(--
|
31
|
+
background var(--efu-fontcolor)
|
32
32
|
border-radius 12px
|
33
|
-
color var(--
|
33
|
+
color var(--efu-card-bg)
|
34
34
|
display flex
|
35
35
|
align-items center
|
36
36
|
z-index 1
|
37
37
|
transition .3s
|
38
38
|
cursor pointer
|
39
|
-
box-shadow var(--
|
39
|
+
box-shadow var(--efu-shadow-black)
|
40
40
|
|
41
41
|
&.secondary
|
42
|
-
background var(--
|
42
|
+
background var(--efu-secondbg)
|
43
43
|
border var(--style-border-always)
|
44
|
-
color var(--
|
44
|
+
color var(--efu-lighttext)
|
45
45
|
margin-right 1rem
|
46
|
-
box-shadow var(--
|
46
|
+
box-shadow var(--efu-shadow-border)
|
47
47
|
|
48
48
|
&:hover
|
49
|
-
background var(--
|
50
|
-
color var(--
|
49
|
+
background var(--efu-theme)
|
50
|
+
color var(--efu-white)
|
51
51
|
|
52
52
|
i
|
53
53
|
margin-right 8px
|
@@ -69,7 +69,7 @@ div#banners
|
|
69
69
|
&-small
|
70
70
|
font-size 12px
|
71
71
|
line-height 1
|
72
|
-
color var(--
|
72
|
+
color var(--efu-secondtext)
|
73
73
|
margin-top 8px
|
74
74
|
margin-bottom 0.5rem
|
75
75
|
margin-left 2px
|
@@ -120,7 +120,7 @@ div#banners
|
|
120
120
|
color #fff
|
121
121
|
font-size 66px
|
122
122
|
font-weight 700
|
123
|
-
box-shadow var(--
|
123
|
+
box-shadow var(--efu-shadow-blackdeep)
|
124
124
|
|
125
125
|
&:nth-child(even)
|
126
126
|
margin-top 1rem
|
@@ -150,16 +150,16 @@ div#banners
|
|
150
150
|
.author-content.author-content-item.sharePage
|
151
151
|
height 19rem
|
152
152
|
background-size cover
|
153
|
-
color var(--
|
153
|
+
color var(--efu-white)
|
154
154
|
overflow hidden
|
155
155
|
margin-top 0
|
156
156
|
|
157
157
|
.author-content-item
|
158
158
|
width 49%
|
159
159
|
border-radius 12px
|
160
|
-
background var(--
|
160
|
+
background var(--efu-card-bg)
|
161
161
|
border var(--style-border-always)
|
162
|
-
box-shadow var(--
|
162
|
+
box-shadow var(--efu-shadow-border)
|
163
163
|
position relative
|
164
164
|
overflow hidden
|
165
165
|
padding 1rem 2rem
|
@@ -223,8 +223,8 @@ div#banners
|
|
223
223
|
width 118px
|
224
224
|
border-radius 20px
|
225
225
|
justify-content center
|
226
|
-
background var(--
|
227
|
-
color var(--
|
226
|
+
background var(--efu-black-op)
|
227
|
+
color var(--efu-white)
|
228
228
|
display flex
|
229
229
|
align-items center
|
230
230
|
z-index 1
|
@@ -235,8 +235,8 @@ div#banners
|
|
235
235
|
transform translateZ(0)
|
236
236
|
|
237
237
|
&:hover
|
238
|
-
background var(--
|
239
|
-
color var(--
|
238
|
+
background var(--efu-main)
|
239
|
+
color var(--efu-card-bg)
|
240
240
|
|
241
241
|
i
|
242
242
|
margin-right 8px
|
@@ -252,7 +252,7 @@ div#banners
|
|
252
252
|
.banner-button-group
|
253
253
|
.banner-button
|
254
254
|
background 0 0
|
255
|
-
color var(--
|
255
|
+
color var(--efu-white)
|
256
256
|
padding 0
|
257
257
|
width 30px
|
258
258
|
height 30px
|
@@ -269,13 +269,13 @@ div#banners
|
|
269
269
|
a
|
270
270
|
&:not(.headerlink)
|
271
271
|
text-decoration none
|
272
|
-
border-bottom 2px dotted var(--
|
273
|
-
color var(--
|
272
|
+
border-bottom 2px dotted var(--efu-lighttext)
|
273
|
+
color var(--efu-fontcolor)
|
274
274
|
font-weight 700
|
275
275
|
padding 0 4px
|
276
276
|
border-radius 4px 4px 0 0
|
277
277
|
|
278
278
|
&:hover
|
279
|
-
color var(--
|
279
|
+
color var(--efu-white)
|
280
280
|
border-radius 4px
|
281
|
-
background var(--
|
281
|
+
background var(--efu-main)
|
@@ -19,40 +19,40 @@
|
|
19
19
|
top 0
|
20
20
|
max-height 64px
|
21
21
|
overflow hidden
|
22
|
-
background var(--
|
22
|
+
background var(--efu-card-bg)
|
23
23
|
backdrop-filter saturate(180%) blur(20px)
|
24
24
|
transition .1s ease-out
|
25
25
|
|
26
26
|
&:hover
|
27
27
|
max-height 1000px
|
28
28
|
transition .3s ease-out
|
29
|
-
background var(--
|
29
|
+
background var(--efu-maskbgdeep)
|
30
30
|
|
31
31
|
a
|
32
32
|
padding .1rem .5rem
|
33
33
|
margin .25rem .25rem
|
34
34
|
line-height 1.6
|
35
35
|
border-radius 8px
|
36
|
-
color var(--
|
36
|
+
color var(--efu-fontcolor) !important
|
37
37
|
border var(--style-border-always)
|
38
38
|
display flex
|
39
39
|
align-items center
|
40
|
-
background var(--
|
40
|
+
background var(--efu-card-bg)
|
41
41
|
transition all .3s ease-out 0s
|
42
42
|
|
43
43
|
&.select
|
44
44
|
order -1
|
45
|
-
color var(--
|
46
|
-
background var(--
|
47
|
-
box-shadow var(--
|
45
|
+
color var(--efu-card-bg) !important
|
46
|
+
background var(--efu-theme)
|
47
|
+
box-shadow var(--efu-shadow-theme)
|
48
48
|
|
49
49
|
&:hover
|
50
|
-
color var(--
|
51
|
-
background var(--
|
52
|
-
box-shadow var(--
|
50
|
+
color var(--efu-white) !important
|
51
|
+
background var(--efu-theme)
|
52
|
+
box-shadow var(--efu-shadow-theme)
|
53
53
|
|
54
54
|
&.select .tagsPageCount
|
55
|
-
background var(--
|
56
|
-
color var(--
|
55
|
+
background var(--efu-card-bg)
|
56
|
+
color var(--efu-lighttext)
|
57
57
|
+maxWidth768()
|
58
58
|
display none
|
@@ -31,7 +31,7 @@
|
|
31
31
|
display flex
|
32
32
|
position relative
|
33
33
|
margin 1rem 0
|
34
|
-
border 1px dashed var(--
|
34
|
+
border 1px dashed var(--efu-theme-op)
|
35
35
|
|
36
36
|
.item-headline
|
37
37
|
display none
|
@@ -54,7 +54,7 @@
|
|
54
54
|
left 0
|
55
55
|
right 0
|
56
56
|
height 150px
|
57
|
-
background-image linear-gradient(to top, var(--
|
57
|
+
background-image linear-gradient(to top, var(--efu-card-bg), transparent)
|
58
58
|
pointer-events none
|
59
59
|
|
60
60
|
a
|
@@ -68,9 +68,9 @@
|
|
68
68
|
margin-left 2px
|
69
69
|
|
70
70
|
&:hover
|
71
|
-
background var(--
|
72
|
-
color var(--
|
73
|
-
box-shadow var(--
|
71
|
+
background var(--efu-theme)
|
72
|
+
color var(--efu-white) !important
|
73
|
+
box-shadow var(--efu-shadow-theme)
|
74
74
|
cursor pointer
|
75
75
|
border-radius 5px
|
76
76
|
|
@@ -85,8 +85,8 @@
|
|
85
85
|
a#more-tags-btn
|
86
86
|
width 100%
|
87
87
|
text-align center
|
88
|
-
background var(--
|
89
|
-
color var(--
|
88
|
+
background var(--efu-secondbg)
|
89
|
+
color var(--efu-fontcolor)
|
90
90
|
border-radius 8px
|
91
91
|
display flex
|
92
92
|
justify-content center
|
@@ -114,7 +114,7 @@
|
|
114
114
|
display inline-block
|
115
115
|
padding .15rem .5rem
|
116
116
|
width 100%
|
117
|
-
color var(--
|
117
|
+
color var(--efu-fontcolor)
|
118
118
|
transition all .4s ease 0s
|
119
119
|
border-radius: 8px
|
120
120
|
margin: 4px 0
|
@@ -123,10 +123,10 @@
|
|
123
123
|
border: var(--style-border)
|
124
124
|
|
125
125
|
&:hover
|
126
|
-
background-color var(--
|
127
|
-
color var(--
|
126
|
+
background-color var(--efu-theme)
|
127
|
+
color var(--efu-card-bg)
|
128
128
|
border-radius 5px
|
129
|
-
box-shadow: var(--
|
129
|
+
box-shadow: var(--efu-shadow-theme)
|
130
130
|
padding: .15rem .5rem
|
131
131
|
border: var(--style-border-hover)
|
132
132
|
cursor pointer
|
@@ -164,5 +164,5 @@ if hexo-config('aside.tags.highlight')
|
|
164
164
|
for tag in highlightTags
|
165
165
|
tag = '"/tags/' + tag + '/"'
|
166
166
|
#aside-content .card-tag-cloud a[href*={tag}]
|
167
|
-
color var(--
|
167
|
+
color var(--efu-lighttext)
|
168
168
|
font-weight 500
|
@@ -5,7 +5,7 @@
|
|
5
5
|
transition: .3s
|
6
6
|
border: none
|
7
7
|
box-shadow: none
|
8
|
-
background: var(--
|
8
|
+
background: var(--efu-main)
|
9
9
|
margin-top: 0
|
10
10
|
|
11
11
|
+minWidth900()
|
@@ -38,8 +38,8 @@
|
|
38
38
|
user-select none
|
39
39
|
|
40
40
|
.card-widget
|
41
|
-
box-shadow var(--
|
42
|
-
background var(--
|
41
|
+
box-shadow var(--efu-shadow-border)
|
42
|
+
background var(--efu-card-bg)
|
43
43
|
border var(--style-border)
|
44
44
|
transition 0.3s
|
45
45
|
border-radius 12px
|
@@ -49,7 +49,7 @@
|
|
49
49
|
padding 1rem 1.2rem
|
50
50
|
|
51
51
|
&:hover
|
52
|
-
box-shadow var(--
|
52
|
+
box-shadow var(--efu-shadow-border)
|
53
53
|
|
54
54
|
> .card-widget
|
55
55
|
&:first-child
|