hexo-theme-solitude 3.0.20 → 4.0.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.github/FUNDING.yml +3 -3
- package/README.md +11 -1
- package/README_en-US.md +11 -1
- package/_config.yml +16 -7
- package/languages/default.yml +56 -36
- package/languages/en.yml +90 -69
- package/languages/es.yml +94 -73
- package/languages/zh-CN.yml +56 -34
- package/languages/zh-TW.yml +80 -57
- package/layout/archive.pug +60 -14
- package/layout/category.pug +13 -11
- package/layout/includes/body/gadsense.pug +2 -2
- package/layout/includes/console.pug +71 -72
- package/layout/includes/footer.pug +38 -24
- package/layout/includes/head/config.pug +83 -39
- package/layout/includes/head/mode.pug +7 -7
- package/layout/includes/head/page_config.pug +20 -11
- package/layout/includes/inject/body.pug +18 -40
- package/layout/includes/keyboard.pug +3 -3
- package/layout/includes/loading.pug +1 -37
- package/layout/includes/mixins/articleSort.pug +3 -3
- package/layout/includes/mixins/common.pug +8 -4
- package/layout/includes/mixins/pace.pug +1 -1
- package/layout/includes/mixins/pagination.pug +3 -3
- package/layout/includes/nav.pug +5 -4
- package/layout/includes/page/about.pug +9 -8
- package/layout/includes/page/brevity.pug +2 -2
- package/layout/includes/page/links.pug +23 -11
- package/layout/includes/page/music.pug +0 -5
- package/layout/includes/rightmenu.pug +20 -20
- package/layout/includes/sidebar.pug +2 -2
- package/layout/includes/widgets/aside/asideInfoCard.pug +2 -2
- package/layout/includes/widgets/aside/asideTag.pug +2 -2
- package/layout/includes/widgets/home/bbTimeList.pug +3 -3
- package/layout/includes/widgets/home/categoryBar.pug +30 -15
- package/layout/includes/widgets/home/hometop.pug +113 -8
- package/layout/includes/widgets/home/postList.pug +1 -2
- package/layout/includes/widgets/home/topGroup.pug +3 -7
- package/layout/includes/widgets/nav/group.pug +4 -2
- package/layout/includes/widgets/nav/menu.pug +6 -4
- package/layout/includes/widgets/nav/right.pug +7 -6
- package/layout/includes/widgets/page/about/award.pug +67 -38
- package/layout/includes/widgets/page/about/hobbies.pug +12 -3
- package/layout/includes/widgets/page/banner.pug +1 -1
- package/layout/includes/widgets/page/kit/content.pug +2 -2
- package/layout/includes/widgets/page/links/banner.pug +30 -19
- package/layout/includes/widgets/page/message/artalk.pug +3 -3
- package/layout/includes/widgets/page/message/content.pug +3 -3
- package/layout/includes/widgets/page/message/twikoo.pug +3 -3
- package/layout/includes/widgets/page/message/valine.pug +4 -4
- package/layout/includes/widgets/page/message/waline.pug +3 -3
- package/layout/includes/widgets/page/recentcomment/artalk.pug +5 -9
- package/layout/includes/widgets/page/recentcomment/twikoo.pug +5 -9
- package/layout/includes/widgets/page/recentcomment/valine.pug +6 -10
- package/layout/includes/widgets/page/recentcomment/waline.pug +5 -9
- package/layout/includes/widgets/post/award.pug +1 -28
- package/layout/includes/widgets/post/copyright.pug +10 -10
- package/layout/includes/widgets/post/postInfo.pug +10 -11
- package/layout/includes/widgets/post/postMeta.pug +3 -2
- package/layout/includes/widgets/rightside/hide.pug +5 -5
- package/layout/includes/widgets/rightside/show.pug +7 -7
- package/layout/includes/widgets/third-party/comments/artalk.pug +9 -9
- package/layout/includes/widgets/third-party/comments/giscus.pug +2 -2
- package/layout/includes/widgets/third-party/comments/twikoo.pug +5 -5
- package/layout/includes/widgets/third-party/comments/valine.pug +6 -6
- package/layout/includes/widgets/third-party/comments/waline.pug +6 -6
- package/layout/includes/widgets/third-party/hot/index.pug +1 -1
- package/layout/includes/widgets/third-party/hot/twikoo.pug +1 -1
- package/layout/includes/widgets/third-party/music.pug +9 -5
- package/layout/includes/widgets/third-party/news-comment/artalk.pug +6 -6
- package/layout/includes/widgets/third-party/news-comment/twikoo.pug +7 -7
- package/layout/includes/widgets/third-party/news-comment/valine.pug +8 -8
- package/layout/includes/widgets/third-party/news-comment/waline.pug +7 -7
- package/layout/includes/widgets/third-party/pjax.pug +16 -10
- package/layout/includes/widgets/third-party/search/algolia-search.pug +2 -2
- package/layout/includes/widgets/third-party/search/docsearch.pug +3 -3
- package/layout/includes/widgets/third-party/search/index.pug +1 -3
- package/layout/includes/widgets/third-party/search/local-search.pug +9 -9
- package/layout/index.pug +10 -8
- package/package.json +8 -7
- package/plugins.yml +22 -21
- package/scripts/event/cdn.js +11 -6
- package/scripts/event/friend_links.js +30 -0
- package/scripts/event/merge_config.js +15 -7
- package/scripts/filter/comment.js +2 -2
- package/scripts/filter/default.js +1 -1
- package/scripts/helper/inject_head_js.js +79 -33
- package/scripts/helper/related_post.js +16 -21
- package/scripts/tags/chart.js +1 -1
- package/scripts/tags/typeit.js +1 -1
- package/source/css/_components/capsule.styl +259 -168
- package/source/css/_components/rightside.styl +98 -242
- package/source/css/_global/animation.styl +1 -10
- package/source/css/_global/index.styl +27 -1
- package/source/css/_layout/aside.styl +7 -1
- package/source/css/_layout/console.styl +144 -163
- package/source/css/_layout/header.styl +238 -47
- package/source/css/_layout/pagination.styl +176 -132
- package/source/css/_layout/rightmenu.styl +11 -2
- package/source/css/_layout/sidebar.styl +39 -17
- package/source/css/_mode/index.styl +7 -1
- package/source/css/_page/_about/about.styl +18 -2
- package/source/css/_page/_about/buff.styl +1 -1
- package/source/css/_page/_about/contentinfo.styl +2 -1
- package/source/css/_page/_about/game.styl +57 -1
- package/source/css/_page/_about/like.styl +7 -2
- package/source/css/_page/_about/maxim.styl +1 -1
- package/source/css/_page/_about/reward.styl +226 -108
- package/source/css/_page/_about/skills.styl +5 -3
- package/source/css/_page/_home/category-bar.styl +162 -88
- package/source/css/_page/_home/home-top.styl +309 -263
- package/source/css/_page/_home/home.styl +34 -7
- package/source/css/_page/archive.styl +412 -0
- package/source/css/_page/category.styl +27 -1
- package/source/css/_page/index.styl +2 -0
- package/source/css/_page/links.styl +190 -0
- package/source/css/_page/other.styl +37 -0
- package/source/css/_post/index.styl +2 -1
- package/source/css/_post/meta.styl +245 -217
- package/source/css/_search/local-search.styl +158 -82
- package/source/css/var.styl +2 -2
- package/source/js/archive-page.js +191 -0
- package/source/js/core/actions.js +48 -0
- package/source/js/core/api.js +32 -0
- package/source/js/core/config.js +13 -0
- package/source/js/core/lifecycle.js +52 -0
- package/source/js/core/preloader.js +34 -0
- package/source/js/core/resources.js +65 -0
- package/source/js/covercolor/api.js +13 -103
- package/source/js/covercolor/ave.js +14 -77
- package/source/js/covercolor/local.js +22 -116
- package/source/js/covercolor/shared.js +102 -0
- package/source/js/friend_links.js +502 -0
- package/source/js/main.js +793 -177
- package/source/js/music.js +24 -14
- package/source/js/post_ai.js +13 -2
- package/source/js/right_menu.js +44 -24
- package/source/js/search/algolia.js +29 -21
- package/source/js/search/local.js +231 -266
- package/source/js/tw_cn.js +37 -12
- package/source/js/utils.js +37 -25
- package/layout/includes/widgets/randomlink.pug +0 -43
- package/scripts/filter/randomPosts.js +0 -16
|
@@ -1,59 +1,80 @@
|
|
|
1
1
|
#console
|
|
2
2
|
display flex
|
|
3
3
|
position fixed
|
|
4
|
-
width
|
|
5
|
-
height
|
|
4
|
+
width 100dvw
|
|
5
|
+
height 100dvh
|
|
6
6
|
top 0
|
|
7
7
|
left 0
|
|
8
8
|
z-index 9999
|
|
9
9
|
justify-content center
|
|
10
|
-
opacity 0
|
|
11
|
-
transition .3s ease-out
|
|
12
10
|
flex-direction column
|
|
13
11
|
align-items center
|
|
12
|
+
opacity 0
|
|
13
|
+
transition .3s ease-out
|
|
14
14
|
pointer-events none
|
|
15
15
|
user-select none
|
|
16
16
|
|
|
17
|
-
&.show
|
|
18
|
-
|
|
17
|
+
&.show
|
|
18
|
+
opacity 1
|
|
19
|
+
pointer-events all
|
|
20
|
+
|
|
21
|
+
.console-card-group
|
|
22
|
+
transform translateY(0)
|
|
23
|
+
opacity 1
|
|
24
|
+
transition-delay .1s
|
|
25
|
+
|
|
26
|
+
.button-group
|
|
27
|
+
transform translateY(0)
|
|
28
|
+
opacity 1
|
|
29
|
+
transition-delay .2s
|
|
30
|
+
|
|
31
|
+
.console-content > *
|
|
32
|
+
pointer-events auto
|
|
33
|
+
|
|
34
|
+
.console-mask
|
|
35
|
+
backdrop-filter saturate(180%) blur(20px)
|
|
36
|
+
-webkit-backdrop-filter saturate(180%) blur(20px)
|
|
37
|
+
animation .6s ease 0s 1 normal none running to_show
|
|
38
|
+
|
|
39
|
+
.console-content
|
|
40
|
+
display flex
|
|
41
|
+
position relative
|
|
42
|
+
width 100%
|
|
43
|
+
max-width calc(100% - 32px)
|
|
44
|
+
max-height 800px
|
|
45
|
+
justify-content center
|
|
46
|
+
flex-direction column
|
|
47
|
+
align-items center
|
|
48
|
+
gap 16px
|
|
49
|
+
pointer-events none
|
|
19
50
|
|
|
20
51
|
if hexo-config('recent_comments.enable') && hexo-config('recent_comments.console')
|
|
21
52
|
.recent-comment-more
|
|
22
|
-
margin-left auto
|
|
23
53
|
display flex
|
|
24
54
|
align-items center
|
|
55
|
+
margin-left auto
|
|
25
56
|
|
|
26
57
|
&:hover
|
|
27
58
|
color var(--efu-main)
|
|
28
59
|
|
|
29
60
|
.console-card-group
|
|
30
61
|
display flex
|
|
62
|
+
width 100%
|
|
63
|
+
height 800px
|
|
64
|
+
max-height calc(100dvh - 180px)
|
|
31
65
|
justify-content center
|
|
32
66
|
align-items center
|
|
67
|
+
gap 8px
|
|
68
|
+
opacity 0
|
|
33
69
|
transform translateY(20px)
|
|
34
70
|
transition .3s
|
|
35
|
-
gap .5rem
|
|
36
|
-
max-height calc(100dvh - 180px)
|
|
37
|
-
max-width calc(100% - 64px)
|
|
38
|
-
|
|
39
|
-
+maxWidth1300()
|
|
40
|
-
justify-content center
|
|
41
71
|
|
|
42
72
|
+maxWidth768()
|
|
43
73
|
display none
|
|
44
74
|
|
|
45
|
-
+maxHeight800()
|
|
46
|
-
padding-top 30px
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
&.show
|
|
50
|
-
.console-card-group
|
|
51
|
-
transform translateY(0)
|
|
52
|
-
opacity 1
|
|
53
|
-
transition-delay .1s
|
|
54
|
-
|
|
55
75
|
.console-card-group-left
|
|
56
76
|
width 40%
|
|
77
|
+
max-width 550px
|
|
57
78
|
height 100%
|
|
58
79
|
|
|
59
80
|
+maxWidth900()
|
|
@@ -61,187 +82,150 @@
|
|
|
61
82
|
|
|
62
83
|
.console-card-group-right
|
|
63
84
|
display flex
|
|
85
|
+
width 60%
|
|
86
|
+
max-width 899px
|
|
87
|
+
height 100%
|
|
64
88
|
flex-direction column
|
|
65
89
|
justify-content center
|
|
66
|
-
height 100%
|
|
67
|
-
width 60%
|
|
68
|
-
overflow hidden
|
|
69
90
|
|
|
70
91
|
+maxWidth900()
|
|
71
92
|
width 100%
|
|
72
93
|
|
|
73
94
|
.console-card
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
border var(--style-border)
|
|
78
|
-
box-shadow var(--efu-shadow-border)
|
|
79
|
-
padding 32px 36px 36px 36px
|
|
95
|
+
display flex
|
|
96
|
+
padding 32px 36px 36px
|
|
97
|
+
flex-direction column
|
|
80
98
|
gap 24px
|
|
81
|
-
|
|
82
|
-
|
|
99
|
+
background var(--efu-maskbgdeep)
|
|
100
|
+
border-radius 12px
|
|
101
|
+
box-shadow var(--efu-shadow-glass)
|
|
83
102
|
|
|
84
103
|
.console-card.tags
|
|
85
|
-
height calc(100% -
|
|
104
|
+
height calc(100% - 163px)
|
|
105
|
+
|
|
106
|
+
&:only-child
|
|
107
|
+
height 100%
|
|
108
|
+
|
|
86
109
|
+maxHeight800()
|
|
87
110
|
height 100%
|
|
88
111
|
|
|
112
|
+
.card-tag-cloud
|
|
113
|
+
display flex
|
|
114
|
+
flex-wrap wrap
|
|
115
|
+
align-content flex-start
|
|
116
|
+
gap 8px
|
|
117
|
+
overflow-y auto
|
|
118
|
+
scrollbar-width none
|
|
119
|
+
|
|
120
|
+
&::-webkit-scrollbar
|
|
121
|
+
display none
|
|
122
|
+
|
|
123
|
+
a
|
|
124
|
+
padding 2px 8px
|
|
125
|
+
color var(--efu-fontcolor)
|
|
126
|
+
background var(--efu-card-bg)
|
|
127
|
+
border var(--style-border)
|
|
128
|
+
border-radius 8px
|
|
129
|
+
font-size 14px
|
|
130
|
+
font-weight 700
|
|
131
|
+
transition .3s
|
|
132
|
+
|
|
133
|
+
&:hover
|
|
134
|
+
color var(--efu-white)
|
|
135
|
+
background var(--efu-main)
|
|
136
|
+
|
|
137
|
+
sup
|
|
138
|
+
opacity .6
|
|
139
|
+
|
|
89
140
|
.console-mask
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
width 100vw
|
|
94
|
-
height 100vh
|
|
141
|
+
position absolute
|
|
142
|
+
width 100%
|
|
143
|
+
height 100%
|
|
95
144
|
top 0
|
|
96
145
|
left 0
|
|
97
|
-
position absolute
|
|
98
146
|
z-index -1
|
|
147
|
+
background var(--efu-maskbg)
|
|
148
|
+
backdrop-filter none
|
|
149
|
+
-webkit-backdrop-filter none
|
|
150
|
+
backface-visibility hidden
|
|
99
151
|
-webkit-backface-visibility hidden
|
|
100
|
-
-webkit-transform-style preserve-3d
|
|
101
152
|
transform translateZ(0)
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
.
|
|
105
|
-
backdrop-filter saturate(180%) blur(20px)
|
|
106
|
-
-webkit-backdrop-filter blur(20px)
|
|
107
|
-
transform translateZ(0)
|
|
108
|
-
animation .6s ease 0s 1 normal none running to_show
|
|
153
|
+
transform-style preserve-3d
|
|
154
|
+
-webkit-transform-style preserve-3d
|
|
155
|
+
transition backdrop-filter .3s, -webkit-backdrop-filter .3s
|
|
109
156
|
|
|
110
157
|
.author-content-item-tips
|
|
158
|
+
margin-bottom 8px
|
|
111
159
|
opacity .8
|
|
112
|
-
font-size
|
|
113
|
-
margin-bottom .5rem
|
|
160
|
+
font-size 10px
|
|
114
161
|
|
|
115
162
|
.author-content-item-title
|
|
116
|
-
font-size 36px
|
|
117
|
-
font-weight 700
|
|
118
|
-
line-height 1
|
|
119
163
|
display flex
|
|
120
164
|
align-items center
|
|
121
165
|
justify-content space-between
|
|
166
|
+
font-size 28px
|
|
167
|
+
font-weight 700
|
|
168
|
+
line-height 1
|
|
122
169
|
|
|
123
170
|
.aside-list
|
|
124
171
|
display flex
|
|
125
172
|
flex-wrap wrap
|
|
126
173
|
flex-direction row
|
|
127
174
|
justify-content space-between
|
|
128
|
-
margin-top
|
|
175
|
+
margin-top 24px
|
|
129
176
|
|
|
130
177
|
.button-group
|
|
131
178
|
display flex
|
|
132
|
-
margin 1rem auto 0 auto
|
|
133
|
-
justify-content center
|
|
134
179
|
width fit-content
|
|
180
|
+
justify-content center
|
|
181
|
+
gap 8px
|
|
182
|
+
opacity 0
|
|
183
|
+
transform translateY(20px)
|
|
184
|
+
transition .3s
|
|
135
185
|
|
|
136
186
|
.console-btn-item
|
|
137
187
|
width 80px
|
|
138
188
|
height 40px
|
|
139
|
-
transition .3s
|
|
140
189
|
cursor pointer
|
|
141
|
-
|
|
142
|
-
span.darkmode_switchbutton
|
|
143
|
-
[data-theme="dark"] &
|
|
144
|
-
background var(--efu-orange)
|
|
145
|
-
color var(--efu-white)
|
|
146
|
-
|
|
147
|
-
.button-group
|
|
148
|
-
gap .5rem
|
|
149
|
-
|
|
150
|
-
.console-btn-item
|
|
151
|
-
&:hover
|
|
152
|
-
span
|
|
153
|
-
background var(--efu-main)
|
|
190
|
+
transition .3s
|
|
154
191
|
|
|
155
192
|
span
|
|
193
|
+
display flex
|
|
156
194
|
width 100%
|
|
157
195
|
height 100%
|
|
158
|
-
background var(--efu-card-bg)
|
|
159
|
-
border var(--style-border)
|
|
160
|
-
border-radius 60px
|
|
161
|
-
display flex
|
|
162
196
|
align-items center
|
|
163
197
|
justify-content center
|
|
164
198
|
color var(--efu-fontcolor)
|
|
199
|
+
background linear-gradient(to bottom, var(--efu-maskbg), var(--efu-maskbgdeep))
|
|
200
|
+
border var(--style-border)
|
|
201
|
+
border-radius 60px
|
|
202
|
+
box-shadow var(--efu-shadow-glass)
|
|
165
203
|
transition .3s
|
|
166
|
-
box-shadow var(--efu-shadow-border)
|
|
167
204
|
|
|
168
205
|
i
|
|
169
|
-
font-size
|
|
170
|
-
|
|
171
|
-
&.on
|
|
172
|
-
span
|
|
173
|
-
background var(--efu-orange)
|
|
174
|
-
color var(--efu-white)
|
|
175
|
-
transition .3s
|
|
176
|
-
|
|
177
|
-
&:not(.on)
|
|
178
|
-
span:hover
|
|
179
|
-
background var(--efu-main)
|
|
180
|
-
|
|
181
|
-
&:hover
|
|
182
|
-
span
|
|
183
|
-
color var(--efu-white)
|
|
184
|
-
|
|
185
|
-
.console-card.tags
|
|
186
|
-
.card-tag-cloud
|
|
187
|
-
display flex
|
|
188
|
-
gap .5rem
|
|
189
|
-
flex-wrap wrap
|
|
190
|
-
verflow-y: scroll
|
|
191
|
-
|
|
192
|
-
a
|
|
193
|
-
color var(--efu-fontcolor)
|
|
194
|
-
padding 2px 8px
|
|
195
|
-
border-radius 8px
|
|
196
|
-
background var(--efu-card-bg)
|
|
197
|
-
border var(--style-border)
|
|
198
|
-
font-size 14px
|
|
199
|
-
font-weight 700
|
|
206
|
+
font-size 16px
|
|
200
207
|
|
|
201
|
-
|
|
202
|
-
|
|
208
|
+
span.darkmode_switchbutton
|
|
209
|
+
[data-theme="dark"] &
|
|
203
210
|
color var(--efu-white)
|
|
211
|
+
background var(--efu-orange)
|
|
204
212
|
|
|
205
|
-
|
|
206
|
-
|
|
207
|
-
|
|
208
|
-
.close-btn
|
|
209
|
-
width 100%
|
|
210
|
-
height 60px
|
|
211
|
-
position fixed
|
|
212
|
-
right max('calc((100% - 1400px) / 2)', someValue)
|
|
213
|
-
top 0
|
|
214
|
-
font-size 35px
|
|
215
|
-
color var(--efu-fontcolor)
|
|
216
|
-
cursor pointer
|
|
217
|
-
transition .3s
|
|
218
|
-
display flex
|
|
219
|
-
align-items center
|
|
220
|
-
justify-content center
|
|
221
|
-
max-width 1400px
|
|
222
|
-
|
|
223
|
-
i
|
|
224
|
-
font-size 24px
|
|
225
|
-
margin-right 1.5rem
|
|
226
|
-
padding 6px 8px
|
|
227
|
-
margin-left auto
|
|
228
|
-
line-height 1
|
|
229
|
-
transform rotate(-30deg)
|
|
230
|
-
transition .6s
|
|
231
|
-
border-radius 32px
|
|
213
|
+
&.on span
|
|
214
|
+
color var(--efu-white)
|
|
215
|
+
background var(--efu-orange)
|
|
232
216
|
|
|
233
|
-
|
|
234
|
-
|
|
235
|
-
|
|
217
|
+
&:hover span
|
|
218
|
+
color var(--efu-white)
|
|
219
|
+
background var(--efu-main)
|
|
236
220
|
|
|
237
221
|
.console-card.history
|
|
222
|
+
height 154px
|
|
238
223
|
margin-top 8px
|
|
239
224
|
padding 0
|
|
240
|
-
background
|
|
241
|
-
box-shadow none
|
|
225
|
+
background transparent
|
|
242
226
|
border none
|
|
243
|
-
overflow hidden
|
|
244
227
|
border-radius 0
|
|
228
|
+
box-shadow none
|
|
245
229
|
|
|
246
230
|
+maxHeight800()
|
|
247
231
|
display none
|
|
@@ -249,36 +233,39 @@
|
|
|
249
233
|
.item-headline
|
|
250
234
|
display none
|
|
251
235
|
|
|
252
|
-
.console-card.history
|
|
253
236
|
.card-archive-list
|
|
254
237
|
display flex
|
|
238
|
+
height 154px
|
|
255
239
|
flex-direction row
|
|
256
240
|
flex-wrap wrap
|
|
257
|
-
|
|
258
|
-
gap
|
|
259
|
-
height 164px
|
|
241
|
+
align-content space-between
|
|
242
|
+
gap 8px
|
|
260
243
|
|
|
261
244
|
li.item
|
|
262
|
-
|
|
245
|
+
height 72px
|
|
246
|
+
flex 1 1 calc(25% - 6px)
|
|
263
247
|
|
|
264
248
|
a
|
|
265
|
-
border-radius 8px
|
|
266
249
|
display flex
|
|
250
|
+
height 100%
|
|
251
|
+
padding 8px 16px
|
|
267
252
|
flex-direction column
|
|
268
253
|
align-content space-between
|
|
254
|
+
color var(--efu-fontcolor)
|
|
255
|
+
background linear-gradient(to bottom, var(--efu-maskbg), var(--efu-maskbgdeep))
|
|
269
256
|
border var(--style-border)
|
|
270
|
-
|
|
271
|
-
|
|
272
|
-
|
|
257
|
+
border-radius 8px
|
|
258
|
+
box-shadow var(--efu-shadow-glass)
|
|
259
|
+
transition .3s
|
|
273
260
|
|
|
274
261
|
&:hover
|
|
275
|
-
background var(--efu-main)
|
|
276
262
|
color var(--efu-white)
|
|
263
|
+
background var(--efu-main)
|
|
277
264
|
cursor pointer
|
|
278
265
|
|
|
279
266
|
.date
|
|
280
|
-
font-size 14px
|
|
281
267
|
opacity .6
|
|
268
|
+
font-size 14px
|
|
282
269
|
|
|
283
270
|
.count-group
|
|
284
271
|
display flex
|
|
@@ -286,11 +273,11 @@
|
|
|
286
273
|
|
|
287
274
|
.count
|
|
288
275
|
width auto
|
|
289
|
-
text-align left
|
|
290
|
-
font-size 1.1rem
|
|
291
|
-
line-height .9
|
|
292
276
|
margin-right 2px
|
|
277
|
+
text-align left
|
|
278
|
+
font-size 18px
|
|
293
279
|
font-weight 700
|
|
280
|
+
line-height .9
|
|
294
281
|
|
|
295
282
|
.unit
|
|
296
283
|
width auto
|
|
@@ -301,13 +288,7 @@
|
|
|
301
288
|
#card-newest-comments
|
|
302
289
|
height 100%
|
|
303
290
|
|
|
304
|
-
#consoleMusic
|
|
305
|
-
+maxWidth1300()
|
|
306
|
-
display none
|
|
307
|
-
|
|
308
|
-
+maxHeight800()
|
|
309
|
-
display none
|
|
310
|
-
|
|
291
|
+
#consoleMusic,
|
|
311
292
|
#consoleCommentBarrage
|
|
312
293
|
+maxWidth1300()
|
|
313
294
|
display none
|