hexo-theme-solitude 1.4.2 → 1.4.4
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/CONTRIBUTING.md +1 -1
- package/README.md +1 -1
- package/README_EN.md +1 -1
- package/_config.yml +165 -151
- package/languages/en-US.yml +31 -2
- package/languages/zh-CN.yml +32 -2
- package/languages/zh-TW.yml +147 -0
- package/layout/includes/footer.pug +2 -5
- package/layout/includes/head/config.pug +15 -2
- package/layout/includes/inject/body.pug +13 -4
- package/layout/includes/inject/head.pug +1 -4
- package/layout/includes/layout.pug +4 -0
- package/layout/includes/loading.pug +1 -1
- package/layout/includes/page/album.pug +4 -22
- package/layout/includes/page/gallery.pug +2 -2
- package/layout/includes/page/music.pug +1 -4
- package/layout/includes/page/says.pug +1 -3
- package/layout/includes/widgets/aside/asideInfoCard.pug +1 -1
- package/layout/includes/widgets/home/bb/json.pug +3 -2
- package/layout/includes/widgets/home/bb/local.pug +2 -3
- package/layout/includes/widgets/home/bb/memos.pug +4 -2
- package/layout/includes/widgets/page/about/authorinfo.pug +1 -1
- package/layout/includes/widgets/page/about/award.pug +6 -3
- package/layout/includes/widgets/page/about/hobbies.pug +2 -2
- package/layout/includes/widgets/page/about/motto.pug +17 -15
- package/layout/includes/widgets/page/about/skillsinfo.pug +38 -36
- package/layout/includes/widgets/page/about/tenyear.pug +1 -1
- package/layout/includes/widgets/page/says/json.pug +13 -9
- package/layout/includes/widgets/page/says/local.pug +1 -1
- package/layout/includes/widgets/page/says/memos.pug +10 -6
- package/layout/includes/widgets/rightside/index.pug +33 -22
- package/package.json +1 -1
- package/plugins.yml +7 -3
- package/scripts/event/cdn.js +5 -1
- package/scripts/event/init.js +18 -19
- package/scripts/event/page.js +0 -5
- package/scripts/filter/checkThemeConfig.js +23 -7
- package/scripts/filter/lazyload.js +2 -3
- package/scripts/generator/gallery.js +47 -0
- package/scripts/helper/related_post.js +0 -6
- package/scripts/helper/stylus.js +8 -3
- package/source/css/_layout/basic.styl +0 -3
- package/source/css/_layout/index.styl +54 -34
- package/source/css/_page/_about/index.styl +49 -0
- package/source/css/_page/{about → _about}/reward.styl +7 -0
- package/source/css/_page/{gallery → _gallery}/index.styl +16 -8
- package/source/css/_page/_home/home-top.styl +125 -302
- package/source/css/_page/_home/index.styl +9 -4
- package/source/css/_page/_home/recent-post.styl +1 -0
- package/source/css/_page/index.styl +3 -152
- package/source/css/_page/share.styl +318 -0
- package/source/css/_widgets/_aside/info.styl +3 -0
- package/source/css/_widgets/_comment/twikoo.styl +1 -1
- package/source/img/loading.gif +0 -0
- package/source/js/covercolor/local.js +11 -11
- package/source/js/main.js +63 -55
- package/source/js/rightside.js +159 -342
- package/source/js/search/algolia.js +1 -3
- package/source/js/search/local.js +1 -3
- package/source/js/tw_cn.js +76 -0
- package/source/js/utils.js +8 -27
- package/layout/includes/page/not_configured.pug +0 -18
- package/scripts/helper/cdn.js +0 -12
- package/source/css/_page/about/index.styl +0 -39
- /package/source/css/_page/{about → _about}/author.styl +0 -0
- /package/source/css/_page/{about → _about}/buff.styl +0 -0
- /package/source/css/_page/{about → _about}/careers.styl +0 -0
- /package/source/css/_page/{about → _about}/contentinfo.styl +0 -0
- /package/source/css/_page/{about → _about}/game.styl +0 -0
- /package/source/css/_page/{about → _about}/like.styl +0 -0
- /package/source/css/_page/{about → _about}/maxim.styl +0 -0
- /package/source/css/_page/{about → _about}/myphoto.styl +0 -0
- /package/source/css/_page/{about → _about}/oneself.styl +0 -0
- /package/source/css/_page/{about → _about}/personalities.styl +0 -0
- /package/source/css/_page/{about → _about}/skills.styl +0 -0
- /package/source/css/_page/{about → _about}/statistic.styl +0 -0
- /package/source/css/_page/{about → _about}/tenyear.styl +0 -0
@@ -1,335 +1,158 @@
|
|
1
|
-
|
2
|
-
|
3
|
-
display none
|
4
|
-
+minWidth1200()
|
5
|
-
display flex
|
6
|
-
width 100%
|
7
|
-
height 76%
|
8
|
-
background var(--sco-card-bg)
|
9
|
-
margin-bottom .5rem
|
10
|
-
border var(--style-border)
|
1
|
+
#home_top
|
2
|
+
.recent-top-post-group
|
11
3
|
border-radius 12px
|
12
4
|
overflow hidden
|
13
|
-
|
14
|
-
|
15
|
-
|
16
|
-
|
17
|
-
will-change transform
|
18
|
-
animation slide-in .6s .1s backwards
|
19
|
-
|
20
|
-
:not(.flink)&:hover
|
21
|
-
box-shadow var(--sco-shadow-main)
|
22
|
-
|
23
|
-
.banner-button-group
|
24
|
-
position absolute
|
25
|
-
right 2rem
|
26
|
-
top 2rem
|
27
|
-
display flex
|
5
|
+
overflow-x auto
|
6
|
+
width 100%
|
7
|
+
margin-bottom 0
|
8
|
+
-webkit-user-select none
|
28
9
|
|
29
|
-
|
30
|
-
|
31
|
-
background var(--sco-fontcolor)
|
32
|
-
border-radius 12px
|
33
|
-
color var(--sco-card-bg)
|
34
|
-
display flex
|
35
|
-
align-items center
|
36
|
-
z-index 1
|
37
|
-
transition .3s
|
38
|
-
cursor pointer
|
39
|
-
box-shadow var(--sco-shadow-black)
|
40
|
-
|
41
|
-
&.secondary
|
42
|
-
background var(--sco-secondbg)
|
43
|
-
border var(--style-border-always)
|
44
|
-
color var(--sco-lighttext)
|
45
|
-
margin-right 1rem
|
46
|
-
box-shadow var(--sco-shadow-border)
|
47
|
-
|
48
|
-
&:hover
|
49
|
-
background var(--sco-theme)
|
50
|
-
color var(--sco-white)
|
51
|
-
|
52
|
-
i
|
53
|
-
margin-right 8px
|
54
|
-
font-size 1rem
|
55
|
-
|
56
|
-
.banners-title
|
57
|
-
top 2rem
|
58
|
-
left 1.5rem
|
59
|
-
position absolute
|
60
|
-
display flex
|
61
|
-
flex-direction column
|
10
|
+
+maxWidth768()
|
11
|
+
border-radius 0
|
62
12
|
|
63
|
-
|
64
|
-
font-size 36px
|
65
|
-
line-height 1
|
66
|
-
font-weight 700
|
67
|
-
margin-bottom 8px
|
68
|
-
|
69
|
-
&-small
|
70
|
-
font-size 12px
|
71
|
-
line-height 1
|
72
|
-
color var(--sco-secondtext)
|
73
|
-
margin-top 8px
|
74
|
-
margin-bottom .5rem
|
75
|
-
|
76
|
-
#banner-hover
|
77
|
-
position absolute
|
78
|
-
width 100%
|
79
|
-
height 100%
|
80
|
-
top 0
|
81
|
-
left 0
|
82
|
-
border-radius 12px
|
83
|
-
background var(--sco-theme)
|
84
|
-
color var(--sco-card-bg)
|
85
|
-
padding-left .5rem
|
13
|
+
.recent-post-top
|
86
14
|
display flex
|
87
|
-
flex-direction
|
88
|
-
|
89
|
-
opacity 0
|
90
|
-
transition cubic-bezier(.71, .15, .16, 1.15) .6s
|
91
|
-
|
92
|
-
i
|
93
|
-
font-size 80px
|
94
|
-
opacity .4
|
95
|
-
|
96
|
-
&:hover
|
97
|
-
#banner-hover
|
98
|
-
opacity 1
|
99
|
-
padding-left 2rem
|
100
|
-
background var(--sco-theme-op-deep)
|
101
|
-
backdrop-filter blur(15px)
|
102
|
-
transform translateZ(0)
|
103
|
-
transition .3s
|
104
|
-
background-size 200%
|
105
|
-
cursor pointer
|
106
|
-
|
107
|
-
.flink
|
108
|
-
.banners-title
|
109
|
-
top 1.5rem
|
110
|
-
|
111
|
-
.bannerText
|
112
|
-
font-size 4rem
|
113
|
-
line-height 4rem
|
114
|
-
font-weight 700
|
115
|
-
|
116
|
-
.tags-group-all
|
117
|
-
display flex
|
118
|
-
transform rotate(-30deg)
|
119
|
-
|
120
|
-
&.nowrapMove
|
121
|
-
transform rotate(0)
|
122
|
-
padding-bottom 2rem
|
123
|
-
|
124
|
-
.tags-group-wrapper
|
125
|
-
margin-top: 7rem
|
126
|
-
animation: rowup 120s linear infinite
|
127
|
-
|
128
|
-
.tags-group-icon
|
129
|
-
border-radius 50%
|
130
|
-
|
131
|
-
img
|
132
|
-
min-width 100%
|
133
|
-
min-height 100%
|
134
|
-
border-radius 50%
|
135
|
-
object-fit cover
|
136
|
-
|
137
|
-
.tags-group-wrapper
|
138
|
-
margin-top: 5rem
|
139
|
-
display: flex
|
140
|
-
flex-wrap: nowrap
|
141
|
-
animation: rowup 60s linear infinite
|
142
|
-
|
143
|
-
/.tags-group-icon-pair
|
144
|
-
margin-left 1rem
|
145
|
-
user-select none
|
146
|
-
|
147
|
-
a img
|
148
|
-
border-radius 50%
|
149
|
-
|
150
|
-
.tags-group-icon
|
151
|
-
width 120px
|
152
|
-
height 120px
|
153
|
-
display flex
|
154
|
-
align-items center
|
155
|
-
justify-content center
|
156
|
-
color #fff
|
157
|
-
font-size 66px
|
158
|
-
font-weight 700
|
159
|
-
box-shadow var(--sco-shadow-blackdeep)
|
160
|
-
|
161
|
-
&:nth-child(even)
|
162
|
-
margin-top 1rem
|
163
|
-
transform translate(-60px)
|
164
|
-
|
165
|
-
img
|
166
|
-
width 60%
|
167
|
-
|
168
|
-
#home_top
|
169
|
-
max-width 1400px
|
170
|
-
margin .5rem auto auto
|
171
|
-
padding 0 1.5rem
|
172
|
-
|
173
|
-
+maxWidth768()
|
174
|
-
padding 0
|
175
|
-
margin-top 0
|
176
|
-
|
177
|
-
// banner
|
178
|
-
if hexo-config('hometop.banner.enable')
|
179
|
-
.recent-top-post-group
|
180
|
-
border-radius 12px
|
181
|
-
overflow hidden
|
182
|
-
overflow-x auto
|
15
|
+
flex-direction row
|
16
|
+
flex-wrap nowrap
|
183
17
|
width 100%
|
184
|
-
|
185
|
-
-webkit-user-select none
|
18
|
+
overflow-x scroll
|
186
19
|
|
187
|
-
|
188
|
-
|
20
|
+
&::-webkit-scrollbar
|
21
|
+
display none
|
189
22
|
|
190
|
-
|
23
|
+
/ #bannerGroup
|
191
24
|
display flex
|
192
|
-
flex-direction row
|
193
|
-
flex-wrap nowrap
|
194
|
-
width 100%
|
195
|
-
overflow-x scroll
|
196
25
|
|
197
|
-
|
198
|
-
|
199
|
-
|
200
|
-
|
26
|
+
+minWidth1200()
|
27
|
+
width calc(50% - .25rem)
|
28
|
+
margin-right .5rem
|
29
|
+
height calc(328px + .5rem)
|
201
30
|
display flex
|
31
|
+
flex-direction column
|
32
|
+
justify-content space-between
|
202
33
|
|
34
|
+
.categoryGroup
|
35
|
+
display flex
|
36
|
+
flex-direction column
|
37
|
+
justify-content space-between
|
38
|
+
min-width 200px
|
203
39
|
+minWidth1200()
|
204
|
-
|
205
|
-
|
206
|
-
|
207
|
-
|
208
|
-
|
209
|
-
|
40
|
+
flex-direction row
|
41
|
+
height 24%
|
42
|
+
animation slide-in .6s .2s backwards
|
43
|
+
+maxWidth768()
|
44
|
+
min-width 130px
|
45
|
+
margin-bottom .5rem
|
46
|
+
margin-left 1rem
|
47
|
+
max-height 164px
|
48
|
+
overflow hidden
|
49
|
+
position relative
|
50
|
+
|
51
|
+
.categoryItem
|
52
|
+
overflow hidden
|
53
|
+
transform scale(1)
|
54
|
+
transition all .8s cubic-bezier(.65, .15, .37, 1.19)
|
55
|
+
height 48%
|
56
|
+
border-radius 12px
|
57
|
+
+maxWidth768()
|
58
|
+
border-radius 0
|
59
|
+
height 47%
|
60
|
+
box-shadow none
|
210
61
|
|
211
|
-
|
212
|
-
|
213
|
-
flex-direction column
|
214
|
-
justify-content space-between
|
215
|
-
min-width 200px
|
62
|
+
&:nth-child(3)
|
63
|
+
display none
|
216
64
|
+minWidth1200()
|
217
|
-
|
218
|
-
height
|
219
|
-
|
220
|
-
+maxWidth768()
|
221
|
-
min-width 130px
|
222
|
-
margin-bottom .5rem
|
223
|
-
margin-left 1rem
|
224
|
-
max-height 164px
|
225
|
-
overflow hidden
|
226
|
-
position relative
|
65
|
+
width calc(100% / 3 - .33rem)
|
66
|
+
height 100%
|
67
|
+
margin-right .5rem
|
227
68
|
|
228
|
-
|
229
|
-
|
230
|
-
|
231
|
-
|
232
|
-
|
69
|
+
&:last-child
|
70
|
+
margin-right 0
|
71
|
+
|
72
|
+
&:hover
|
73
|
+
width 50%
|
74
|
+
|
75
|
+
&:nth-child(3)
|
76
|
+
display flex
|
77
|
+
|
78
|
+
a.categoryButton
|
79
|
+
height 100%
|
80
|
+
width 100%
|
81
|
+
background var(--sco-card-bg)
|
233
82
|
border-radius 12px
|
83
|
+
display inline-block
|
84
|
+
text-align left
|
85
|
+
line-height 4em
|
86
|
+
font-weight 700
|
87
|
+
font-size .9rem
|
88
|
+
color var(--sco-white)
|
89
|
+
transition all .8s cubic-bezier(.39, .575, .565, 1)
|
90
|
+
transform scale(1)
|
91
|
+
overflow hidden
|
234
92
|
+maxWidth768()
|
235
|
-
border-radius
|
236
|
-
|
237
|
-
|
93
|
+
border-radius 8px
|
94
|
+
|
95
|
+
&:after
|
96
|
+
top 50px
|
97
|
+
width 1rem
|
98
|
+
left 21px
|
99
|
+
height 2px
|
100
|
+
background var(--sco-white)
|
101
|
+
content ""
|
102
|
+
border-radius 1px
|
103
|
+
position absolute
|
104
|
+
|
105
|
+
i
|
106
|
+
font-size 5rem
|
107
|
+
opacity .2
|
108
|
+
position absolute
|
109
|
+
right 0
|
110
|
+
top 20%
|
111
|
+
transition .3s
|
112
|
+
width 100px
|
113
|
+
text-align center
|
114
|
+
filter blur(2px)
|
115
|
+
transform scale(1) rotate(15deg)
|
238
116
|
|
239
|
-
&:nth-child(3)
|
240
|
-
display none
|
241
|
-
+minWidth1200()
|
242
|
-
width calc(100% / 3 - .33rem)
|
243
|
-
height 100%
|
244
|
-
margin-right .5rem
|
245
|
-
|
246
|
-
&:last-child
|
247
|
-
margin-right 0
|
248
|
-
|
249
|
-
&:hover
|
250
|
-
width 50%
|
251
|
-
|
252
|
-
&:nth-child(3)
|
253
|
-
display flex
|
254
|
-
|
255
|
-
a.categoryButton
|
256
|
-
height 100%
|
257
|
-
width 100%
|
258
|
-
background var(--sco-card-bg)
|
259
|
-
border-radius 12px
|
260
|
-
display inline-block
|
261
|
-
text-align left
|
262
|
-
line-height 4em
|
263
|
-
font-weight 700
|
264
|
-
font-size .9rem
|
265
|
-
color var(--sco-white)
|
266
|
-
transition all .8s cubic-bezier(.39, .575, .565, 1)
|
267
|
-
transform scale(1)
|
268
|
-
overflow hidden
|
269
117
|
+maxWidth768()
|
270
|
-
|
271
|
-
|
272
|
-
&:after
|
273
|
-
top 50px
|
274
|
-
width 1rem
|
275
|
-
left 21px
|
276
|
-
height 2px
|
277
|
-
background var(--sco-white)
|
278
|
-
content ""
|
279
|
-
border-radius 1px
|
280
|
-
position absolute
|
118
|
+
display none
|
281
119
|
|
120
|
+
&:hover
|
282
121
|
i
|
283
|
-
|
284
|
-
|
285
|
-
|
286
|
-
|
287
|
-
|
288
|
-
|
289
|
-
|
290
|
-
|
291
|
-
|
292
|
-
|
293
|
-
|
294
|
-
|
295
|
-
|
296
|
-
|
297
|
-
|
298
|
-
|
299
|
-
opacity .8
|
300
|
-
transition .8s
|
301
|
-
transition-delay .15s
|
302
|
-
transform scale(1.03) rotate(0)
|
303
|
-
font-size 2.5rem
|
304
|
-
filter blur(0)
|
305
|
-
|
306
|
-
.categoryButtonText
|
307
|
-
padding-left 21px
|
308
|
-
|
309
|
-
&.bikan
|
310
|
-
background linear-gradient(to right, #358bff, #15c6ff)
|
122
|
+
opacity .8
|
123
|
+
transition .8s
|
124
|
+
transition-delay .15s
|
125
|
+
transform scale(1.03) rotate(0)
|
126
|
+
font-size 2.5rem
|
127
|
+
filter blur(0)
|
128
|
+
|
129
|
+
.categoryButtonText
|
130
|
+
padding-left 21px
|
131
|
+
|
132
|
+
&.bikan
|
133
|
+
background linear-gradient(to right, #358bff, #15c6ff)
|
134
|
+
background-size 200%
|
135
|
+
|
136
|
+
[data-theme=dark] &
|
137
|
+
background linear-gradient(to right, #0653b8, #2fcbff)
|
311
138
|
background-size 200%
|
312
139
|
|
313
|
-
|
314
|
-
|
315
|
-
|
140
|
+
&.remen
|
141
|
+
background linear-gradient(to right, #f65, #ffbf37)
|
142
|
+
background-size 200%
|
316
143
|
|
317
|
-
|
318
|
-
background linear-gradient(to right, #
|
144
|
+
[data-theme=dark] &
|
145
|
+
background linear-gradient(to right, #e22a16, #da980c)
|
319
146
|
background-size 200%
|
320
147
|
|
321
|
-
|
322
|
-
|
323
|
-
|
148
|
+
&.shiyong
|
149
|
+
background linear-gradient(to right, #18e7ae, #1eebeb)
|
150
|
+
background-size 200%
|
324
151
|
|
325
|
-
|
326
|
-
background linear-gradient(to right, #
|
152
|
+
[data-theme=dark] &
|
153
|
+
background linear-gradient(to right, #099e74, #0ea4a4)
|
327
154
|
background-size 200%
|
328
155
|
|
329
|
-
[data-theme=dark] &
|
330
|
-
background linear-gradient(to right, #099e74, #0ea4a4)
|
331
|
-
background-size 200%
|
332
|
-
|
333
156
|
/.topGroup
|
334
157
|
display: flex
|
335
158
|
|
@@ -23,160 +23,11 @@ if hexo-config('says.enable')
|
|
23
23
|
@import "links.styl"
|
24
24
|
|
25
25
|
if hexo-config('album.enable')
|
26
|
-
@import "
|
26
|
+
@import "_gallery/index.styl"
|
27
27
|
|
28
|
-
@import "
|
28
|
+
@import "_about/index.styl"
|
29
29
|
|
30
30
|
if hexo-config('music.enable')
|
31
31
|
@import "music.styl"
|
32
32
|
|
33
|
-
.
|
34
|
-
display flex
|
35
|
-
flex-wrap wrap
|
36
|
-
justify-content space-between
|
37
|
-
width 100%
|
38
|
-
margin-top 1rem
|
39
|
-
|
40
|
-
+maxWidth768()
|
41
|
-
margin-top 0
|
42
|
-
|
43
|
-
.author-content-item
|
44
|
-
+maxWidth1300()
|
45
|
-
animation slide-in .6s 0s backwards
|
46
|
-
+maxWidth768()
|
47
|
-
width 100% !important
|
48
|
-
margin-top 1rem
|
49
|
-
padding 1rem
|
50
|
-
|
51
|
-
.author-content.author-content-item.sharePage
|
52
|
-
height 19rem
|
53
|
-
background-size cover
|
54
|
-
color var(--sco-white)
|
55
|
-
overflow hidden
|
56
|
-
margin-top 0
|
57
|
-
|
58
|
-
.author-content-item
|
59
|
-
width 49%
|
60
|
-
border-radius 12px
|
61
|
-
background var(--sco-card-bg)
|
62
|
-
border var(--style-border-always)
|
63
|
-
box-shadow var(--sco-shadow-border)
|
64
|
-
position relative
|
65
|
-
overflow hidden
|
66
|
-
padding 1rem 2rem
|
67
|
-
|
68
|
-
+maxWidth768()
|
69
|
-
width 100%
|
70
|
-
margin-top 1rem
|
71
|
-
padding 1rem
|
72
|
-
|
73
|
-
&.single
|
74
|
-
width 100%
|
75
|
-
|
76
|
-
.author-content-item-title
|
77
|
-
font-size 36px
|
78
|
-
font-weight 700
|
79
|
-
line-height 1
|
80
|
-
|
81
|
-
.author-content-item-tips
|
82
|
-
opacity .8
|
83
|
-
font-size .6rem
|
84
|
-
margin-bottom .5rem
|
85
|
-
|
86
|
-
.content-bottom
|
87
|
-
margin-top auto
|
88
|
-
display flex
|
89
|
-
align-items center
|
90
|
-
justify-content space-between
|
91
|
-
|
92
|
-
.icon-group
|
93
|
-
display flex
|
94
|
-
|
95
|
-
i
|
96
|
-
display inline-block
|
97
|
-
width 22px
|
98
|
-
height 18px
|
99
|
-
margin-right .5rem
|
100
|
-
|
101
|
-
.card-content
|
102
|
-
position absolute
|
103
|
-
width 100%
|
104
|
-
height 100%
|
105
|
-
top 0
|
106
|
-
left 0
|
107
|
-
display flex
|
108
|
-
flex-direction column
|
109
|
-
padding 1rem 2rem
|
110
|
-
|
111
|
-
+maxWidth768()
|
112
|
-
padding 1rem
|
113
|
-
|
114
|
-
.author-content-item-title
|
115
|
-
margin-bottom .5rem
|
116
|
-
|
117
|
-
.banner-button-group
|
118
|
-
position absolute
|
119
|
-
bottom 1.5rem
|
120
|
-
right 2rem
|
121
|
-
|
122
|
-
.banner-button
|
123
|
-
height 40px
|
124
|
-
width 118px
|
125
|
-
border-radius 20px
|
126
|
-
justify-content center
|
127
|
-
background var(--sco-black-op)
|
128
|
-
color var(--sco-white)
|
129
|
-
display flex
|
130
|
-
align-items center
|
131
|
-
z-index 1
|
132
|
-
transition .3s
|
133
|
-
cursor pointer
|
134
|
-
backdrop-filter saturate(180%) blur(20px)
|
135
|
-
-webkit-backdrop-filter blur(20px)
|
136
|
-
transform translateZ(0)
|
137
|
-
|
138
|
-
&:hover
|
139
|
-
background var(--sco-main)
|
140
|
-
color var(--sco-white)
|
141
|
-
|
142
|
-
i
|
143
|
-
margin-right 8px
|
144
|
-
font-size 22px
|
145
|
-
|
146
|
-
+maxWidth900()
|
147
|
-
.author-content-item
|
148
|
-
.card-content
|
149
|
-
.banner-button-group
|
150
|
-
right 1rem
|
151
|
-
bottom 1rem
|
152
|
-
|
153
|
-
.banner-button-group
|
154
|
-
.banner-button
|
155
|
-
background 0 0
|
156
|
-
color var(--sco-white)
|
157
|
-
padding 0
|
158
|
-
width 30px
|
159
|
-
height 30px
|
160
|
-
|
161
|
-
i
|
162
|
-
margin-right 0
|
163
|
-
font-size 1.5rem
|
164
|
-
|
165
|
-
.banner-button-text
|
166
|
-
display none
|
167
|
-
|
168
|
-
#page
|
169
|
-
p
|
170
|
-
a
|
171
|
-
&:not(.headerlink)
|
172
|
-
text-decoration none
|
173
|
-
border-bottom 2px dotted var(--sco-lighttext)
|
174
|
-
color var(--sco-fontcolor)
|
175
|
-
font-weight 700
|
176
|
-
padding 0 4px
|
177
|
-
border-radius 4px 4px 0 0
|
178
|
-
|
179
|
-
&:hover
|
180
|
-
color var(--sco-white)
|
181
|
-
border-radius 4px
|
182
|
-
background var(--sco-main)
|
33
|
+
@import "share.styl"
|