hexo-theme-solitude 3.0.21 → 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 +24 -9
- 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 +14 -36
- 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 +4 -3
- 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/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 +8 -6
- 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 +145 -165
- 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,60 +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 1300px
|
|
38
|
-
|
|
39
|
-
+maxWidth1400()
|
|
40
|
-
justify-content center
|
|
41
|
-
max-width calc(100% - 64px)
|
|
42
71
|
|
|
43
72
|
+maxWidth768()
|
|
44
73
|
display none
|
|
45
74
|
|
|
46
|
-
+maxHeight800()
|
|
47
|
-
padding-top 30px
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
&.show
|
|
51
|
-
.console-card-group
|
|
52
|
-
transform translateY(0)
|
|
53
|
-
opacity 1
|
|
54
|
-
transition-delay .1s
|
|
55
|
-
|
|
56
75
|
.console-card-group-left
|
|
57
76
|
width 40%
|
|
77
|
+
max-width 550px
|
|
58
78
|
height 100%
|
|
59
79
|
|
|
60
80
|
+maxWidth900()
|
|
@@ -62,187 +82,150 @@
|
|
|
62
82
|
|
|
63
83
|
.console-card-group-right
|
|
64
84
|
display flex
|
|
65
|
-
flex-direction column
|
|
66
|
-
justify-content flex-start
|
|
67
|
-
height 100%
|
|
68
85
|
width 60%
|
|
69
|
-
|
|
86
|
+
max-width 899px
|
|
87
|
+
height 100%
|
|
88
|
+
flex-direction column
|
|
89
|
+
justify-content center
|
|
70
90
|
|
|
71
91
|
+maxWidth900()
|
|
72
92
|
width 100%
|
|
73
93
|
|
|
74
94
|
.console-card
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
border var(--style-border)
|
|
79
|
-
box-shadow var(--efu-shadow-border)
|
|
80
|
-
padding 32px 36px 36px 36px
|
|
95
|
+
display flex
|
|
96
|
+
padding 32px 36px 36px
|
|
97
|
+
flex-direction column
|
|
81
98
|
gap 24px
|
|
82
|
-
|
|
83
|
-
|
|
99
|
+
background var(--efu-maskbgdeep)
|
|
100
|
+
border-radius 12px
|
|
101
|
+
box-shadow var(--efu-shadow-glass)
|
|
84
102
|
|
|
85
103
|
.console-card.tags
|
|
86
|
-
|
|
104
|
+
height calc(100% - 163px)
|
|
105
|
+
|
|
106
|
+
&:only-child
|
|
107
|
+
height 100%
|
|
108
|
+
|
|
87
109
|
+maxHeight800()
|
|
88
110
|
height 100%
|
|
89
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
|
+
|
|
90
140
|
.console-mask
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
width 100vw
|
|
95
|
-
height 100vh
|
|
141
|
+
position absolute
|
|
142
|
+
width 100%
|
|
143
|
+
height 100%
|
|
96
144
|
top 0
|
|
97
145
|
left 0
|
|
98
|
-
position absolute
|
|
99
146
|
z-index -1
|
|
147
|
+
background var(--efu-maskbg)
|
|
148
|
+
backdrop-filter none
|
|
149
|
+
-webkit-backdrop-filter none
|
|
150
|
+
backface-visibility hidden
|
|
100
151
|
-webkit-backface-visibility hidden
|
|
101
|
-
-webkit-transform-style preserve-3d
|
|
102
152
|
transform translateZ(0)
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
.
|
|
106
|
-
backdrop-filter saturate(180%) blur(20px)
|
|
107
|
-
-webkit-backdrop-filter blur(20px)
|
|
108
|
-
transform translateZ(0)
|
|
109
|
-
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
|
|
110
156
|
|
|
111
157
|
.author-content-item-tips
|
|
158
|
+
margin-bottom 8px
|
|
112
159
|
opacity .8
|
|
113
|
-
font-size
|
|
114
|
-
margin-bottom .5rem
|
|
160
|
+
font-size 10px
|
|
115
161
|
|
|
116
162
|
.author-content-item-title
|
|
117
|
-
font-size 36px
|
|
118
|
-
font-weight 700
|
|
119
|
-
line-height 1
|
|
120
163
|
display flex
|
|
121
164
|
align-items center
|
|
122
165
|
justify-content space-between
|
|
166
|
+
font-size 28px
|
|
167
|
+
font-weight 700
|
|
168
|
+
line-height 1
|
|
123
169
|
|
|
124
170
|
.aside-list
|
|
125
171
|
display flex
|
|
126
172
|
flex-wrap wrap
|
|
127
173
|
flex-direction row
|
|
128
174
|
justify-content space-between
|
|
129
|
-
margin-top
|
|
175
|
+
margin-top 24px
|
|
130
176
|
|
|
131
177
|
.button-group
|
|
132
178
|
display flex
|
|
133
|
-
margin 1rem auto 0 auto
|
|
134
|
-
justify-content center
|
|
135
179
|
width fit-content
|
|
180
|
+
justify-content center
|
|
181
|
+
gap 8px
|
|
182
|
+
opacity 0
|
|
183
|
+
transform translateY(20px)
|
|
184
|
+
transition .3s
|
|
136
185
|
|
|
137
186
|
.console-btn-item
|
|
138
187
|
width 80px
|
|
139
188
|
height 40px
|
|
140
|
-
transition .3s
|
|
141
189
|
cursor pointer
|
|
142
|
-
|
|
143
|
-
span.darkmode_switchbutton
|
|
144
|
-
[data-theme="dark"] &
|
|
145
|
-
background var(--efu-orange)
|
|
146
|
-
color var(--efu-white)
|
|
147
|
-
|
|
148
|
-
.button-group
|
|
149
|
-
gap .5rem
|
|
150
|
-
|
|
151
|
-
.console-btn-item
|
|
152
|
-
&:hover
|
|
153
|
-
span
|
|
154
|
-
background var(--efu-main)
|
|
190
|
+
transition .3s
|
|
155
191
|
|
|
156
192
|
span
|
|
193
|
+
display flex
|
|
157
194
|
width 100%
|
|
158
195
|
height 100%
|
|
159
|
-
background var(--efu-card-bg)
|
|
160
|
-
border var(--style-border)
|
|
161
|
-
border-radius 60px
|
|
162
|
-
display flex
|
|
163
196
|
align-items center
|
|
164
197
|
justify-content center
|
|
165
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)
|
|
166
203
|
transition .3s
|
|
167
|
-
box-shadow var(--efu-shadow-border)
|
|
168
204
|
|
|
169
205
|
i
|
|
170
|
-
font-size
|
|
171
|
-
|
|
172
|
-
&.on
|
|
173
|
-
span
|
|
174
|
-
background var(--efu-orange)
|
|
175
|
-
color var(--efu-white)
|
|
176
|
-
transition .3s
|
|
177
|
-
|
|
178
|
-
&:not(.on)
|
|
179
|
-
span:hover
|
|
180
|
-
background var(--efu-main)
|
|
181
|
-
|
|
182
|
-
&:hover
|
|
183
|
-
span
|
|
184
|
-
color var(--efu-white)
|
|
185
|
-
|
|
186
|
-
.console-card.tags
|
|
187
|
-
.card-tag-cloud
|
|
188
|
-
display flex
|
|
189
|
-
gap .5rem
|
|
190
|
-
flex-wrap wrap
|
|
191
|
-
verflow-y: scroll
|
|
192
|
-
|
|
193
|
-
a
|
|
194
|
-
color var(--efu-fontcolor)
|
|
195
|
-
padding 2px 8px
|
|
196
|
-
border-radius 8px
|
|
197
|
-
background var(--efu-card-bg)
|
|
198
|
-
border var(--style-border)
|
|
199
|
-
font-size 14px
|
|
200
|
-
font-weight 700
|
|
206
|
+
font-size 16px
|
|
201
207
|
|
|
202
|
-
|
|
203
|
-
|
|
208
|
+
span.darkmode_switchbutton
|
|
209
|
+
[data-theme="dark"] &
|
|
204
210
|
color var(--efu-white)
|
|
211
|
+
background var(--efu-orange)
|
|
205
212
|
|
|
206
|
-
|
|
207
|
-
|
|
208
|
-
|
|
209
|
-
.close-btn
|
|
210
|
-
width 100%
|
|
211
|
-
height 60px
|
|
212
|
-
position fixed
|
|
213
|
-
right max('calc((100% - 1400px) / 2)', someValue)
|
|
214
|
-
top 0
|
|
215
|
-
font-size 35px
|
|
216
|
-
color var(--efu-fontcolor)
|
|
217
|
-
cursor pointer
|
|
218
|
-
transition .3s
|
|
219
|
-
display flex
|
|
220
|
-
align-items center
|
|
221
|
-
justify-content center
|
|
222
|
-
max-width 1400px
|
|
223
|
-
|
|
224
|
-
i
|
|
225
|
-
font-size 24px
|
|
226
|
-
margin-right 1.5rem
|
|
227
|
-
padding 6px 8px
|
|
228
|
-
margin-left auto
|
|
229
|
-
line-height 1
|
|
230
|
-
transform rotate(-30deg)
|
|
231
|
-
transition .6s
|
|
232
|
-
border-radius 32px
|
|
213
|
+
&.on span
|
|
214
|
+
color var(--efu-white)
|
|
215
|
+
background var(--efu-orange)
|
|
233
216
|
|
|
234
|
-
|
|
235
|
-
|
|
236
|
-
|
|
217
|
+
&:hover span
|
|
218
|
+
color var(--efu-white)
|
|
219
|
+
background var(--efu-main)
|
|
237
220
|
|
|
238
221
|
.console-card.history
|
|
222
|
+
height 154px
|
|
239
223
|
margin-top 8px
|
|
240
224
|
padding 0
|
|
241
|
-
background
|
|
242
|
-
box-shadow none
|
|
225
|
+
background transparent
|
|
243
226
|
border none
|
|
244
|
-
overflow hidden
|
|
245
227
|
border-radius 0
|
|
228
|
+
box-shadow none
|
|
246
229
|
|
|
247
230
|
+maxHeight800()
|
|
248
231
|
display none
|
|
@@ -250,36 +233,39 @@
|
|
|
250
233
|
.item-headline
|
|
251
234
|
display none
|
|
252
235
|
|
|
253
|
-
.console-card.history
|
|
254
236
|
.card-archive-list
|
|
255
237
|
display flex
|
|
238
|
+
height 154px
|
|
256
239
|
flex-direction row
|
|
257
240
|
flex-wrap wrap
|
|
258
|
-
|
|
259
|
-
|
|
260
|
-
max-height 164px
|
|
241
|
+
align-content space-between
|
|
242
|
+
gap 8px
|
|
261
243
|
|
|
262
244
|
li.item
|
|
263
|
-
|
|
245
|
+
height 72px
|
|
246
|
+
flex 1 1 calc(25% - 6px)
|
|
264
247
|
|
|
265
248
|
a
|
|
266
|
-
border-radius 8px
|
|
267
249
|
display flex
|
|
250
|
+
height 100%
|
|
251
|
+
padding 8px 16px
|
|
268
252
|
flex-direction column
|
|
269
253
|
align-content space-between
|
|
254
|
+
color var(--efu-fontcolor)
|
|
255
|
+
background linear-gradient(to bottom, var(--efu-maskbg), var(--efu-maskbgdeep))
|
|
270
256
|
border var(--style-border)
|
|
271
|
-
|
|
272
|
-
|
|
273
|
-
|
|
257
|
+
border-radius 8px
|
|
258
|
+
box-shadow var(--efu-shadow-glass)
|
|
259
|
+
transition .3s
|
|
274
260
|
|
|
275
261
|
&:hover
|
|
276
|
-
background var(--efu-main)
|
|
277
262
|
color var(--efu-white)
|
|
263
|
+
background var(--efu-main)
|
|
278
264
|
cursor pointer
|
|
279
265
|
|
|
280
266
|
.date
|
|
281
|
-
font-size 14px
|
|
282
267
|
opacity .6
|
|
268
|
+
font-size 14px
|
|
283
269
|
|
|
284
270
|
.count-group
|
|
285
271
|
display flex
|
|
@@ -287,11 +273,11 @@
|
|
|
287
273
|
|
|
288
274
|
.count
|
|
289
275
|
width auto
|
|
290
|
-
text-align left
|
|
291
|
-
font-size 1.1rem
|
|
292
|
-
line-height .9
|
|
293
276
|
margin-right 2px
|
|
277
|
+
text-align left
|
|
278
|
+
font-size 18px
|
|
294
279
|
font-weight 700
|
|
280
|
+
line-height .9
|
|
295
281
|
|
|
296
282
|
.unit
|
|
297
283
|
width auto
|
|
@@ -302,13 +288,7 @@
|
|
|
302
288
|
#card-newest-comments
|
|
303
289
|
height 100%
|
|
304
290
|
|
|
305
|
-
#consoleMusic
|
|
306
|
-
+maxWidth1300()
|
|
307
|
-
display none
|
|
308
|
-
|
|
309
|
-
+maxHeight800()
|
|
310
|
-
display none
|
|
311
|
-
|
|
291
|
+
#consoleMusic,
|
|
312
292
|
#consoleCommentBarrage
|
|
313
293
|
+maxWidth1300()
|
|
314
294
|
display none
|