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
@@ -1,5 +1,5 @@
|
|
1
1
|
#sidebar
|
2
|
-
background var(--
|
2
|
+
background var(--efu-maskbg)
|
3
3
|
|
4
4
|
#menu-mask
|
5
5
|
position fixed
|
@@ -7,7 +7,7 @@
|
|
7
7
|
display none
|
8
8
|
width 100%
|
9
9
|
height 100%
|
10
|
-
background var(--
|
10
|
+
background var(--efu-maskbg)
|
11
11
|
-webkit-backdrop-filter saturate(180%) blur(20px)
|
12
12
|
backdrop-filter saturate(180%) blur(20px)
|
13
13
|
transform translateZ(0)
|
@@ -20,7 +20,7 @@
|
|
20
20
|
overflow hidden auto
|
21
21
|
width 300px
|
22
22
|
height 100%
|
23
|
-
background var(--
|
23
|
+
background var(--efu-maskbgdeep)
|
24
24
|
transition all .5s ease 0s
|
25
25
|
padding-top 30px
|
26
26
|
z-index 1001
|
@@ -34,7 +34,7 @@
|
|
34
34
|
width calc(50% - 16px)
|
35
35
|
|
36
36
|
&:hover
|
37
|
-
background var(--
|
37
|
+
background var(--efu-lighttext)
|
38
38
|
|
39
39
|
.menus_items
|
40
40
|
li
|
@@ -42,11 +42,11 @@
|
|
42
42
|
font-weight 400
|
43
43
|
|
44
44
|
.site-page:hover
|
45
|
-
background var(--
|
46
|
-
color var(--
|
45
|
+
background var(--efu-main)!important
|
46
|
+
color var(--efu-white)
|
47
47
|
|
48
48
|
.site-page span:hover
|
49
|
-
color var(--
|
49
|
+
color var(--efu-white)
|
50
50
|
|
51
51
|
.menus_items
|
52
52
|
padding 0 16px
|
@@ -55,7 +55,7 @@
|
|
55
55
|
position relative
|
56
56
|
display block
|
57
57
|
padding 0
|
58
|
-
color var(--
|
58
|
+
color var(--efu-fontcolor)
|
59
59
|
cursor pointer
|
60
60
|
font-size 14px
|
61
61
|
font-weight 700
|
@@ -63,7 +63,7 @@
|
|
63
63
|
.menus_item > .site-page
|
64
64
|
display flex
|
65
65
|
font-size 12px
|
66
|
-
color var(--
|
66
|
+
color var(--efu-secondtext)
|
67
67
|
|
68
68
|
.expand
|
69
69
|
position absolute
|
@@ -88,7 +88,7 @@
|
|
88
88
|
padding 8px
|
89
89
|
border-radius 8px
|
90
90
|
border var(--style-border-always)
|
91
|
-
background var(--
|
91
|
+
background var(--efu-card-bg)
|
92
92
|
|
93
93
|
li
|
94
94
|
width calc(50% - 8px)
|
@@ -109,7 +109,7 @@
|
|
109
109
|
|
110
110
|
.back-menu-list-title
|
111
111
|
font-size 12px
|
112
|
-
color var(--
|
112
|
+
color var(--efu-secondtext)
|
113
113
|
|
114
114
|
.back-menu-list
|
115
115
|
width calc(100% + 16px)
|
@@ -117,7 +117,7 @@
|
|
117
117
|
margin 0 -8px
|
118
118
|
|
119
119
|
.back-menu-item
|
120
|
-
background var(--
|
120
|
+
background var(--efu-card-bg)
|
121
121
|
border var(--style-border-always)
|
122
122
|
border-radius 8px
|
123
123
|
|
@@ -151,7 +151,7 @@
|
|
151
151
|
font-size 1.28em
|
152
152
|
|
153
153
|
.data-item-link .headline
|
154
|
-
color var(--
|
154
|
+
color var(--efu-fontcolor)
|
155
155
|
|
156
156
|
hr
|
157
157
|
margin 1rem auto
|
@@ -165,12 +165,12 @@
|
|
165
165
|
margin-bottom 60px
|
166
166
|
|
167
167
|
a
|
168
|
-
color var(--
|
168
|
+
color var(--efu-fontcolor) !important
|
169
169
|
padding 2px 8px 2px 12px
|
170
170
|
margin 4px
|
171
171
|
border-radius 8px
|
172
172
|
border var(--style-border-always)
|
173
|
-
background var(--
|
173
|
+
background var(--efu-card-bg)
|
174
174
|
font-size 14px !important
|
175
175
|
|
176
176
|
sup
|
@@ -179,7 +179,7 @@
|
|
179
179
|
|
180
180
|
span.sidebar-menu-item-title
|
181
181
|
font-size 12px
|
182
|
-
color var(--
|
182
|
+
color var(--efu-secondtext)
|
183
183
|
margin-left 16px
|
184
184
|
|
185
185
|
.sidebar-menu-item
|
@@ -192,12 +192,12 @@
|
|
192
192
|
padding 4px 8px
|
193
193
|
|
194
194
|
[data-theme="dark"] &
|
195
|
-
background var(--
|
196
|
-
color var(--
|
195
|
+
background var(--efu-orange)
|
196
|
+
color var(--efu-white)
|
197
197
|
|
198
198
|
a.menu-child
|
199
199
|
width 100%
|
200
|
-
background var(--
|
200
|
+
background var(--efu-card-bg)
|
201
201
|
border-radius 8px
|
202
202
|
border var(--style-border-always)
|
203
203
|
display flex
|
@@ -224,7 +224,7 @@
|
|
224
224
|
justify-content space-between
|
225
225
|
|
226
226
|
.menus_items .site-page span:hover
|
227
|
-
color var(--
|
227
|
+
color var(--efu-fontcolor)
|
228
228
|
|
229
229
|
#toggle-sidebar
|
230
230
|
bottom 80px
|
@@ -1,22 +1,22 @@
|
|
1
1
|
figure
|
2
2
|
&:hover
|
3
|
-
box-shadow var(--
|
3
|
+
box-shadow var(--efu-shadow-border-hover)
|
4
4
|
|
5
5
|
.copy-btn
|
6
6
|
position absolute
|
7
7
|
top 1rem
|
8
8
|
right 1rem
|
9
9
|
z-index 10
|
10
|
-
color var(--
|
10
|
+
color var(--efu-fontcolor)
|
11
11
|
cursor pointer
|
12
12
|
transition all .2s ease 0s
|
13
13
|
|
14
14
|
&:hover
|
15
|
-
color var(--
|
15
|
+
color var(--efu-lighttext)
|
16
16
|
|
17
17
|
&.highlight
|
18
|
-
background-color var(--
|
19
|
-
color var(--
|
18
|
+
background-color var(--efu-hl-bg)
|
19
|
+
color var(--efu-fontcolor)
|
20
20
|
border var(--style-border-always)
|
21
21
|
overflow hidden
|
22
22
|
border-radius 8px 8px 4px 4px
|
@@ -39,18 +39,18 @@ figure
|
|
39
39
|
min-height 1.2rem
|
40
40
|
height 2.15em
|
41
41
|
font-size 16px
|
42
|
-
background var(--
|
42
|
+
background var(--efu-hltools-bg)
|
43
43
|
border-bottom var(--style-border-always)
|
44
|
-
color var(--
|
44
|
+
color var(--efu-fontcolor)
|
45
45
|
|
46
|
-
.
|
46
|
+
.st-copy-fill
|
47
47
|
position absolute
|
48
48
|
cursor pointer
|
49
49
|
transition color .2s
|
50
50
|
font-size 18px
|
51
51
|
|
52
|
-
.
|
53
|
-
color var(--
|
52
|
+
.st-copy-fill:hover
|
53
|
+
color var(--efu-main)
|
54
54
|
|
55
55
|
.expand
|
56
56
|
position absolute
|
@@ -69,7 +69,7 @@ figure
|
|
69
69
|
user-select none
|
70
70
|
|
71
71
|
.code-expand-btn
|
72
|
-
background var(--
|
72
|
+
background var(--efu-hltools-bg)
|
73
73
|
transition .3s
|
74
74
|
backdrop-filter saturate(180%) blur(20px)
|
75
75
|
transform translateZ(0)
|
@@ -87,15 +87,15 @@ figure
|
|
87
87
|
height 32px
|
88
88
|
|
89
89
|
i
|
90
|
-
color var(--
|
90
|
+
color var(--efu-fontcolor)
|
91
91
|
line-height 1
|
92
92
|
animation 1.2s ease 0s infinite normal none running code-expand-key
|
93
93
|
|
94
94
|
&:hover
|
95
|
-
background var(--
|
95
|
+
background var(--efu-main)
|
96
96
|
|
97
97
|
i
|
98
|
-
color var(--
|
98
|
+
color var(--efu-white)
|
99
99
|
|
100
100
|
table
|
101
101
|
display block
|
@@ -118,8 +118,8 @@ figure
|
|
118
118
|
margin 0
|
119
119
|
padding 8px .5rem
|
120
120
|
border none
|
121
|
-
color var(--
|
122
|
-
background var(--
|
121
|
+
color var(--efu-secondtext)
|
122
|
+
background var(--efu-secondbg)
|
123
123
|
border-right var(--style-border-always)
|
124
124
|
text-align right
|
125
125
|
|
@@ -21,21 +21,21 @@
|
|
21
21
|
max-height 150px
|
22
22
|
margin 4px
|
23
23
|
padding 8px 14px
|
24
|
-
background var(--
|
24
|
+
background var(--efu-maskbgdeep)
|
25
25
|
border-radius 8px
|
26
|
-
color var(--
|
26
|
+
color var(--efu-fontcolor)
|
27
27
|
animation 0.6s cubic-bezier(0.42, 0, 0.3, 1.11) 0s 1 normal none running barrageIn;
|
28
28
|
transition all 0.3s ease 0s
|
29
29
|
display: flex
|
30
30
|
flex-direction column
|
31
31
|
border var(--style-border)
|
32
32
|
backdrop-filter saturate(180%) blur(20px)
|
33
|
-
box-shadow var(--
|
33
|
+
box-shadow var(--efu-shadow-border)
|
34
34
|
overflow hidden
|
35
35
|
|
36
36
|
&:hover
|
37
37
|
border var(--style-border-hover)
|
38
|
-
box-shadow var(--
|
38
|
+
box-shadow var(--efu-shadow-main)
|
39
39
|
|
40
40
|
&.out
|
41
41
|
opacity 0
|
@@ -45,16 +45,16 @@
|
|
45
45
|
opacity 0
|
46
46
|
|
47
47
|
.comment-barrage-close
|
48
|
-
color var(--
|
48
|
+
color var(--efu-secondtext)
|
49
49
|
cursor pointer
|
50
50
|
line-height 1
|
51
51
|
margin 4px
|
52
52
|
|
53
53
|
&:hover
|
54
|
-
color var(--
|
54
|
+
color var(--efu-main)
|
55
55
|
|
56
|
-
.
|
57
|
-
color var(--
|
56
|
+
.solitude
|
57
|
+
color var(--efu-fontcolor)
|
58
58
|
font-size 18px
|
59
59
|
|
60
60
|
.barrageHead
|
@@ -69,24 +69,24 @@
|
|
69
69
|
font-weight 700
|
70
70
|
|
71
71
|
.barrageTitle
|
72
|
-
color var(--
|
72
|
+
color var(--efu-card-bg)
|
73
73
|
margin-right 8px
|
74
|
-
background var(--
|
74
|
+
background var(--efu-fontcolor)
|
75
75
|
line-height 1
|
76
76
|
padding 4px
|
77
77
|
border-radius 4px
|
78
78
|
white-space nowrap
|
79
79
|
|
80
80
|
&:hover
|
81
|
-
background var(--
|
82
|
-
color var(--
|
81
|
+
background var(--efu-main)
|
82
|
+
color var(--efu-white)
|
83
83
|
|
84
84
|
.barrageAvatar
|
85
85
|
width 16px
|
86
86
|
height 16px
|
87
87
|
margin 0 8px 0 auto
|
88
88
|
border-radius 50%
|
89
|
-
background var(--
|
89
|
+
background var(--efu-secondbg)
|
90
90
|
|
91
91
|
.barrageContent
|
92
92
|
height calc(100% - 30px)
|
@@ -1,12 +1,23 @@
|
|
1
1
|
#article-container
|
2
2
|
overflow-wrap break-word
|
3
3
|
|
4
|
+
a
|
5
|
+
color var(--efu-fontcolor)
|
6
|
+
padding 0 4px
|
7
|
+
border-radius 4px 4px 0 0
|
8
|
+
|
9
|
+
&:not(.fancybox):hover
|
10
|
+
border 0
|
11
|
+
text-decoration none
|
12
|
+
color var(--efu-white)
|
13
|
+
border-radius 4px
|
14
|
+
|
4
15
|
.table-wrap
|
5
16
|
margin 1rem 0
|
6
17
|
border-radius 8px
|
7
18
|
overflow-x scroll
|
8
19
|
|
9
|
-
.headerlink
|
20
|
+
a.headerlink
|
10
21
|
float right
|
11
22
|
opacity .08
|
12
23
|
position relative
|
@@ -21,14 +32,18 @@
|
|
21
32
|
|
22
33
|
&::before
|
23
34
|
content "\e082"
|
24
|
-
font-family
|
35
|
+
font-family solitude
|
25
36
|
cursor pointer
|
26
37
|
|
27
38
|
&:hover
|
39
|
+
border-bottom none
|
40
|
+
box-shadow none
|
41
|
+
background var(--efu-none)
|
42
|
+
color var(--efu-lighttext)
|
28
43
|
opacity 1
|
29
44
|
|
30
45
|
&::before
|
31
|
-
color var(--
|
46
|
+
color var(--efu-main)
|
32
47
|
|
33
48
|
p
|
34
49
|
font-size .9rem
|
@@ -42,13 +57,13 @@
|
|
42
57
|
margin auto
|
43
58
|
|
44
59
|
code
|
45
|
-
color var(--
|
60
|
+
color var(--efu-white)
|
46
61
|
padding 0.2rem 0.4rem
|
47
62
|
border-radius 4px
|
48
63
|
margin 0 4px
|
49
|
-
background var(--
|
64
|
+
background var(--efu-pink)
|
50
65
|
line-height 2
|
51
|
-
box-shadow var(--
|
66
|
+
box-shadow var(--efu-shadow-border)
|
52
67
|
|
53
68
|
img
|
54
69
|
border-radius 12px
|
@@ -58,20 +73,6 @@
|
|
58
73
|
max-width 90%
|
59
74
|
max-height 450px
|
60
75
|
|
61
|
-
a
|
62
|
-
border-bottom 2px dotted var(--sco-lighttext)
|
63
|
-
color var(--sco-fontcolor)
|
64
|
-
font-weight 700
|
65
|
-
padding 0 4px
|
66
|
-
border-radius 4px 4px 0 0
|
67
|
-
|
68
|
-
&:not(.headerlink, .fancybox):hover
|
69
|
-
border 0
|
70
|
-
text-decoration none
|
71
|
-
background var(--sco-main)
|
72
|
-
color var(--sco-white)
|
73
|
-
border-radius 4px
|
74
|
-
|
75
76
|
ul, ol
|
76
77
|
padding 0
|
77
78
|
margin-top 0.4rem
|
@@ -83,9 +84,9 @@
|
|
83
84
|
position absolute
|
84
85
|
top 0
|
85
86
|
left 0
|
86
|
-
color var(--
|
87
|
+
color var(--efu-fontcolor)
|
87
88
|
transition all .3s ease-out 0s
|
88
|
-
background var(--
|
89
|
+
background var(--efu-lighttext)
|
89
90
|
|
90
91
|
&:not(.tab)
|
91
92
|
position relative
|
@@ -105,8 +106,8 @@
|
|
105
106
|
background 0 0
|
106
107
|
content ""
|
107
108
|
line-height .42em
|
108
|
-
border 0.21em solid var(--
|
109
|
-
background var(--
|
109
|
+
border 0.21em solid var(--efu-lighttext)
|
110
|
+
background var(--efu-lighttext)
|
110
111
|
|
111
112
|
ol
|
112
113
|
> li:before
|
@@ -116,7 +117,7 @@
|
|
116
117
|
border-radius .725em
|
117
118
|
text-align center
|
118
119
|
font-size .85em
|
119
|
-
color var(--
|
120
|
+
color var(--efu-white)
|
120
121
|
line-height 1.45em
|
121
122
|
|
122
123
|
ul li
|
@@ -161,7 +162,7 @@
|
|
161
162
|
h2
|
162
163
|
font-size 1.3rem
|
163
164
|
line-height 1.3
|
164
|
-
border-top 1px dashed var(--
|
165
|
+
border-top 1px dashed var(--efu-theme-op)
|
165
166
|
padding-top 1.5rem
|
166
167
|
|
167
168
|
h3
|
@@ -1,6 +1,6 @@
|
|
1
1
|
#post
|
2
2
|
.post-copyright
|
3
|
-
background var(--
|
3
|
+
background var(--efu-secondbg)
|
4
4
|
border-width 1px
|
5
5
|
transition 0.3s
|
6
6
|
position relative
|
@@ -10,8 +10,8 @@
|
|
10
10
|
border var(--style-border-always)
|
11
11
|
|
12
12
|
+maxWidth768()
|
13
|
-
box-shadow var(--
|
14
|
-
|
13
|
+
box-shadow var(--efu-shadow-border)
|
14
|
+
padding: 1rem 1.3rem;
|
15
15
|
.post-copyright__author_group
|
16
16
|
.post-copyright__author_img
|
17
17
|
width 64px
|
@@ -23,7 +23,7 @@
|
|
23
23
|
left calc(50% - 33px)
|
24
24
|
top -33px
|
25
25
|
border var(--style-border-always)
|
26
|
-
box-shadow var(--
|
26
|
+
box-shadow var(--efu-shadow-main)
|
27
27
|
|
28
28
|
if hexo-config('post.default.copyright.author.enable')
|
29
29
|
&:hover
|
@@ -57,13 +57,13 @@
|
|
57
57
|
font-size 20px
|
58
58
|
font-weight 700
|
59
59
|
margin-top 16px
|
60
|
-
color var(--
|
60
|
+
color var(--efu-fontcolor)
|
61
61
|
line-height 1
|
62
62
|
|
63
63
|
.post-copyright__author_desc
|
64
64
|
text-align center
|
65
65
|
font-size 14px
|
66
|
-
color var(--
|
66
|
+
color var(--efu-secondtext)
|
67
67
|
margin-top 4px
|
68
68
|
|
69
69
|
.post-copyright__notice
|
@@ -72,7 +72,7 @@
|
|
72
72
|
|
73
73
|
.post-copyright-info
|
74
74
|
padding-left 0
|
75
|
-
color var(--
|
75
|
+
color var(--efu-secondtext)
|
76
76
|
overflow hidden
|
77
77
|
display -webkit-box
|
78
78
|
-webkit-line-clamp 1
|
@@ -87,12 +87,12 @@
|
|
87
87
|
word-break break-word
|
88
88
|
padding 0 4px
|
89
89
|
border-radius 4px
|
90
|
-
color var(--
|
90
|
+
color var(--efu-fontcolor)
|
91
91
|
font-weight 700
|
92
92
|
|
93
93
|
&:hover
|
94
94
|
text-decoration none
|
95
|
-
background-color var(--
|
96
|
-
color var(--
|
95
|
+
background-color var(--efu-main)
|
96
|
+
color var(--efu-white)
|
97
97
|
cursor pointer
|
98
|
-
border-radius 4px
|
98
|
+
border-radius 4px
|