hexo-theme-solitude 1.5.11 → 1.6.1
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 +107 -107
- package/languages/en.yml +45 -63
- package/languages/zh-CN.yml +32 -55
- package/languages/zh-TW.yml +32 -55
- package/layout/404.pug +1 -1
- package/layout/includes/console.pug +5 -5
- package/layout/includes/footer.pug +7 -7
- package/layout/includes/head/config.pug +15 -9
- package/layout/includes/head/opengraph.pug +2 -2
- package/layout/includes/head/pwa.pug +6 -6
- package/layout/includes/head.pug +1 -1
- package/layout/includes/inject/body.pug +0 -4
- package/layout/includes/inject/head.pug +1 -2
- package/layout/includes/keyboard.pug +1 -1
- package/layout/includes/loading.pug +1 -1
- package/layout/includes/nav.pug +1 -1
- package/layout/includes/sidebar.pug +19 -3
- package/layout/includes/widgets/home/banner.pug +1 -1
- package/layout/includes/widgets/home/categoryBar.pug +2 -2
- package/layout/includes/widgets/home/categoryGroup.pug +0 -1
- package/layout/includes/widgets/home/postList.pug +74 -29
- package/layout/includes/widgets/home/topGroup.pug +2 -2
- package/layout/includes/widgets/nav/group.pug +2 -2
- package/layout/includes/widgets/nav/right.pug +1 -1
- package/layout/includes/widgets/page/about/award.pug +8 -9
- package/layout/includes/widgets/page/about/hobbies.pug +1 -1
- package/layout/includes/widgets/page/about/other.pug +1 -1
- package/layout/includes/widgets/page/banner.pug +1 -1
- package/layout/includes/widgets/page/links/banner.pug +5 -4
- package/layout/includes/widgets/page/moments/angle.pug +1 -1
- package/layout/includes/widgets/post/award.pug +10 -15
- package/layout/includes/widgets/post/copyright.pug +2 -2
- package/layout/includes/widgets/post/postMeta.pug +10 -10
- package/layout/includes/widgets/randomlink.pug +3 -2
- package/layout/includes/widgets/third-party/comments/twikoo.pug +1 -0
- package/layout/includes/widgets/third-party/comments/waline.pug +1 -0
- package/layout/page.pug +1 -1
- package/package.json +1 -1
- package/plugins.yml +0 -4
- package/scripts/event/cdn.js +6 -11
- package/scripts/event/merge_config.js +19 -3
- package/scripts/event/welcome.js +2 -2
- package/scripts/filter/checkThemeConfig.js +2 -2
- package/scripts/filter/default.js +4 -2
- package/scripts/filter/lazyload.js +18 -5
- package/scripts/filter/randomPosts.js +1 -1
- package/scripts/helper/stylus.js +8 -14
- package/source/css/{_widgets/_comment → _comments}/index.styl +14 -1
- package/source/css/{_widgets/_comment → _comments}/twikoo.styl +3 -0
- package/source/css/_global/index.styl +362 -1
- package/source/css/_highlight/prismjs/line-number.styl +1 -1
- package/source/css/{_widgets/_mixins → _layout}/article-sort.styl +1 -1
- package/source/css/_layout/aside.styl +751 -0
- package/source/css/_layout/capsule.styl +213 -0
- package/source/css/{_widgets/_extra → _layout}/console.styl +7 -6
- package/source/css/{_widgets/_mixins → _layout}/footer.styl +1 -0
- package/source/css/_layout/fullpage.styl +47 -0
- package/source/css/_layout/header.styl +2 -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/{_widgets/_mixins → _layout}/sidebar.styl +30 -20
- package/source/css/_layout/universe.styl +18 -0
- package/source/css/_page/_home/home-top.styl +2 -4
- package/source/css/_page/_home/recent-post.styl +407 -170
- package/source/css/_page/douban.styl +111 -109
- package/source/css/_page/links.styl +5 -5
- package/source/css/_page/share.styl +1 -17
- package/source/css/{_widgets/_post → _post}/content.styl +13 -3
- package/source/css/{_widgets/_post → _post}/tools.styl +3 -9
- 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} +7 -1
- package/source/img/avatar.png +0 -0
- package/source/img/default.png +0 -0
- package/source/img/flower.gif +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/{comment/twikoo_commentBarrage.js → commentBarrage/twikoo.js} +0 -6
- package/source/js/{comment/waline_commentBarrage.js → commentBarrage/waline.js} +0 -2
- package/source/js/main.js +73 -71
- package/source/js/utils.js +1 -1
- package/layout/includes/recent-posts.pug +0 -9
- package/layout/includes/widgets/rightside/index.pug +0 -87
- 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/js/rightside.js +0 -221
- /package/source/css/{_widgets/_comment → _comments}/waline.styl +0 -0
- /package/source/css/{_widgets/_mixins → _layout}/other.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/_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 +0,0 @@
|
|
1
|
-
.layout
|
2
|
-
display: flex
|
3
|
-
margin: 0 auto
|
4
|
-
padding: 1rem 1.5rem
|
5
|
-
max-width: 1200px
|
6
|
-
+maxWidth768()
|
7
|
-
padding 0
|
8
|
-
|
9
|
-
&#content-inner
|
10
|
-
max-width: 1400px
|
11
|
-
|
12
|
-
/.hide-aside.layout
|
13
|
-
max-width: 1400px
|
14
|
-
|
15
|
-
> div
|
16
|
-
width: 100% !important
|
17
|
-
|
18
|
-
> div:first-child
|
19
|
-
width calc(100% - 300px)
|
20
|
-
|
21
|
-
+maxWidth1200()
|
22
|
-
width 100%
|
23
|
-
|
24
|
-
> div:first-child:not(.recent-posts)
|
25
|
-
box-shadow var(--efu-shadow-border)
|
26
|
-
padding 1rem 2rem
|
27
|
-
border-radius 12px
|
28
|
-
background var(--efu-card-bg)
|
29
|
-
border var(--style-border)
|
30
|
-
align-self flex-start
|
31
|
-
animation slide-in .6s .1s backwards
|
32
|
-
position relative
|
33
|
-
|
34
|
-
+maxWidth768()
|
35
|
-
box-shadow none
|
36
|
-
border none
|
37
|
-
padding 0 1rem
|
38
|
-
background var(--efu-background)
|
39
|
-
|
40
|
-
span.tags-punctuation::before
|
41
|
-
content: "\e071"
|
42
|
-
font-family: solitude, serif !important
|
43
|
-
font-size: 12px
|
44
|
-
transition none
|
45
|
-
margin-right: 2px
|
46
|
-
opacity: .4
|
47
|
-
|
48
|
-
.hide-aside #page &
|
49
|
-
font-size 16px
|
50
|
-
|
51
|
-
#post-info &
|
52
|
-
font-size 14px
|
53
|
-
line-height 32px
|
54
|
-
|
55
|
-
// snackbar
|
56
|
-
body .snackbar-container
|
57
|
-
background var(--efu-lighttext) !important
|
58
|
-
color var(--efu-card-bg) !important
|
59
|
-
border-radius 0 !important
|
60
|
-
display flex
|
61
|
-
justify-content center !important
|
62
|
-
max-width none !important
|
63
|
-
min-width 100% !important
|
64
|
-
margin 0 !important
|
65
|
-
left 0 !important
|
66
|
-
height 60px !important
|
67
|
-
transform none !important
|
68
|
-
|
69
|
-
.snackbar-container p
|
70
|
-
color var(--efu-card-bg) !important
|
71
|
-
font-weight 700 !important
|
72
|
-
text-align center !important
|
73
|
-
font-size .8rem !important
|
74
|
-
display flex !important
|
75
|
-
justify-content center !important
|
76
|
-
|
77
|
-
.snackbar-container .action
|
78
|
-
color var(--efu-card-bg) !important
|
79
|
-
background var(--efu-lighttext) !important
|
80
|
-
padding 4px 6px !important
|
81
|
-
font-weight 700
|
82
|
-
border-radius 8px !important
|
83
|
-
transition .3s
|
84
|
-
border var(--style-border) !important
|
85
|
-
|
86
|
-
.snackbar-container .action:hover
|
87
|
-
color var(--efu-lighttext) !important
|
88
|
-
background var(--efu-card-bg) !important
|
89
|
-
|
90
|
-
.snackbar-container::after
|
91
|
-
position absolute
|
92
|
-
width 0
|
93
|
-
height 100%
|
94
|
-
left 0
|
95
|
-
top 0
|
96
|
-
background var(--efu-white)
|
97
|
-
opacity .1
|
98
|
-
content ""
|
99
|
-
animation snackbar-progress var(--efu-snackbar-time) linear forwards
|
100
|
-
pointer-events none
|
101
|
-
|
102
|
-
@keyframes snackbar-progress
|
103
|
-
from
|
104
|
-
width 0
|
105
|
-
to
|
106
|
-
width 100%
|
107
|
-
|
108
|
-
// universe
|
109
|
-
if hexo-config('display_mode.universe')
|
110
|
-
#universe
|
111
|
-
display block
|
112
|
-
position fixed
|
113
|
-
margin 0
|
114
|
-
padding 0
|
115
|
-
border 0
|
116
|
-
outline 0
|
117
|
-
left 0
|
118
|
-
top 0
|
119
|
-
width 100%
|
120
|
-
height 100%
|
121
|
-
pointer-events none
|
122
|
-
z-index 1
|
123
|
-
[data-theme=light]
|
124
|
-
#universe
|
125
|
-
display none
|
@@ -1,168 +0,0 @@
|
|
1
|
-
#aside-content
|
2
|
-
.card-webinfo
|
3
|
-
.webinfo
|
4
|
-
.webinfo-item-title
|
5
|
-
display flex
|
6
|
-
|
7
|
-
i
|
8
|
-
line-height: 2 !important
|
9
|
-
margin-right: 6px
|
10
|
-
width: 16px
|
11
|
-
text-align: center
|
12
|
-
font-size: 16px !important
|
13
|
-
|
14
|
-
.webinfo-item
|
15
|
-
display flex
|
16
|
-
justify-content space-between
|
17
|
-
white-space nowrap
|
18
|
-
-webkit-box-align center
|
19
|
-
align-items center
|
20
|
-
padding .1rem .5rem 0
|
21
|
-
|
22
|
-
div:first-child
|
23
|
-
-webkit-box-flex 1
|
24
|
-
flex 1 1 0
|
25
|
-
padding-right 1rem
|
26
|
-
|
27
|
-
|
28
|
-
.card-allinfo
|
29
|
-
|
30
|
-
hr
|
31
|
-
display flex
|
32
|
-
position relative
|
33
|
-
margin 1rem 0
|
34
|
-
border 1px dashed var(--efu-theme-op)
|
35
|
-
|
36
|
-
.item-headline
|
37
|
-
display none
|
38
|
-
|
39
|
-
.card-tag-cloud
|
40
|
-
max-height 500px
|
41
|
-
overflow hidden
|
42
|
-
position relative
|
43
|
-
|
44
|
-
&.all-tags
|
45
|
-
max-height none
|
46
|
-
|
47
|
-
&:after
|
48
|
-
display none
|
49
|
-
|
50
|
-
&:after
|
51
|
-
content ""
|
52
|
-
position absolute
|
53
|
-
bottom 0
|
54
|
-
left 0
|
55
|
-
right 0
|
56
|
-
height 150px
|
57
|
-
background-image linear-gradient(to top, var(--efu-card-bg), transparent)
|
58
|
-
pointer-events none
|
59
|
-
|
60
|
-
a
|
61
|
-
display inline-block
|
62
|
-
padding 0 0.3rem
|
63
|
-
font-size .8rem
|
64
|
-
border-radius 8px
|
65
|
-
|
66
|
-
sup
|
67
|
-
opacity .6
|
68
|
-
margin-left 2px
|
69
|
-
|
70
|
-
&:hover
|
71
|
-
background var(--efu-theme)
|
72
|
-
color var(--efu-white) !important
|
73
|
-
box-shadow var(--efu-shadow-theme)
|
74
|
-
cursor pointer
|
75
|
-
border-radius 5px
|
76
|
-
|
77
|
-
&.tags-cloud-more
|
78
|
-
width 100%
|
79
|
-
text-align center
|
80
|
-
border-radius 8px !important
|
81
|
-
border var(--style-border)
|
82
|
-
margin-top 8px
|
83
|
-
font-size 16px !important
|
84
|
-
|
85
|
-
a#more-tags-btn
|
86
|
-
width 100%
|
87
|
-
text-align center
|
88
|
-
background var(--efu-secondbg)
|
89
|
-
color var(--efu-fontcolor)
|
90
|
-
border-radius 8px
|
91
|
-
display flex
|
92
|
-
justify-content center
|
93
|
-
font-size 14px
|
94
|
-
user-select none
|
95
|
-
padding 4px 0
|
96
|
-
border var(--style-border-always)
|
97
|
-
box-shadow var(--heo-shadow-border)
|
98
|
-
|
99
|
-
.card-archives
|
100
|
-
ul.card-archive-list
|
101
|
-
margin 0
|
102
|
-
padding 0
|
103
|
-
list-style none
|
104
|
-
display: flex
|
105
|
-
flex-direction: row
|
106
|
-
justify-content: space-between
|
107
|
-
flex-wrap: wrap
|
108
|
-
|
109
|
-
> .card-archive-list-item
|
110
|
-
width 100%
|
111
|
-
flex 0 0 48%
|
112
|
-
|
113
|
-
a
|
114
|
-
display inline-block
|
115
|
-
padding .15rem .5rem
|
116
|
-
width 100%
|
117
|
-
color var(--efu-fontcolor)
|
118
|
-
transition all .4s ease 0s
|
119
|
-
border-radius: 8px
|
120
|
-
margin: 4px 0
|
121
|
-
flex-direction: column
|
122
|
-
align-content: space-between
|
123
|
-
border: var(--style-border)
|
124
|
-
|
125
|
-
&:hover
|
126
|
-
background-color var(--efu-theme)
|
127
|
-
color var(--efu-card-bg)
|
128
|
-
border-radius 5px
|
129
|
-
box-shadow: var(--efu-shadow-theme)
|
130
|
-
padding: .15rem .5rem
|
131
|
-
border: var(--style-border-hover)
|
132
|
-
cursor pointer
|
133
|
-
|
134
|
-
span
|
135
|
-
display inline-block
|
136
|
-
vertical-align bottom
|
137
|
-
|
138
|
-
&:last-child
|
139
|
-
text-align right
|
140
|
-
margin-left: 4px
|
141
|
-
|
142
|
-
.card-archive-list-count-group
|
143
|
-
display flex
|
144
|
-
flex-direction row
|
145
|
-
|
146
|
-
span.card-archive-list-count
|
147
|
-
ext-align left
|
148
|
-
font-size 1.1rem
|
149
|
-
line-height 0.9
|
150
|
-
font-weight bold
|
151
|
-
|
152
|
-
.card-archive-list-count-unit
|
153
|
-
width auto
|
154
|
-
text-align left
|
155
|
-
font-size 14px
|
156
|
-
font-weight 700
|
157
|
-
|
158
|
-
.card-archive-list-date
|
159
|
-
font-size 14px
|
160
|
-
opacity .6
|
161
|
-
|
162
|
-
|
163
|
-
if hexo-config('aside.tags.highlight')
|
164
|
-
for tag in highlightTags
|
165
|
-
tag = '"/tags/' + tag + '/"'
|
166
|
-
#aside-content .card-tag-cloud a[href*={tag}]
|
167
|
-
color var(--efu-lighttext)
|
168
|
-
font-weight 500
|
@@ -1,67 +0,0 @@
|
|
1
|
-
favicon = hexo-config('aside.flip.favicon')
|
2
|
-
face = hexo-config('aside.flip.face')
|
3
|
-
faceback = hexo-config('aside.flip.backface')
|
4
|
-
backcolor = convert(hexo-config('aside.flip.backcolor'))
|
5
|
-
|
6
|
-
#aside-content
|
7
|
-
.card-widget.card-platform
|
8
|
-
background backcolor
|
9
|
-
display flex
|
10
|
-
justify-content center
|
11
|
-
align-content center
|
12
|
-
padding 0
|
13
|
-
cursor pointer
|
14
|
-
border none
|
15
|
-
height 110px
|
16
|
-
border var(--style-border)
|
17
|
-
transition 0.6s
|
18
|
-
|
19
|
-
&:before
|
20
|
-
position absolute
|
21
|
-
width 100%
|
22
|
-
height 100%
|
23
|
-
left 0
|
24
|
-
top 0
|
25
|
-
background url(favicon) center center no-repeat
|
26
|
-
content ''
|
27
|
-
background-size cover
|
28
|
-
transition .2s cubic-bezier(.45, .04, .43, 1.21)
|
29
|
-
|
30
|
-
&:hover:before
|
31
|
-
top 100%
|
32
|
-
opacity 0
|
33
|
-
transition .3s ease-out
|
34
|
-
|
35
|
-
&:hover
|
36
|
-
#flip-content
|
37
|
-
transform rotateY(180deg)
|
38
|
-
|
39
|
-
#flip-wrapper
|
40
|
-
perspective 1000
|
41
|
-
position relative
|
42
|
-
width 235px
|
43
|
-
height 110px
|
44
|
-
z-index 1
|
45
|
-
|
46
|
-
#flip-wrapper #flip-content
|
47
|
-
width 100%
|
48
|
-
height 100%
|
49
|
-
transform-style preserve-3d
|
50
|
-
transition cubic-bezier(0, 0, 0, 1.29) 0.3s
|
51
|
-
|
52
|
-
#flip-wrapper #flip-content .face
|
53
|
-
position absolute
|
54
|
-
width 100%
|
55
|
-
height 100%
|
56
|
-
-webkit-backface-visibility hidden
|
57
|
-
backface-visibility hidden
|
58
|
-
background url(face) center center no-repeat
|
59
|
-
background-size 100%
|
60
|
-
|
61
|
-
#flip-wrapper #flip-content .face.back
|
62
|
-
display block
|
63
|
-
-webkit-transform rotateY(180deg)
|
64
|
-
transform rotateY(180deg)
|
65
|
-
box-sizing border-box
|
66
|
-
background url(faceback) center center no-repeat
|
67
|
-
background-size 100%
|
@@ -1,90 +0,0 @@
|
|
1
|
-
#aside-content
|
2
|
-
width 300px
|
3
|
-
|
4
|
-
> .card-widget:first-child
|
5
|
-
transition: .3s
|
6
|
-
border: none
|
7
|
-
box-shadow: none
|
8
|
-
background: var(--efu-main)
|
9
|
-
margin-top: 0
|
10
|
-
|
11
|
-
+minWidth900()
|
12
|
-
padding-left 15px
|
13
|
-
|
14
|
-
+maxWidth1200()
|
15
|
-
display none
|
16
|
-
|
17
|
-
+minWidth1300()
|
18
|
-
padding-left 1rem
|
19
|
-
animation slide-in .6s .3s backwards
|
20
|
-
|
21
|
-
.item-headline
|
22
|
-
padding-bottom 0
|
23
|
-
margin-left 8px
|
24
|
-
font-size 1em
|
25
|
-
font-weight 700
|
26
|
-
display flex
|
27
|
-
align-items center
|
28
|
-
|
29
|
-
i
|
30
|
-
font-size 16px
|
31
|
-
max-width 20px
|
32
|
-
|
33
|
-
span
|
34
|
-
margin-left 4px
|
35
|
-
|
36
|
-
+ div, + ul
|
37
|
-
padding 0
|
38
|
-
user-select none
|
39
|
-
|
40
|
-
.card-widget
|
41
|
-
box-shadow var(--efu-shadow-border)
|
42
|
-
background var(--efu-card-bg)
|
43
|
-
border var(--style-border)
|
44
|
-
transition 0.3s
|
45
|
-
border-radius 12px
|
46
|
-
position relative
|
47
|
-
overflow hidden
|
48
|
-
margin-top 1rem
|
49
|
-
padding 1rem 1.2rem
|
50
|
-
|
51
|
-
&:hover
|
52
|
-
box-shadow var(--efu-shadow-border)
|
53
|
-
|
54
|
-
> .card-widget
|
55
|
-
&:first-child
|
56
|
-
transition 0.3s
|
57
|
-
border none
|
58
|
-
margin-top 0
|
59
|
-
|
60
|
-
.sticky_layout
|
61
|
-
top calc(60px + 1rem)
|
62
|
-
position sticky
|
63
|
-
transition: top .3s ease 0s
|
64
|
-
|
65
|
-
+minWidth900()
|
66
|
-
html.hide-aside .layout
|
67
|
-
-webkit-box-pack: center
|
68
|
-
justify-content: center
|
69
|
-
>div:first-child
|
70
|
-
width 100%
|
71
|
-
|
72
|
-
html.hide-aside .layout > .aside-content
|
73
|
-
display: none
|
74
|
-
|
75
|
-
@import "toc.styl"
|
76
|
-
|
77
|
-
if "about" in aside
|
78
|
-
@import "info.styl"
|
79
|
-
|
80
|
-
if "allInfo" in aside
|
81
|
-
@import "allinfo.styl"
|
82
|
-
|
83
|
-
if "wlcome" in aside
|
84
|
-
@import "welcome.styl"
|
85
|
-
|
86
|
-
if "newestPost" in aside
|
87
|
-
@import "newPost.styl"
|
88
|
-
|
89
|
-
if "flip" in aside
|
90
|
-
@import "flip.styl"
|
@@ -1,263 +0,0 @@
|
|
1
|
-
#aside-content
|
2
|
-
.card-widget
|
3
|
-
&:hover
|
4
|
-
.avatar-sticker
|
5
|
-
opacity 0
|
6
|
-
transform scale(0)
|
7
|
-
|
8
|
-
&.card-recent-post
|
9
|
-
padding .4rem .6rem !important
|
10
|
-
|
11
|
-
&.card-info
|
12
|
-
padding 0 !important
|
13
|
-
box-shadow var(--efu-shadow-black)
|
14
|
-
|
15
|
-
> div.card-content
|
16
|
-
padding 1rem 1.2rem
|
17
|
-
min-height 320px
|
18
|
-
position relative
|
19
|
-
|
20
|
-
> .card-widget.card-info
|
21
|
-
&:before
|
22
|
-
background linear-gradient(-25deg, var(--efu-main), var(--efu-main-op-deep), var(--efu-main), var(--efu-main-op-deep))
|
23
|
-
background-size 400%
|
24
|
-
position absolute
|
25
|
-
width 100%
|
26
|
-
height 100%
|
27
|
-
left 0
|
28
|
-
top 0
|
29
|
-
content ''
|
30
|
-
animation gradient 15s ease infinite
|
31
|
-
|
32
|
-
> div.card-content
|
33
|
-
padding 1rem 1.2rem
|
34
|
-
min-height 320px
|
35
|
-
position relative
|
36
|
-
|
37
|
-
> div.card-info-avatarimg
|
38
|
-
overflow hidden
|
39
|
-
background var(--efu-yellow)
|
40
|
-
transition 1.5s
|
41
|
-
min-height 160px
|
42
|
-
position relative
|
43
|
-
box-shadow var(--efu-shadow-yellow)
|
44
|
-
|
45
|
-
&:hover img
|
46
|
-
transform scale(1.03)
|
47
|
-
|
48
|
-
.card-info
|
49
|
-
.avatar-sticker
|
50
|
-
position absolute
|
51
|
-
bottom -2px
|
52
|
-
right -2px
|
53
|
-
width 33px
|
54
|
-
height 33px
|
55
|
-
line-height 34px
|
56
|
-
z-index 0
|
57
|
-
display flex
|
58
|
-
align-items center
|
59
|
-
justify-content center
|
60
|
-
transition .3s .2s
|
61
|
-
transform scale(1)
|
62
|
-
background var(--efu-card-bg)
|
63
|
-
border-radius 50%
|
64
|
-
|
65
|
-
img
|
66
|
-
width 26px
|
67
|
-
height 26px
|
68
|
-
|
69
|
-
../ :hover .avatar-sticker
|
70
|
-
opacity 0
|
71
|
-
transform scale(0)
|
72
|
-
|
73
|
-
.author-info__desc
|
74
|
-
font-size 12px
|
75
|
-
color var(--efu-card-bg)
|
76
|
-
opacity .6
|
77
|
-
line-height 1
|
78
|
-
|
79
|
-
#author-info__sayhi
|
80
|
-
text-align center
|
81
|
-
width fit-content
|
82
|
-
color var(--efu-white)
|
83
|
-
background var(--efu-white-op)
|
84
|
-
font-size 12px
|
85
|
-
padding 2px 8px
|
86
|
-
border-radius 12px
|
87
|
-
cursor pointer
|
88
|
-
user-select none
|
89
|
-
transition .3s
|
90
|
-
margin auto
|
91
|
-
min-width 100px
|
92
|
-
|
93
|
-
/ [data-theme=dark] &
|
94
|
-
background #00000015
|
95
|
-
color var(--efu-black)
|
96
|
-
|
97
|
-
&:hover
|
98
|
-
color var(--efu-white)
|
99
|
-
|
100
|
-
&:hover
|
101
|
-
background var(--efu-card-bg)
|
102
|
-
color var(--efu-main)
|
103
|
-
transform scale(1.1)
|
104
|
-
|
105
|
-
.card-info-avatar.is-center
|
106
|
-
flex-direction column
|
107
|
-
display flex
|
108
|
-
align-items flex-start
|
109
|
-
|
110
|
-
.avatar-img-group
|
111
|
-
width 118px
|
112
|
-
height 118px
|
113
|
-
right calc(50% - 59px)
|
114
|
-
top 90px
|
115
|
-
border-radius 500px
|
116
|
-
position absolute
|
117
|
-
transition cubic-bezier(.69, .39, 0, 1.21) .3s
|
118
|
-
transform-origin bottom
|
119
|
-
border 5px solid var(--efu-card-bg)
|
120
|
-
|
121
|
-
../ :hover .avatar-img-group
|
122
|
-
opacity 0
|
123
|
-
transform scale(0)
|
124
|
-
|
125
|
-
.author-info__name
|
126
|
-
text-align left
|
127
|
-
font-weight 700
|
128
|
-
color var(--efu-card-bg)
|
129
|
-
font-size 20px
|
130
|
-
line-height 1
|
131
|
-
margin-bottom 5px
|
132
|
-
|
133
|
-
.author-info__top-group
|
134
|
-
display flex
|
135
|
-
height 28px
|
136
|
-
width 100%
|
137
|
-
|
138
|
-
.author-info__description_group
|
139
|
-
position absolute
|
140
|
-
top 50px
|
141
|
-
width 100%
|
142
|
-
left 0
|
143
|
-
padding 1.2rem
|
144
|
-
opacity 0
|
145
|
-
transition .3s
|
146
|
-
|
147
|
-
../ :hover .author-info__description_group
|
148
|
-
opacity 1
|
149
|
-
|
150
|
-
.author-info__description
|
151
|
-
line-height 1.38
|
152
|
-
margin .3rem 0
|
153
|
-
text-align justify
|
154
|
-
color var(--efu-card-bg)
|
155
|
-
|
156
|
-
b
|
157
|
-
color var(--efu-card-bg)
|
158
|
-
|
159
|
-
.author-info__description2
|
160
|
-
line-height 1.38
|
161
|
-
margin .3rem 0
|
162
|
-
text-align justify
|
163
|
-
width 100%
|
164
|
-
z-index 2
|
165
|
-
color var(--efu-card-bg)
|
166
|
-
|
167
|
-
b
|
168
|
-
color var(--efu-card-bg)
|
169
|
-
|
170
|
-
.author-info__bottom-group
|
171
|
-
display flex
|
172
|
-
justify-content space-between
|
173
|
-
position absolute
|
174
|
-
padding 1.2rem
|
175
|
-
width 100%
|
176
|
-
left 0
|
177
|
-
bottom 0
|
178
|
-
align-items center
|
179
|
-
|
180
|
-
a.author-info__bottom-group-left:hover
|
181
|
-
opacity .8
|
182
|
-
|
183
|
-
.card-info-data
|
184
|
-
display table
|
185
|
-
margin .7rem 0 .2rem
|
186
|
-
width 100%
|
187
|
-
table-layout fixed
|
188
|
-
|
189
|
-
> div:nth-child(0) > a > div.headline
|
190
|
-
font-weight 700
|
191
|
-
|
192
|
-
> .card-info-data-item
|
193
|
-
display table-cell
|
194
|
-
transition .3s
|
195
|
-
|
196
|
-
a
|
197
|
-
.headline
|
198
|
-
color var(--efu-fontcolor)
|
199
|
-
font-size 1em
|
200
|
-
|
201
|
-
.length-num
|
202
|
-
margin-top -.3rem
|
203
|
-
color var(--text-highlight-color)
|
204
|
-
font-size 1.4em
|
205
|
-
|
206
|
-
&:hover
|
207
|
-
background #000
|
208
|
-
border-radius 5px
|
209
|
-
|
210
|
-
.card-info-social-icons
|
211
|
-
margin 0
|
212
|
-
display flex
|
213
|
-
justify-content flex-start
|
214
|
-
flex-direction row
|
215
|
-
flex-wrap nowrap
|
216
|
-
cursor pointer
|
217
|
-
|
218
|
-
.social-icon
|
219
|
-
margin 0
|
220
|
-
margin-left 8px
|
221
|
-
color var(--efu-fontcolor)
|
222
|
-
font-size 1.4em
|
223
|
-
cursor pointer
|
224
|
-
display flex
|
225
|
-
|
226
|
-
i
|
227
|
-
transition all .3s ease 0s
|
228
|
-
padding 8px
|
229
|
-
border-radius 32px
|
230
|
-
cursor pointer
|
231
|
-
background var(--efu-white-op)
|
232
|
-
color var(--efu-card-bg)
|
233
|
-
width 40px
|
234
|
-
height 40px
|
235
|
-
display flex
|
236
|
-
align-items center
|
237
|
-
justify-content center
|
238
|
-
|
239
|
-
&:hover
|
240
|
-
background var(--efu-white)
|
241
|
-
transform scale(1.1)
|
242
|
-
color var(--efu-main)
|
243
|
-
box-shadow none
|
244
|
-
|
245
|
-
/ [data-theme=dark] &
|
246
|
-
background var(--efu-black-op)
|
247
|
-
|
248
|
-
&:hover
|
249
|
-
background-color var(--efu-black)
|
250
|
-
color var(--efu-white)
|
251
|
-
|
252
|
-
img.avatar-img
|
253
|
-
width 118px
|
254
|
-
right 0
|
255
|
-
top 0
|
256
|
-
border-radius 500px
|
257
|
-
position absolute
|
258
|
-
opacity 1
|
259
|
-
transition .3s
|
260
|
-
|
261
|
-
[data-theme=dark] #aside-content
|
262
|
-
> .card-widget.card-info
|
263
|
-
border var(--style-border-always)
|