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
@@ -19,34 +19,34 @@
|
|
19
19
|
align-items center
|
20
20
|
|
21
21
|
.twikoo-info
|
22
|
-
color var(--
|
22
|
+
color var(--efu-secondtext)
|
23
23
|
|
24
24
|
.tk-action
|
25
25
|
.tk-action-link:first-child
|
26
26
|
display none
|
27
27
|
|
28
28
|
.tk-action-link
|
29
|
-
color var(--
|
29
|
+
color var(--efu-lighttext) !important
|
30
30
|
cursor pointer
|
31
31
|
user-select none
|
32
32
|
padding 0 12px 0 12px
|
33
33
|
transition all .3s
|
34
34
|
border-radius 8px
|
35
|
-
background-color var(--
|
35
|
+
background-color var(--efu-secondbg)
|
36
36
|
border var(--style-border-always)
|
37
37
|
|
38
38
|
&:hover
|
39
|
-
background-color var(--
|
40
|
-
color var(--
|
39
|
+
background-color var(--efu-lighttext)
|
40
|
+
color var(--efu-card-bg) !important
|
41
41
|
|
42
42
|
.tk-action-icon svg
|
43
|
-
fill var(--
|
43
|
+
fill var(--efu-card-bg) !important
|
44
44
|
|
45
45
|
|
46
46
|
.tk-action-icon
|
47
47
|
svg
|
48
48
|
transition all .3s
|
49
|
-
fill var(--
|
49
|
+
fill var(--efu-lighttext) !important
|
50
50
|
|
51
51
|
.tk-content
|
52
52
|
img
|
@@ -55,7 +55,7 @@
|
|
55
55
|
.tk-avatar
|
56
56
|
width 32px !important
|
57
57
|
height 32px !important
|
58
|
-
box-shadow var(--
|
58
|
+
box-shadow var(--efu-shadow-border)
|
59
59
|
margin-right 16px !important
|
60
60
|
|
61
61
|
&.tk-has-avatar
|
@@ -78,7 +78,7 @@
|
|
78
78
|
#page
|
79
79
|
.tk-meta-input
|
80
80
|
.el-input
|
81
|
-
box-shadow var(--
|
81
|
+
box-shadow var(--efu-shadow-border)
|
82
82
|
|
83
83
|
.el-loading-mask
|
84
84
|
background-color none !important
|
@@ -118,10 +118,10 @@
|
|
118
118
|
|
119
119
|
.tk-comments
|
120
120
|
.el-button--primary
|
121
|
-
border-color var(--
|
122
|
-
color var(--
|
121
|
+
border-color var(--efu-fontcolor) !important
|
122
|
+
color var(--efu-card-bg) !important
|
123
123
|
border-radius 12px !important
|
124
|
-
box-shadow var(--
|
124
|
+
box-shadow var(--efu-shadow-black)
|
125
125
|
transition .3s
|
126
126
|
width 5rem
|
127
127
|
position absolute
|
@@ -189,12 +189,12 @@
|
|
189
189
|
pointer-events none
|
190
190
|
|
191
191
|
.tk-extra
|
192
|
-
background var(--
|
192
|
+
background var(--efu-card-bg)
|
193
193
|
border var(--style-border-always)
|
194
194
|
padding 1px 5px 1px 2px
|
195
195
|
border-radius 8px
|
196
196
|
margin-right 4px !important
|
197
|
-
color var(--
|
197
|
+
color var(--efu-secondtext) !important
|
198
198
|
display inline !important
|
199
199
|
margin-top 6px !important
|
200
200
|
font-size .5rem
|
@@ -204,19 +204,19 @@
|
|
204
204
|
display none
|
205
205
|
|
206
206
|
.tk-expand
|
207
|
-
background var(--
|
208
|
-
color var(--
|
207
|
+
background var(--efu-card-bg) !important
|
208
|
+
color var(--efu-fontcolor) !important
|
209
209
|
border var(--style-border-always)
|
210
|
-
box-shadow var(--
|
210
|
+
box-shadow var(--efu-shadow-border)
|
211
211
|
border-radius 12px
|
212
212
|
user-select none
|
213
213
|
|
214
214
|
&:hover
|
215
|
-
background var(--
|
216
|
-
color var(--
|
215
|
+
background var(--efu-theme) !important
|
216
|
+
color var(--efu-white) !important
|
217
217
|
|
218
218
|
.tk-time
|
219
|
-
color var(--
|
219
|
+
color var(--efu-secondtext) !important
|
220
220
|
font-size .6rem
|
221
221
|
margin-left .5rem
|
222
222
|
|
@@ -224,7 +224,7 @@
|
|
224
224
|
> .tk-comment
|
225
225
|
margin-top 0!important
|
226
226
|
margin-bottom 0.5rem!important
|
227
|
-
background var(--
|
227
|
+
background var(--efu-card-bg)
|
228
228
|
transition .3s
|
229
229
|
border-radius 12px
|
230
230
|
padding 0
|
@@ -238,14 +238,14 @@
|
|
238
238
|
padding 1rem 1rem 1.5rem
|
239
239
|
border var(--style-border)
|
240
240
|
border-top var(--style-border)
|
241
|
-
box-shadow var(--
|
241
|
+
box-shadow var(--efu-shadow-border)
|
242
242
|
|
243
243
|
@media screen and (max-width: 768px)
|
244
244
|
.tk-comments-container
|
245
245
|
> .tk-comment
|
246
246
|
padding 1rem
|
247
247
|
border var(--style-border-always)
|
248
|
-
box-shadow var(--
|
248
|
+
box-shadow var(--efu-shadow-border)
|
249
249
|
|
250
250
|
.tk-icon.__comments
|
251
251
|
left .5rem
|
@@ -262,7 +262,7 @@
|
|
262
262
|
|
263
263
|
.tk-replies
|
264
264
|
> .tk-comment
|
265
|
-
background var(--
|
265
|
+
background var(--efu-card-bg)
|
266
266
|
border-top var(--style-border-dashed)
|
267
267
|
border-radius 12px
|
268
268
|
transition .3s
|
@@ -273,11 +273,27 @@
|
|
273
273
|
p
|
274
274
|
margin 0 !important
|
275
275
|
|
276
|
+
pre
|
277
|
+
code
|
278
|
+
kbd
|
279
|
+
samp
|
280
|
+
font-family ui-monospace, SFMono-Regular, "SF Mono", Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace
|
281
|
+
|
282
|
+
pre
|
283
|
+
background var(--efu-secondbg)
|
284
|
+
padding .5rem
|
285
|
+
margin 0.5rem 0
|
286
|
+
overflow auto
|
287
|
+
border-radius 0.5em
|
288
|
+
|
289
|
+
+maxWidth768()
|
290
|
+
max-width 90%
|
291
|
+
|
276
292
|
.tk-replies
|
277
293
|
.tk-content
|
278
294
|
span:first-child
|
279
295
|
font-size .5rem
|
280
|
-
color var(--
|
296
|
+
color var(--efu-secondtext)
|
281
297
|
|
282
298
|
.tk-meta-input
|
283
299
|
.el-input
|
@@ -320,7 +336,7 @@ img.tk-avatar-img
|
|
320
336
|
|
321
337
|
.el-input.el-input--small.el-input-group.el-input-group--prepend
|
322
338
|
border-radius 12px
|
323
|
-
background var(--
|
339
|
+
background var(--efu-secondbg)
|
324
340
|
border var(--style-border-always)
|
325
341
|
|
326
342
|
.el-input.el-input--small.el-input-group.el-input-group--prepend:nth-child(1):before
|
@@ -363,15 +379,15 @@ img.tk-avatar-img
|
|
363
379
|
transform translate(-50%, -46px)
|
364
380
|
|
365
381
|
.el-input-group__append, .el-input-group__prepend
|
366
|
-
background-color var(--
|
367
|
-
color var(--
|
382
|
+
background-color var(--efu-card-bg) !important
|
383
|
+
color var(--efu-fontcolor) !important
|
368
384
|
border 0 !important
|
369
385
|
font-weight 700
|
370
386
|
|
371
387
|
.el-input__inner
|
372
|
-
background var(--
|
388
|
+
background var(--efu-secondbg) !important
|
373
389
|
border 0 !important
|
374
|
-
color var(--
|
390
|
+
color var(--efu-fontcolor) !important
|
375
391
|
padding-left 8px
|
376
392
|
height 32px
|
377
393
|
line-height 32px
|
@@ -379,14 +395,14 @@ img.tk-avatar-img
|
|
379
395
|
|
380
396
|
.page
|
381
397
|
.el-input__inner
|
382
|
-
background var(--
|
398
|
+
background var(--efu-card-bg) !important
|
383
399
|
|
384
400
|
.el-input__inner:focus
|
385
401
|
border none
|
386
402
|
|
387
403
|
.el-textarea__inner
|
388
|
-
background var(--
|
389
|
-
color var(--
|
404
|
+
background var(--efu-secondbg) !important
|
405
|
+
color var(--efu-fontcolor) !important
|
390
406
|
border-radius 12px !important
|
391
407
|
min-height 100px !important
|
392
408
|
padding 16px 16px 40px 16px !important
|
@@ -395,34 +411,34 @@ img.tk-avatar-img
|
|
395
411
|
|
396
412
|
@media screen and (max-width: 768px)
|
397
413
|
.el-textarea__inner
|
398
|
-
background var(--
|
414
|
+
background var(--efu-card-bg) !important
|
399
415
|
|
400
416
|
#page
|
401
417
|
.el-textarea__inner
|
402
|
-
background var(--
|
403
|
-
box-shadow var(--
|
418
|
+
background var(--efu-card-bg) !important
|
419
|
+
box-shadow var(--efu-shadow-border)
|
404
420
|
|
405
421
|
.el-textarea__inner:focus
|
406
422
|
border var(--style-border-hover-always) !important
|
407
|
-
box-shadow var(--
|
423
|
+
box-shadow var(--efu-shadow-main)
|
408
424
|
|
409
425
|
.el-button
|
410
|
-
background-color var(--
|
411
|
-
border 0 solid var(--
|
412
|
-
color var(--
|
426
|
+
background-color var(--efu-fontcolor) !important
|
427
|
+
border 0 solid var(--efu-main) !important
|
428
|
+
color var(--efu-background) !important
|
413
429
|
border-radius 8px !important
|
414
430
|
|
415
431
|
.el-button:hover
|
416
|
-
background var(--
|
417
|
-
color var(--
|
432
|
+
background var(--efu-black) !important
|
433
|
+
color var(--efu-white) !important
|
418
434
|
|
419
435
|
.el-button.tk-preview
|
420
436
|
display none !important
|
421
437
|
|
422
438
|
button.el-button.tk-cancel.el-button--default.el-button--small
|
423
|
-
background var(--
|
439
|
+
background var(--efu-secondbg) !important
|
424
440
|
border-radius 8px !important
|
425
|
-
color var(--
|
441
|
+
color var(--efu-fontcolor) !important
|
426
442
|
|
427
443
|
@media screen and (max-width: 768px)
|
428
444
|
.OwO .OwO-body
|
@@ -433,7 +449,7 @@ button.el-button.tk-cancel.el-button--default.el-button--small
|
|
433
449
|
border var(--style-border-always) !important
|
434
450
|
border-radius 8px !important
|
435
451
|
overflow hidden
|
436
|
-
background-color var(--
|
452
|
+
background-color var(--efu-maskbg) !important
|
437
453
|
backdrop-filter saturate(180%) blur(10px)
|
438
454
|
-webkit-backdrop-filter blur(10px)
|
439
455
|
transform translateZ(0)
|
@@ -443,7 +459,7 @@ button.el-button.tk-cancel.el-button--default.el-button--small
|
|
443
459
|
|
444
460
|
.OwO-items
|
445
461
|
.OwO-item:hover
|
446
|
-
box-shadow var(--
|
462
|
+
box-shadow var(--efu-shadow-lightblack) !important
|
447
463
|
border-radius 8px
|
448
464
|
|
449
465
|
#twikoo > div.tk-comments > div.tk-submit > div.tk-row.actions > div > div.tk-action-icon.OwO.OwO-open > div.OwO-body > div > ul > li > span
|
@@ -467,7 +483,7 @@ button.el-button.tk-cancel.el-button--default.el-button--small
|
|
467
483
|
transition .3s
|
468
484
|
|
469
485
|
.OwO-packages
|
470
|
-
background var(--
|
486
|
+
background var(--efu-background)
|
471
487
|
padding-left 8px !important
|
472
488
|
|
473
489
|
.OwO
|
@@ -475,7 +491,7 @@ button.el-button.tk-cancel.el-button--default.el-button--small
|
|
475
491
|
.OwO-bar
|
476
492
|
.OwO-packages
|
477
493
|
.OwO-package-active
|
478
|
-
background var(--
|
494
|
+
background var(--efu-secondbg) !important
|
479
495
|
|
480
496
|
.OwO-items-show
|
481
497
|
margin 12px 8px !important
|
@@ -491,7 +507,7 @@ button.el-button.tk-cancel.el-button--default.el-button--small
|
|
491
507
|
#owo-big
|
492
508
|
position fixed
|
493
509
|
align-items center
|
494
|
-
background-color var(--
|
510
|
+
background-color var(--efu-card-bg)
|
495
511
|
border var(--style-border-always)
|
496
512
|
border-radius 10px
|
497
513
|
z-index 9999
|
@@ -513,5 +529,5 @@ button.el-button.tk-cancel.el-button--default.el-button--small
|
|
513
529
|
border-left-width 0 !important
|
514
530
|
|
515
531
|
.el-textarea .el-input__count
|
516
|
-
color var(--
|
532
|
+
color var(--efu-secondtext) !important
|
517
533
|
user-select none
|
@@ -17,12 +17,12 @@
|
|
17
17
|
vertical-align bottom
|
18
18
|
font-size 14px
|
19
19
|
min-height 8.75em
|
20
|
-
background-color var(--
|
20
|
+
background-color var(--efu-card-bg)
|
21
21
|
resize vertical
|
22
22
|
line-height 1.5
|
23
23
|
box-sizing border-box
|
24
|
-
background var(--
|
25
|
-
color var(--
|
24
|
+
background var(--efu-secondbg)
|
25
|
+
color var(--efu-fontcolor)
|
26
26
|
border-radius 12px
|
27
27
|
padding 16px 16px 40px 16px
|
28
28
|
border var(--style-border-always)
|
@@ -31,7 +31,7 @@
|
|
31
31
|
&:focus
|
32
32
|
outline none
|
33
33
|
border var(--style-border-hover-always)
|
34
|
-
box-shadow var(--
|
34
|
+
box-shadow var(--efu-shadow-main)
|
35
35
|
|
36
36
|
.wl-footer
|
37
37
|
position relative
|
@@ -50,7 +50,7 @@
|
|
50
50
|
z-index 1000
|
51
51
|
border var(--style-border-always)
|
52
52
|
border-radius 8px !important
|
53
|
-
background-color var(--
|
53
|
+
background-color var(--efu-maskbg)
|
54
54
|
backdrop-filter saturate(180%) blur(10px)
|
55
55
|
transform translateZ(0)
|
56
56
|
animation 0.3s ease 0.1s 1 normal both running donate_effcet
|
@@ -81,7 +81,7 @@
|
|
81
81
|
margin 0
|
82
82
|
padding 0
|
83
83
|
font-size 0
|
84
|
-
background var(--
|
84
|
+
background var(--efu-background)
|
85
85
|
padding-left 8px
|
86
86
|
|
87
87
|
|
@@ -119,7 +119,7 @@
|
|
119
119
|
position relative
|
120
120
|
|
121
121
|
.wl-text-number
|
122
|
-
color var(--
|
122
|
+
color var(--efu-secondtext)
|
123
123
|
-webkit-user-select none
|
124
124
|
position absolute
|
125
125
|
font-size 12px
|
@@ -153,7 +153,7 @@
|
|
153
153
|
.wl-header-item
|
154
154
|
width calc((100% - 1rem) / 3)
|
155
155
|
border-radius 12px
|
156
|
-
background var(--
|
156
|
+
background var(--efu-secondbg)
|
157
157
|
border var(--style-border-always)
|
158
158
|
display inline-table
|
159
159
|
line-height normal
|
@@ -172,9 +172,10 @@
|
|
172
172
|
vertical-align middle
|
173
173
|
display table-cell
|
174
174
|
position relative
|
175
|
-
background var(--
|
175
|
+
background var(--efu-card-bg)
|
176
176
|
|
177
177
|
input
|
178
|
+
width 100%
|
178
179
|
vertical-align middle
|
179
180
|
display table-cell
|
180
181
|
height 32px
|
@@ -184,26 +185,26 @@
|
|
184
185
|
padding-left 16px
|
185
186
|
border-left-width 0
|
186
187
|
font-size inherit
|
187
|
-
background var(--
|
188
|
+
background var(--efu-secondbg)
|
188
189
|
border none
|
189
|
-
color var(--
|
190
|
+
color var(--efu-fontcolor)
|
190
191
|
|
191
192
|
&:focus
|
192
193
|
outline none
|
193
194
|
border none
|
194
195
|
|
195
196
|
.wl-btn
|
196
|
-
border-color var(--
|
197
|
+
border-color var(--efu-fontcolor)
|
197
198
|
border-radius 12px
|
198
|
-
box-shadow var(--
|
199
|
+
box-shadow var(--efu-shadow-black)
|
199
200
|
transition .3s
|
200
201
|
width 5rem
|
201
202
|
position absolute
|
202
203
|
margin-left 0.5rem
|
203
204
|
height 34px
|
204
|
-
background-color var(--
|
205
|
-
border 0 solid var(--
|
206
|
-
color var(--
|
205
|
+
background-color var(--efu-fontcolor)
|
206
|
+
border 0 solid var(--efu-main)
|
207
|
+
color var(--efu-background)
|
207
208
|
top 10px
|
208
209
|
right 0
|
209
210
|
opacity .2
|
@@ -212,17 +213,17 @@
|
|
212
213
|
height 122px
|
213
214
|
|
214
215
|
&:hover
|
215
|
-
background var(--
|
216
|
-
color var(--
|
216
|
+
background var(--efu-main)
|
217
|
+
color var(--efu-white)
|
217
218
|
|
218
219
|
.wl-power
|
219
220
|
padding 0.5em 0
|
220
|
-
color var(--
|
221
|
+
color var(--efu-gray)
|
221
222
|
font-size 0.8em
|
222
223
|
text-align end
|
223
224
|
|
224
225
|
a
|
225
|
-
color var(--
|
226
|
+
color var(--efu-fontcolor)
|
226
227
|
|
227
228
|
.wl-count
|
228
229
|
display none
|
@@ -237,7 +238,7 @@
|
|
237
238
|
|
238
239
|
li
|
239
240
|
cursor pointer
|
240
|
-
background var(--
|
241
|
+
background var(--efu-secondbg)
|
241
242
|
transition 0.3s
|
242
243
|
border var(--style-border-always)
|
243
244
|
border-radius 8px
|
@@ -247,17 +248,17 @@
|
|
247
248
|
display flex
|
248
249
|
justify-content center
|
249
250
|
align-items center
|
250
|
-
color var(--
|
251
|
+
color var(--efu-fontcolor)
|
251
252
|
|
252
253
|
&:hover
|
253
|
-
background var(--
|
254
|
-
color var(--
|
254
|
+
background var(--efu-main)
|
255
|
+
color var(--efu-white)
|
255
256
|
transition 0.3s
|
256
257
|
border var(--style-border-hover-always)
|
257
258
|
|
258
259
|
&.active
|
259
|
-
background var(--
|
260
|
-
color var(--
|
260
|
+
background var(--efu-lighttext)
|
261
|
+
color var(--efu-background)
|
261
262
|
|
262
263
|
.wl-card-item
|
263
264
|
display flex
|
@@ -265,7 +266,7 @@
|
|
265
266
|
word-break break-all
|
266
267
|
margin-top 0
|
267
268
|
margin-bottom 0.5rem
|
268
|
-
background var(--
|
269
|
+
background var(--efu-card-bg)
|
269
270
|
transition .3s
|
270
271
|
border-radius 12px
|
271
272
|
border-top var(--style-border-dashed)
|
@@ -275,7 +276,7 @@
|
|
275
276
|
.wl-user
|
276
277
|
flex-shrink 0
|
277
278
|
text-align center
|
278
|
-
box-shadow var(--
|
279
|
+
box-shadow var(--efu-shadow-border)
|
279
280
|
margin-right 16px
|
280
281
|
width 32px
|
281
282
|
height 32px
|
@@ -302,7 +303,7 @@
|
|
302
303
|
|
303
304
|
.wl-nick
|
304
305
|
font-weight 700
|
305
|
-
color var(--
|
306
|
+
color var(--efu-lighttext)
|
306
307
|
text-decoration none
|
307
308
|
font-size 1rem
|
308
309
|
line-height 32px
|
@@ -318,7 +319,7 @@
|
|
318
319
|
background-color #c0c23a21
|
319
320
|
|
320
321
|
.wl-time
|
321
|
-
color var(--
|
322
|
+
color var(--efu-secondtext)
|
322
323
|
font-size .6rem
|
323
324
|
margin-left 0.5rem
|
324
325
|
|
@@ -330,20 +331,20 @@
|
|
330
331
|
gap 0.5rem
|
331
332
|
|
332
333
|
button
|
333
|
-
color var(--
|
334
|
+
color var(--efu-lighttext)
|
334
335
|
-webkit-user-select none
|
335
336
|
padding 0 12px 0 12px
|
336
337
|
transition .3s
|
337
338
|
border-radius 8px
|
338
|
-
background-color var(--
|
339
|
+
background-color var(--efu-secondbg)
|
339
340
|
border var(--style-border-always)
|
340
341
|
display flex
|
341
342
|
justify-content center
|
342
343
|
align-items center
|
343
344
|
|
344
345
|
&:hover
|
345
|
-
background-color var(--
|
346
|
-
color var(--
|
346
|
+
background-color var(--efu-lighttext)
|
347
|
+
color var(--efu-card-bg)
|
347
348
|
|
348
349
|
&.wl-like
|
349
350
|
+maxWidth768()
|
@@ -359,12 +360,12 @@
|
|
359
360
|
margin .5rem 0
|
360
361
|
|
361
362
|
span
|
362
|
-
background var(--
|
363
|
+
background var(--efu-secondbg)
|
363
364
|
border var(--style-border-always)
|
364
365
|
padding 1px 5px 1px 2px
|
365
366
|
border-radius 8px
|
366
367
|
margin-right 4px
|
367
|
-
color var(--
|
368
|
+
color var(--efu-secondtext)
|
368
369
|
display inline
|
369
370
|
font-size .5rem
|
370
371
|
line-height 1
|
@@ -390,7 +391,7 @@
|
|
390
391
|
font-family ui-monospace, SFMono-Regular, "SF Mono", Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace
|
391
392
|
|
392
393
|
pre
|
393
|
-
background var(--
|
394
|
+
background var(--efu-secondbg)
|
394
395
|
padding .5rem
|
395
396
|
margin 0.5rem 0
|
396
397
|
overflow auto
|
@@ -419,18 +420,18 @@
|
|
419
420
|
padding 0.75em
|
420
421
|
transition all 0.5s
|
421
422
|
font-size 0.75em
|
422
|
-
background var(--
|
423
|
-
color var(--
|
423
|
+
background var(--efu-card-bg)
|
424
|
+
color var(--efu-fontcolor)
|
424
425
|
border var(--style-border-always)
|
425
|
-
box-shadow var(--
|
426
|
+
box-shadow var(--efu-shadow-border)
|
426
427
|
border-radius 12px
|
427
428
|
opacity 1
|
428
429
|
height auto
|
429
430
|
line-height 2
|
430
431
|
|
431
432
|
&:hover
|
432
|
-
background var(--
|
433
|
-
color var(--
|
433
|
+
background var(--efu-lighttext)
|
434
|
+
color var(--efu-card-bg)
|
434
435
|
|
435
436
|
.wl-loading
|
436
437
|
display flex
|
@@ -445,10 +446,10 @@
|
|
445
446
|
display flex
|
446
447
|
justify-content center
|
447
448
|
align-items center
|
448
|
-
color var(--
|
449
|
+
color var(--efu-lighttext)
|
449
450
|
|
450
451
|
#page .wl-cards > .wl-card-item
|
451
452
|
padding 1rem 1rem 1.5rem
|
452
453
|
border var(--style-border)
|
453
454
|
border-top var(--style-border)
|
454
|
-
box-shadow var(--
|
455
|
+
box-shadow var(--efu-shadow-border)
|