hexo-theme-solitude 1.5.10 → 1.6.0
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/logo.svg +44 -10
- package/README.md +22 -2
- package/README_zh-cn.md +22 -2
- package/README_zh-tw.md +22 -2
- package/_config.yml +89 -73
- package/layout/includes/footer.pug +1 -1
- package/layout/includes/inject/head.pug +1 -2
- package/layout/includes/loading.pug +1 -1
- package/layout/includes/widgets/home/banner.pug +1 -1
- package/layout/includes/widgets/home/categoryGroup.pug +0 -1
- package/layout/includes/widgets/home/postList.pug +74 -29
- package/layout/includes/widgets/nav/group.pug +1 -1
- package/layout/page.pug +1 -1
- package/package.json +1 -1
- package/plugins.yml +0 -4
- package/scripts/event/cdn.js +4 -4
- package/scripts/event/merge_config.js +211 -0
- package/scripts/event/welcome.js +2 -2
- package/scripts/filter/checkThemeConfig.js +2 -2
- package/scripts/filter/default.js +7 -5
- package/scripts/filter/lazyload.js +18 -5
- package/scripts/filter/randomPosts.js +1 -1
- package/scripts/helper/stylus.js +9 -15
- package/source/css/_global/index.styl +362 -1
- package/source/css/_highlight/color.styl +111 -45
- package/source/css/_highlight/prismjs/diff.styl +80 -184
- package/source/css/_highlight/prismjs/index.styl +2 -0
- package/source/css/_highlight/prismjs/line-number.styl +0 -3
- package/source/css/_layout/aside.styl +751 -0
- package/source/css/_layout/capsule.styl +213 -0
- package/source/css/_layout/fullpage.styl +47 -0
- package/source/css/_layout/keyboard.styl +60 -0
- package/source/css/_layout/pace.styl +40 -0
- package/source/css/_layout/rightmenu.styl +79 -0
- package/source/css/_layout/universe.styl +18 -0
- package/source/css/_page/_home/home-top.styl +1 -3
- package/source/css/_page/_home/recent-post.styl +407 -170
- package/source/css/_page/douban.styl +111 -109
- package/source/css/_page/share.styl +1 -17
- package/source/css/{_widgets/_post → _post}/content.styl +0 -3
- package/source/css/index.styl +20 -5
- package/source/css/third_party/snackbar.min.css +1 -0
- package/source/css/{_global/var.styl → var.styl} +11 -7
- package/source/img/avatar.png +0 -0
- package/source/img/default.png +0 -0
- package/source/img/happy-sticker.png +0 -0
- package/source/img/pwa/favicon.ico +0 -0
- package/source/img/pwa/favicon_128.ico +0 -0
- package/source/img/pwa/favicon_16.ico +0 -0
- package/source/img/pwa/favicon_256.ico +0 -0
- package/source/img/pwa/favicon_32.ico +0 -0
- package/source/js/main.js +1 -0
- package/layout/includes/recent-posts.pug +0 -9
- package/source/css/_layout/basic.styl +0 -308
- package/source/css/_layout/index.styl +0 -125
- package/source/css/_widgets/_aside/allinfo.styl +0 -168
- package/source/css/_widgets/_aside/flip.styl +0 -67
- package/source/css/_widgets/_aside/index.styl +0 -90
- package/source/css/_widgets/_aside/info.styl +0 -263
- package/source/css/_widgets/_aside/newPost.styl +0 -61
- package/source/css/_widgets/_aside/toc.styl +0 -108
- package/source/css/_widgets/_aside/welcome.styl +0 -14
- package/source/css/_widgets/_extra/fullpage.styl +0 -46
- package/source/css/_widgets/_extra/music.styl +0 -218
- package/source/css/_widgets/_extra/pace.styl +0 -39
- package/source/css/_widgets/_extra/rightmenu.styl +0 -78
- package/source/css/_widgets/_mixins/keyboard.styl +0 -59
- package/source/css/_widgets/index.styl +0 -56
- package/source/img/logo.png +0 -0
- /package/source/css/{_widgets/_comment → _comments}/index.styl +0 -0
- /package/source/css/{_widgets/_comment → _comments}/twikoo.styl +0 -0
- /package/source/css/{_widgets/_comment → _comments}/waline.styl +0 -0
- /package/source/css/{_widgets/_mixins → _layout}/article-sort.styl +0 -0
- /package/source/css/{_widgets/_extra → _layout}/console.styl +0 -0
- /package/source/css/{_widgets/_mixins → _layout}/footer.styl +0 -0
- /package/source/css/{_widgets/_mixins → _layout}/other.styl +0 -0
- /package/source/css/{_widgets/_mixins → _layout}/sidebar.styl +0 -0
- /package/source/css/{_widgets/_post → _post}/commentBarrage.styl +0 -0
- /package/source/css/{_widgets/_post → _post}/copyright.styl +0 -0
- /package/source/css/{_widgets/_post → _post}/index.styl +0 -0
- /package/source/css/{_widgets/_post → _post}/meta.styl +0 -0
- /package/source/css/{_widgets/_post → _post}/pagination.styl +0 -0
- /package/source/css/{_widgets/_post → _post}/postAI.styl +0 -0
- /package/source/css/{_widgets/_post → _post}/relatedPost.styl +0 -0
- /package/source/css/{_widgets/_post → _post}/tools.styl +0 -0
- /package/source/css/{_widgets/_search → _search}/algolia-search.styl +0 -0
- /package/source/css/{_widgets/_search → _search}/local-search.styl +0 -0
- /package/source/css/{_widgets/_tags → _tags}/button.styl +0 -0
- /package/source/css/{_widgets/_tags → _tags}/checkbox.styl +0 -0
- /package/source/css/{_widgets/_tags → _tags}/fold.styl +0 -0
- /package/source/css/{_widgets/_tags → _tags}/gallery.styl +0 -0
- /package/source/css/{_widgets/_tags → _tags}/index.styl +0 -0
- /package/source/css/{_widgets/_tags → _tags}/label.styl +0 -0
- /package/source/css/{_widgets/_tags → _tags}/link.styl +0 -0
- /package/source/css/{_widgets/_tags → _tags}/media.styl +0 -0
- /package/source/css/{_widgets/_tags → _tags}/mermaid.styl +0 -0
- /package/source/css/{_widgets/_tags → _tags}/note.styl +0 -0
- /package/source/css/{_widgets/_tags → _tags}/span.styl +0 -0
- /package/source/css/{_widgets/_tags → _tags}/tabs.styl +0 -0
- /package/source/css/{_widgets/_tags → _tags}/timeline.styl +0 -0
- /package/source/js/{lately.min.js → third_party/lately.min.js} +0 -0
- /package/source/js/{sco-ai.min.js → third_party/sco-ai.min.js} +0 -0
- /package/source/js/{universe.min.js → third_party/universe.min.js} +0 -0
- /package/source/js/{waterfall.min.js → third_party/waterfall.min.js} +0 -0
@@ -1,125 +1,127 @@
|
|
1
|
-
|
2
|
-
|
3
|
-
|
4
|
-
|
5
|
-
|
6
|
-
|
7
|
-
|
8
|
-
|
9
|
-
|
10
|
-
|
11
|
-
|
12
|
-
|
13
|
-
|
14
|
-
|
15
|
-
|
16
|
-
|
17
|
-
|
18
|
-
|
19
|
-
|
20
|
-
|
21
|
-
|
22
|
-
|
23
|
-
|
24
|
-
width calc(100% / 3 - 9px)
|
25
|
-
|
26
|
-
+maxWidth899()
|
27
|
-
width calc(100% / 2 - 9px)
|
28
|
-
|
29
|
-
+maxWidth600()
|
30
|
-
width 100%
|
1
|
+
.hexo-douban-items
|
2
|
+
display flex
|
3
|
+
flex-wrap wrap
|
4
|
+
gap 12px
|
5
|
+
flex-direction row
|
6
|
+
|
7
|
+
.hexo-douban-comment
|
8
|
+
display none
|
9
|
+
|
10
|
+
.hexo-douban-item
|
11
|
+
position relative
|
12
|
+
width calc(100% / 4 - 9px)
|
13
|
+
border-radius 12px
|
14
|
+
border var(--style-border)
|
15
|
+
box-shadow var(--efu-shadow-border)
|
16
|
+
background var(--efu-card-bg)
|
17
|
+
transition .3s
|
18
|
+
animation slide-in 0.6s 0.3s backwards
|
19
|
+
border var(--style-border)
|
20
|
+
margin 8px 0
|
21
|
+
height 160px
|
22
|
+
min-height 160px !important
|
23
|
+
overflow hidden
|
31
24
|
|
32
|
-
|
33
|
-
|
25
|
+
+maxWidth1200()
|
26
|
+
width calc(100% / 3 - 9px)
|
34
27
|
|
35
|
-
|
36
|
-
|
37
|
-
|
38
|
-
|
39
|
-
|
40
|
-
|
41
|
-
|
42
|
-
|
43
|
-
|
44
|
-
|
45
|
-
|
46
|
-
|
47
|
-
|
48
|
-
|
49
|
-
|
50
|
-
|
28
|
+
+maxWidth899()
|
29
|
+
width calc(100% / 2 - 9px)
|
30
|
+
|
31
|
+
+maxWidth600()
|
32
|
+
width 100%
|
33
|
+
|
34
|
+
&:hover
|
35
|
+
border-color var(--efu-main)
|
36
|
+
|
37
|
+
.hexo-douban-picture
|
38
|
+
width 120px
|
39
|
+
height 100%
|
40
|
+
top 0
|
41
|
+
padding 10px
|
42
|
+
|
43
|
+
img
|
44
|
+
margin 0
|
51
45
|
height 100%
|
52
|
-
|
46
|
+
max-width 100%
|
47
|
+
border-radius 6px
|
48
|
+
|
49
|
+
.hexo-douban-info
|
50
|
+
display flex
|
51
|
+
flex-wrap wrap
|
52
|
+
align-content flex-start
|
53
|
+
height 100%
|
54
|
+
position relative
|
53
55
|
|
54
|
-
|
55
|
-
|
56
|
-
|
57
|
-
|
56
|
+
.hexo-douban-rating
|
57
|
+
position absolute
|
58
|
+
bottom 5px
|
59
|
+
line-height 16px
|
58
60
|
|
59
|
-
|
60
|
-
|
61
|
-
|
62
|
-
|
61
|
+
.hexo-douban-meta
|
62
|
+
display -webkit-box
|
63
|
+
overflow hidden
|
64
|
+
-webkit-box-orient vertical
|
63
65
|
|
64
|
-
|
65
|
-
|
66
|
+
+maxWidth1300()
|
67
|
+
-webkit-line-clamp 3 !important
|
66
68
|
|
67
|
-
|
68
|
-
|
69
|
+
+maxWidth899()
|
70
|
+
-webkit-line-clamp 4 !important
|
69
71
|
|
70
|
-
|
71
|
-
|
72
|
-
|
73
|
-
|
74
|
-
|
75
|
-
|
72
|
+
.hexo-douban-title
|
73
|
+
transition all .2s ease 0s
|
74
|
+
white-space nowrap
|
75
|
+
overflow hidden
|
76
|
+
text-overflow ellipsis
|
77
|
+
width 100%
|
76
78
|
|
77
|
-
|
78
|
-
|
79
|
+
a
|
80
|
+
border-bottom 0
|
79
81
|
|
80
|
-
|
81
|
-
|
82
|
-
|
82
|
+
&:hover
|
83
|
+
background none
|
84
|
+
color var(--efu-main)
|
83
85
|
|
84
|
-
|
85
|
-
|
86
|
-
|
86
|
+
.hexo-douban-pagination
|
87
|
+
margin-top 1.25rem
|
88
|
+
animation slide-in 0.6s 0.3s backwards
|
87
89
|
|
88
|
-
|
89
|
-
background var(--efu-card-bg)
|
90
|
-
height 2rem
|
91
|
-
line-height calc(2rem - 2px)
|
92
|
-
border-radius 8px !important
|
93
|
-
margin 0 0.3rem
|
94
|
-
padding 6px 12px
|
95
|
-
box-shadow var(--efu-shadow-border)
|
96
|
-
border var(--style-border)
|
97
|
-
transition 0.3s
|
98
|
-
display inline-flex
|
99
|
-
align-items center
|
100
|
-
|
101
|
-
&:hover
|
102
|
-
background var(--efu-main)
|
103
|
-
|
104
|
-
.hexo-douban-tabs
|
105
|
-
white-space nowrap
|
106
|
-
overflow hidden
|
107
|
-
display flex
|
108
|
-
padding 0.4rem 1rem 0.4rem 1rem
|
90
|
+
.hexo-douban-button
|
109
91
|
background var(--efu-card-bg)
|
110
|
-
|
92
|
+
height 2rem
|
93
|
+
line-height calc(2rem - 2px)
|
94
|
+
border-radius 8px !important
|
95
|
+
margin 0 0.3rem
|
96
|
+
padding 6px 12px
|
97
|
+
box-shadow var(--efu-shadow-border)
|
111
98
|
border var(--style-border)
|
112
|
-
|
99
|
+
transition 0.3s
|
100
|
+
display inline-flex
|
101
|
+
align-items center
|
113
102
|
|
114
103
|
&:hover
|
115
|
-
|
116
|
-
|
117
|
-
|
118
|
-
|
119
|
-
|
120
|
-
|
121
|
-
|
122
|
-
|
123
|
-
|
124
|
-
|
125
|
-
|
104
|
+
background var(--efu-main)
|
105
|
+
|
106
|
+
.hexo-douban-tabs
|
107
|
+
white-space nowrap
|
108
|
+
overflow hidden
|
109
|
+
display flex
|
110
|
+
padding 0.4rem 1rem 0.4rem 1rem
|
111
|
+
background var(--efu-card-bg)
|
112
|
+
border-radius 12px
|
113
|
+
border var(--style-border)
|
114
|
+
animation slide-in 0.6s 0.3s backwards
|
115
|
+
|
116
|
+
&:hover
|
117
|
+
border-color var(--efu-main)
|
118
|
+
|
119
|
+
a
|
120
|
+
padding 0.1rem 0.5rem
|
121
|
+
margin-right 6px
|
122
|
+
font-weight 700
|
123
|
+
border-radius 8px !important
|
124
|
+
border-bottom 0
|
125
|
+
|
126
|
+
.hexo-douban-tab-active
|
127
|
+
background var(--efu-main)
|
@@ -262,20 +262,4 @@ div#banners
|
|
262
262
|
font-size 1.5rem
|
263
263
|
|
264
264
|
.banner-button-text
|
265
|
-
display none
|
266
|
-
|
267
|
-
|
268
|
-
p
|
269
|
-
a
|
270
|
-
&:not(.headerlink)
|
271
|
-
text-decoration none
|
272
|
-
border-bottom 2px dotted var(--efu-lighttext)
|
273
|
-
color var(--efu-fontcolor)
|
274
|
-
font-weight 700
|
275
|
-
padding 0 4px
|
276
|
-
border-radius 4px 4px 0 0
|
277
|
-
|
278
|
-
&:hover
|
279
|
-
color var(--efu-white)
|
280
|
-
border-radius 4px
|
281
|
-
background var(--efu-main)
|
265
|
+
display none
|
package/source/css/index.styl
CHANGED
@@ -3,15 +3,30 @@
|
|
3
3
|
if hexo-config('css_prefix')
|
4
4
|
@import 'nib'
|
5
5
|
|
6
|
+
@import "third_party/snackbar.min.css"
|
6
7
|
// project
|
8
|
+
@import "var.styl"
|
7
9
|
@import '_global/*'
|
8
10
|
@import '_layout/*'
|
9
11
|
@import '_page/index.styl'
|
10
|
-
|
11
|
-
// widgets
|
12
|
-
@import '_widgets/index.styl'
|
13
|
-
|
12
|
+
@import '_post/index.styl'
|
14
13
|
@import '_mode/*'
|
15
14
|
|
16
15
|
// highlight
|
17
|
-
@import '_highlight/index'
|
16
|
+
@import '_highlight/index'
|
17
|
+
|
18
|
+
// search
|
19
|
+
if hexo-config('search.enable')
|
20
|
+
if hexo-config('search.type') == 'algolia'
|
21
|
+
@import '_search/algolia-search'
|
22
|
+
else if hexo-config('search.type') == 'local'
|
23
|
+
@import '_search/local-search'
|
24
|
+
|
25
|
+
// tags plugin
|
26
|
+
@import "_tags/*"
|
27
|
+
|
28
|
+
// comment
|
29
|
+
if hexo-config('comment.enable')
|
30
|
+
@import '_comments/index.styl'
|
31
|
+
@import '_comments/twikoo.styl' when hexo-config('comment.type') == 'twikoo'
|
32
|
+
@import '_comments/waline.styl' when hexo-config('comment.type') == 'waline'
|
@@ -0,0 +1 @@
|
|
1
|
+
@keyframes snackbar-progress{0%{width:0}to{width:100%}}.snackbar-container{transition:all .5s ease;font-family:Roboto,sans-serif;font-size:14px;position:fixed;align-items:center;line-height:22px;padding:18px 24px;bottom:-100px;top:-100px;opacity:0;z-index:9999;background:var(--efu-lighttext)!important;color:var(--efu-card-bg);border-radius:0;display:flex;justify-content:center;max-width:none;min-width:100%!important;margin:0!important;left:0!important;height:60px;transform:none!important}.snackbar-container p{color:var(--efu-card-bg)!important;font-weight:700!important;text-align:center;font-size:.8rem!important;display:flex;justify-content:center}.snackbar-container .action{display:inline-block;font-size:inherit;margin:0 0 0 24px;min-width:min-content;cursor:pointer;color:var(--efu-card-bg);background:var(--efu-lighttext);padding:4px 6px;font-weight:700;border-radius:8px;transition:.3s;border:var(--style-border)}.snackbar-container .action:hover{background:var(--efu-card-bg);color:var(--efu-lighttext)}.snackbar-container:after{position:absolute;width:0;height:100%;left:0;top:0;background:var(--efu-white);opacity:.1;content:"";animation:snackbar-progress var(--efu-snackbar-time) linear forwards;pointer-events:none}@media (min-width:640px){.snackbar-container{min-width:288px;max-width:568px;display:inline-flex;border-radius:2px;margin:24px}}@media (max-width:640px){.snackbar-container{left:0;right:0;width:100%}}.snackbar-pos.bottom-center{top:auto!important;bottom:0;left:50%;transform:translate(-50%,0)}.snackbar-pos.bottom-left{top:auto!important;bottom:0;left:0}.snackbar-pos.bottom-right{top:auto!important;bottom:0;right:0}.snackbar-pos.top-center,.snackbar-pos.top-left{bottom:auto!important;top:0;left:0}.snackbar-pos.top-center{left:50%;transform:translate(-50%,0)}.snackbar-pos.top-right{bottom:auto!important;top:0;right:0}@media (max-width:640px){.snackbar-pos.bottom-center,.snackbar-pos.top-center{left:0;transform:none}}
|
@@ -11,18 +11,22 @@ $light_theme_none = hexo-config('theme_color.light_none')
|
|
11
11
|
|
12
12
|
$todayCardColor = convert(hexo-config('hometop.recommendList.color'))
|
13
13
|
|
14
|
-
//
|
15
|
-
if hexo-config('
|
14
|
+
// code
|
15
|
+
if hexo-config('highlight.theme') == 'default'
|
16
16
|
$hl_bg_light = #fff
|
17
17
|
$hltools_bg_light = #f7f7f9
|
18
18
|
$hl_bg_dark = #1b1c20
|
19
19
|
$hltools_bg_dark = #21232a
|
20
|
-
|
21
|
-
else if hexo-config('hightlight.theme') == 'mac'
|
20
|
+
else if hexo-config('highlight.theme') == 'mac'
|
22
21
|
$hl_bg_light = #FFFFFF
|
23
22
|
$hltools_bg_light = #E7E7E7
|
24
23
|
$hl_bg_dark = #1C1E1E
|
25
|
-
$hltools_bg_dark = #
|
24
|
+
$hltools_bg_dark = #454a50
|
26
25
|
|
27
|
-
|
28
|
-
|
26
|
+
$line-height-code-block = 1.6
|
27
|
+
|
28
|
+
// font-family
|
29
|
+
$font-size = unquote(hexo-config('font.font-size'))
|
30
|
+
$code-font-size = unquote(hexo-config('font.code-font-size'))
|
31
|
+
$font-family = unquote(hexo-config('font.font-family'))
|
32
|
+
$code-font-family = unquote(hexo-config('font.code-font-family'))
|
Binary file
|
package/source/img/default.png
CHANGED
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
package/source/js/main.js
CHANGED
@@ -824,6 +824,7 @@ window.refreshFn = () => {
|
|
824
824
|
document.body.setAttribute('data-type', PAGE_CONFIG.page)
|
825
825
|
PAGE_CONFIG.page === "music" && scoMusic.init()
|
826
826
|
GLOBAL_CONFIG.ai.enable && PAGE_CONFIG.page === "post" && ScoAI.init()
|
827
|
+
preloader.removePaceDone()
|
827
828
|
}
|
828
829
|
|
829
830
|
document.addEventListener('DOMContentLoaded', function () {
|
@@ -1,9 +0,0 @@
|
|
1
|
-
|
2
|
-
if page.posts.length > 0
|
3
|
-
#recent-posts
|
4
|
-
h1 Recent Posts
|
5
|
-
each post in page.posts.sort('date', -1).limit(10).toArray()
|
6
|
-
.recent-post-item
|
7
|
-
a(href=url_for(post.path))= post.title
|
8
|
-
if post.date
|
9
|
-
time(datetime=post.date.toJSON())= date(post.date, date_format)
|
@@ -1,308 +0,0 @@
|
|
1
|
-
*
|
2
|
-
box-sizing border-box
|
3
|
-
|
4
|
-
html
|
5
|
-
line-height 1.15
|
6
|
-
-webkit-text-size-adjust 100%
|
7
|
-
text-size-adjust 100%
|
8
|
-
height: 100%;
|
9
|
-
font-size: 20px
|
10
|
-
overflow-y: overlay
|
11
|
-
|
12
|
-
main
|
13
|
-
display block
|
14
|
-
|
15
|
-
body
|
16
|
-
position relative
|
17
|
-
min-height 100%
|
18
|
-
background var(--efu-background)
|
19
|
-
color var(--efu-fontcolor)
|
20
|
-
font-size 16px
|
21
|
-
font-family "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei"
|
22
|
-
line-height 2
|
23
|
-
-webkit-tap-highlight-color transparent
|
24
|
-
margin 0
|
25
|
-
|
26
|
-
::selection
|
27
|
-
background var(--efu-main)
|
28
|
-
color var(--efu-white)
|
29
|
-
|
30
|
-
i.solitude
|
31
|
-
font-size 22px
|
32
|
-
line-height 1
|
33
|
-
|
34
|
-
h1
|
35
|
-
font-size 2em
|
36
|
-
margin .67em 0
|
37
|
-
|
38
|
-
h1, h2, h3, h4, h5, h6
|
39
|
-
padding-top 0
|
40
|
-
padding-left 0
|
41
|
-
font-weight 700
|
42
|
-
position relative
|
43
|
-
margin 1rem 0 0.7rem
|
44
|
-
color var(--efu-fontcolor)
|
45
|
-
|
46
|
-
hr
|
47
|
-
box-sizing content-box
|
48
|
-
height 0
|
49
|
-
overflow visible
|
50
|
-
display: none
|
51
|
-
|
52
|
-
pre
|
53
|
-
font-family monospace, monospace
|
54
|
-
|
55
|
-
a
|
56
|
-
color var(--efu-fontcolor)
|
57
|
-
text-decoration none
|
58
|
-
transition all .3s ease 0s
|
59
|
-
overflow-wrap break-word
|
60
|
-
-webkit-user-drag none
|
61
|
-
|
62
|
-
abbr[title]
|
63
|
-
border-bottom none
|
64
|
-
text-decoration underline dotted
|
65
|
-
|
66
|
-
b, strong
|
67
|
-
font-weight bolder
|
68
|
-
|
69
|
-
code, kbd, samp
|
70
|
-
font-family monospace, monospace
|
71
|
-
font-size 1em
|
72
|
-
|
73
|
-
small
|
74
|
-
font-size 80%
|
75
|
-
|
76
|
-
sub, sup
|
77
|
-
font-size 75%
|
78
|
-
line-height 0
|
79
|
-
position relative
|
80
|
-
vertical-align baseline
|
81
|
-
|
82
|
-
sub
|
83
|
-
bottom -.25em
|
84
|
-
|
85
|
-
sup
|
86
|
-
top -.5em
|
87
|
-
|
88
|
-
button, input, optgroup, select, textarea
|
89
|
-
font-family inherit
|
90
|
-
font-size 100%
|
91
|
-
line-height 1.15
|
92
|
-
margin 0
|
93
|
-
|
94
|
-
button, input
|
95
|
-
overflow visible
|
96
|
-
|
97
|
-
input::placeholder
|
98
|
-
color var(--efu-gray)
|
99
|
-
|
100
|
-
button, select
|
101
|
-
text-transform none
|
102
|
-
|
103
|
-
[type=button], [type=reset], [type=submit], button
|
104
|
-
appearance button
|
105
|
-
|
106
|
-
fieldset
|
107
|
-
padding .35em .75em .625em
|
108
|
-
|
109
|
-
legend
|
110
|
-
box-sizing border-box
|
111
|
-
color inherit
|
112
|
-
display table
|
113
|
-
max-width 100%
|
114
|
-
padding 0
|
115
|
-
white-space normal
|
116
|
-
|
117
|
-
progress
|
118
|
-
vertical-align baseline
|
119
|
-
|
120
|
-
textarea
|
121
|
-
overflow auto
|
122
|
-
|
123
|
-
[type=checkbox], [type=radio]
|
124
|
-
box-sizing border-box
|
125
|
-
padding 0
|
126
|
-
|
127
|
-
[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button
|
128
|
-
height auto
|
129
|
-
|
130
|
-
[type=search]
|
131
|
-
appearance textfield
|
132
|
-
outline-offset -2px
|
133
|
-
|
134
|
-
[type=search]::-webkit-search-decoration
|
135
|
-
appearance none
|
136
|
-
|
137
|
-
input[type=checkbox] + label::before, input[type=radio] + label::before
|
138
|
-
content ''
|
139
|
-
display inline-block
|
140
|
-
width 16px
|
141
|
-
height 16px
|
142
|
-
border 1px solid #999
|
143
|
-
background-color #fff
|
144
|
-
margin-right 5px
|
145
|
-
vertical-align middle
|
146
|
-
|
147
|
-
::-webkit-file-upload-button
|
148
|
-
appearance button
|
149
|
-
font inherit
|
150
|
-
|
151
|
-
summary
|
152
|
-
display list-item
|
153
|
-
|
154
|
-
template
|
155
|
-
display none
|
156
|
-
|
157
|
-
[hidden]
|
158
|
-
display none
|
159
|
-
|
160
|
-
input::placeholder
|
161
|
-
color var(--efu-fontcolor)
|
162
|
-
|
163
|
-
.table-wrap
|
164
|
-
overflow-x scroll
|
165
|
-
margin 0 0 1rem
|
166
|
-
|
167
|
-
table
|
168
|
-
display table
|
169
|
-
width 100%
|
170
|
-
border-spacing 0
|
171
|
-
border-collapse collapse
|
172
|
-
empty-cells show
|
173
|
-
|
174
|
-
table thead
|
175
|
-
background rgba(153, 169, 191, .1)
|
176
|
-
|
177
|
-
table td, table th
|
178
|
-
padding .3rem .6rem
|
179
|
-
border 1px solid var(--light-grey)
|
180
|
-
vertical-align middle
|
181
|
-
|
182
|
-
button
|
183
|
-
padding 0
|
184
|
-
outline 0
|
185
|
-
border none
|
186
|
-
color var(--efu-fontcolor)
|
187
|
-
background 0 0
|
188
|
-
cursor pointer
|
189
|
-
|
190
|
-
img
|
191
|
-
border-style none
|
192
|
-
max-width 100%
|
193
|
-
transition all .2s ease 0s
|
194
|
-
-webkit-user-drag none
|
195
|
-
|
196
|
-
img:not([src]), img[src=""]
|
197
|
-
opacity 0
|
198
|
-
|
199
|
-
.img-alt
|
200
|
-
font-size 12px
|
201
|
-
margin 0
|
202
|
-
margin-top 8px
|
203
|
-
color var(--efu-secondtext)
|
204
|
-
|
205
|
-
.is-center
|
206
|
-
text-align center
|
207
|
-
display flex
|
208
|
-
flex-wrap wrap
|
209
|
-
justify-content center
|
210
|
-
flex-direction row
|
211
|
-
align-items center
|
212
|
-
|
213
|
-
.copy-true
|
214
|
-
user-select all
|
215
|
-
|
216
|
-
.pull-left
|
217
|
-
float left
|
218
|
-
|
219
|
-
.pull-right
|
220
|
-
float right
|
221
|
-
|
222
|
-
blockquote
|
223
|
-
border: var(--style-border-always);
|
224
|
-
background-color: var(--efu-secondbg);
|
225
|
-
color: var(--efu-secondtext);
|
226
|
-
border-radius: 8px;
|
227
|
-
margin: 1rem 0;
|
228
|
-
padding: .5rem .8rem
|
229
|
-
|
230
|
-
a
|
231
|
-
color var(--blockquote-color)
|
232
|
-
|
233
|
-
p
|
234
|
-
margin 0 !important
|
235
|
-
padding: 0
|
236
|
-
|
237
|
-
.pullquote
|
238
|
-
position relative
|
239
|
-
max-width 45%
|
240
|
-
font-size 110%
|
241
|
-
|
242
|
-
.left
|
243
|
-
left 0
|
244
|
-
margin 1em .5em 0 0
|
245
|
-
|
246
|
-
.right
|
247
|
-
right 0
|
248
|
-
margin 1em 0 0 .5em
|
249
|
-
|
250
|
-
li, ul
|
251
|
-
list-style none
|
252
|
-
display block
|
253
|
-
margin 0
|
254
|
-
padding 0
|
255
|
-
|
256
|
-
::-webkit-scrollbar
|
257
|
-
width 6px
|
258
|
-
height 6px
|
259
|
-
|
260
|
-
::-webkit-scrollbar-thumb
|
261
|
-
background var(--efu-scrollbar)
|
262
|
-
border-radius 8px
|
263
|
-
cursor pointer
|
264
|
-
|
265
|
-
::-webkit-scrollbar-thumb:hover
|
266
|
-
background var(--efu-main)
|
267
|
-
opacity 1
|
268
|
-
display block !important
|
269
|
-
|
270
|
-
::-webkit-scrollbar-track
|
271
|
-
background-color var(--efu-none)
|
272
|
-
|
273
|
-
[data-theme=dark] img
|
274
|
-
filter brightness(1)
|
275
|
-
|
276
|
-
a.extend
|
277
|
-
.next
|
278
|
-
right 0
|
279
|
-
|
280
|
-
.prev
|
281
|
-
left 0
|
282
|
-
|
283
|
-
.table-wrap
|
284
|
-
margin 1rem 0
|
285
|
-
border-radius 8px
|
286
|
-
|
287
|
-
table td, table th
|
288
|
-
border var(--style-border-always)
|
289
|
-
|
290
|
-
table thead
|
291
|
-
background var(--efu-secondbg)
|
292
|
-
|
293
|
-
b, strong
|
294
|
-
color var(--efu-lighttext)
|
295
|
-
|
296
|
-
.button--animated
|
297
|
-
border-radius 8px
|
298
|
-
transition .3s
|
299
|
-
position relative
|
300
|
-
|
301
|
-
if hexo-config('fancybox')
|
302
|
-
a.fancybox
|
303
|
-
border-bottom 0
|
304
|
-
padding 0
|
305
|
-
margin auto
|
306
|
-
display contents
|
307
|
-
width fit-content
|
308
|
-
user-select none
|