hexo-theme-solitude 1.5.1 → 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 -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,6 +1,6 @@
|
|
1
1
|
#footer
|
2
2
|
position relative
|
3
|
-
background linear-gradient(180deg, var(--
|
3
|
+
background linear-gradient(180deg, var(--efu-card-bg-none) 0, var(--efu-card-bg) 25%)
|
4
4
|
display flex
|
5
5
|
flex-direction column
|
6
6
|
margin-top .5rem
|
@@ -15,12 +15,12 @@
|
|
15
15
|
content ''
|
16
16
|
z-index -1
|
17
17
|
|
18
|
-
div#
|
18
|
+
div#st-footer-bar
|
19
19
|
display none
|
20
20
|
|
21
21
|
a.footer-bar-link
|
22
22
|
padding 4px 16px
|
23
|
-
background var(--
|
23
|
+
background var(--efu-secondbg)
|
24
24
|
border-radius 20px
|
25
25
|
margin-top 8px
|
26
26
|
font-size 14px
|
@@ -28,21 +28,21 @@
|
|
28
28
|
border var(--style-border-always)
|
29
29
|
|
30
30
|
&:hover
|
31
|
-
background var(--
|
32
|
-
color var(--
|
31
|
+
background var(--efu-main)
|
32
|
+
color var(--efu-white)
|
33
33
|
transform scale(1.1)
|
34
|
-
border-color var(--
|
34
|
+
border-color var(--efu-main)
|
35
35
|
|
36
36
|
.footer-logo
|
37
37
|
font-size 24px
|
38
38
|
|
39
39
|
.footer-bar-description
|
40
|
-
color var(--
|
40
|
+
color var(--efu-secondtext)
|
41
41
|
font-weight 700
|
42
42
|
padding: 0 0.5rem
|
43
43
|
text-align: center
|
44
44
|
|
45
|
-
.post & div#
|
45
|
+
.post & div#st-footer-bar
|
46
46
|
display flex
|
47
47
|
flex-direction column
|
48
48
|
align-items center
|
@@ -66,18 +66,18 @@
|
|
66
66
|
.deal_link
|
67
67
|
display flex
|
68
68
|
margin 1rem 27px
|
69
|
-
color var(--
|
69
|
+
color var(--efu-card-bg)
|
70
70
|
border-radius 3rem
|
71
71
|
width 32px
|
72
72
|
height 32px
|
73
|
-
background var(--
|
73
|
+
background var(--efu-fontcolor)
|
74
74
|
justify-content center
|
75
75
|
align-items center
|
76
76
|
transition .3s
|
77
77
|
|
78
78
|
&:hover
|
79
|
-
color var(--
|
80
|
-
background var(--
|
79
|
+
color var(--efu-white)
|
80
|
+
background var(--efu-main)
|
81
81
|
transform scale(1.1)
|
82
82
|
|
83
83
|
.footer_mini_logo
|
@@ -95,7 +95,7 @@
|
|
95
95
|
&:hover
|
96
96
|
transform scale(1.2)
|
97
97
|
|
98
|
-
#
|
98
|
+
#st-footer
|
99
99
|
display flex
|
100
100
|
flex-direction row
|
101
101
|
width 100%
|
@@ -112,7 +112,7 @@
|
|
112
112
|
.footer-item
|
113
113
|
font-size .8rem
|
114
114
|
line-height .8rem
|
115
|
-
color var(--
|
115
|
+
color var(--efu-fontcolor)
|
116
116
|
margin-right auto
|
117
117
|
overflow hidden
|
118
118
|
white-space nowrap
|
@@ -123,11 +123,11 @@
|
|
123
123
|
border-radius 12px
|
124
124
|
|
125
125
|
&:hover
|
126
|
-
color var(--
|
127
|
-
background var(--
|
126
|
+
color var(--efu-theme)
|
127
|
+
background var(--efu-main-op-light)
|
128
128
|
|
129
129
|
[data-theme=dark] &
|
130
|
-
background var(--
|
130
|
+
background var(--efu-theme-op)
|
131
131
|
|
132
132
|
.footer-group
|
133
133
|
min-width 120px
|
@@ -141,12 +141,12 @@
|
|
141
141
|
margin-left 8px
|
142
142
|
|
143
143
|
&:hover i
|
144
|
-
color var(--
|
144
|
+
color var(--efu-main)
|
145
145
|
opacity 1
|
146
146
|
|
147
147
|
i
|
148
148
|
line-height 1
|
149
|
-
color var(--
|
149
|
+
color var(--efu-secondtext)
|
150
150
|
transition .3s
|
151
151
|
font-size 16px
|
152
152
|
opacity .6
|
@@ -155,7 +155,7 @@
|
|
155
155
|
margin 0
|
156
156
|
|
157
157
|
.footer-title
|
158
|
-
color var(--
|
158
|
+
color var(--efu-secondtext)
|
159
159
|
font-size .8rem
|
160
160
|
margin-left 8px
|
161
161
|
|
@@ -164,9 +164,9 @@
|
|
164
164
|
|
165
165
|
/#footer-bar
|
166
166
|
padding 1rem
|
167
|
-
color var(--
|
167
|
+
color var(--efu-fontcolor)
|
168
168
|
margin-top 1rem
|
169
|
-
background var(--
|
169
|
+
background var(--efu-secondbg)
|
170
170
|
display flex
|
171
171
|
overflow hidden
|
172
172
|
z-index 1
|
@@ -198,7 +198,7 @@
|
|
198
198
|
|
199
199
|
.footer-bar-link
|
200
200
|
margin 0 4px
|
201
|
-
color var(--
|
201
|
+
color var(--efu-fontcolor)
|
202
202
|
font-size .8rem
|
203
203
|
padding 8px
|
204
204
|
border-radius 12px
|
@@ -215,8 +215,8 @@
|
|
215
215
|
margin-right .5rem
|
216
216
|
|
217
217
|
&:hover
|
218
|
-
color var(--
|
219
|
-
background var(--
|
218
|
+
color var(--efu-theme)
|
219
|
+
background var(--efu-main-op)
|
220
220
|
|
221
221
|
.footer-bar-right
|
222
222
|
display flex
|
@@ -229,8 +229,8 @@
|
|
229
229
|
|
230
230
|
#cookies-window
|
231
231
|
min-width 300px
|
232
|
-
background var(--
|
233
|
-
color var(--
|
232
|
+
background var(--efu-maskbgdeep)
|
233
|
+
color var(--efu-fontcolor)
|
234
234
|
padding 8px 16px
|
235
235
|
display flex
|
236
236
|
flex-direction column
|
@@ -270,5 +270,5 @@
|
|
270
270
|
margin-left: 10px
|
271
271
|
font-size: 16px
|
272
272
|
|
273
|
-
i.
|
273
|
+
i.solitude
|
274
274
|
font-size 16px
|
@@ -3,7 +3,7 @@
|
|
3
3
|
top 80px
|
4
4
|
left 20px
|
5
5
|
z-index 999
|
6
|
-
background var(--
|
6
|
+
background var(--efu-maskbgdeep)
|
7
7
|
border-radius 12px
|
8
8
|
border var(--style-border)
|
9
9
|
padding 20px
|
@@ -12,7 +12,7 @@
|
|
12
12
|
backdrop-filter saturate(180%) blur(20px)
|
13
13
|
transform translateZ(0)
|
14
14
|
pointer-events none
|
15
|
-
box-shadow var(--
|
15
|
+
box-shadow var(--efu-shadow-border)
|
16
16
|
opacity 0
|
17
17
|
transition .3s
|
18
18
|
|
@@ -22,7 +22,7 @@
|
|
22
22
|
|
23
23
|
.keyboardTitle
|
24
24
|
font-size 12px
|
25
|
-
color var(--
|
25
|
+
color var(--efu-secondtext)
|
26
26
|
line-height 1
|
27
27
|
|
28
28
|
.keyboardList
|
@@ -42,12 +42,12 @@
|
|
42
42
|
.key
|
43
43
|
padding 0.2em 0.4em
|
44
44
|
font-family inherit
|
45
|
-
background-color var(--
|
46
|
-
color var(--
|
45
|
+
background-color var(--efu-card-bg)
|
46
|
+
color var(--efu-fontcolor)
|
47
47
|
border var(--style-border)
|
48
|
-
border-color var(--
|
49
|
-
border-bottom 2px solid var(--
|
50
|
-
box-shadow var(--
|
48
|
+
border-color var(--efu-secondtext)
|
49
|
+
border-bottom 2px solid var(--efu-secondtext)
|
50
|
+
box-shadow var(--efu-shadow-border)
|
51
51
|
border-radius 0.25rem
|
52
52
|
overflow-wrap break-word
|
53
53
|
overflow-x auto
|
@@ -10,10 +10,10 @@ span.tags-punctuation
|
|
10
10
|
margin 0 4px
|
11
11
|
|
12
12
|
&:hover
|
13
|
-
color var(--
|
13
|
+
color var(--efu-main)
|
14
14
|
|
15
15
|
.post-tips
|
16
|
-
color var(--
|
16
|
+
color var(--efu-gray)
|
17
17
|
font-size 14px;
|
18
18
|
position absolute
|
19
19
|
bottom 2rem
|
@@ -23,8 +23,8 @@ span.tags-punctuation
|
|
23
23
|
left 1rem
|
24
24
|
|
25
25
|
a
|
26
|
-
color var(--
|
26
|
+
color var(--efu-gray)
|
27
27
|
border none
|
28
28
|
|
29
29
|
&:hover
|
30
|
-
color var(--
|
30
|
+
color var(--efu-main)
|
@@ -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
|