hexo-theme-solitude 1.2.6 → 1.3.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/CONTRIBUTING.md +41 -0
- package/README.md +8 -8
- package/README_EN.md +6 -6
- package/_config.yml +495 -297
- package/languages/en-US.yml +105 -8
- package/languages/zh-CN.yml +98 -1
- package/layout/archive.pug +3 -3
- package/layout/category.pug +4 -5
- package/layout/includes/console.pug +15 -16
- package/layout/includes/footer.pug +26 -28
- package/layout/includes/head/config.pug +27 -8
- package/layout/includes/head/fest.pug +22 -0
- package/layout/includes/head/opengraph.pug +11 -0
- package/layout/includes/head.pug +1 -3
- package/layout/includes/header.pug +1 -1
- package/layout/includes/inject/body.pug +33 -13
- package/layout/includes/inject/head.pug +30 -20
- package/layout/includes/layout.pug +11 -8
- package/layout/includes/loading.pug +1 -64
- package/layout/includes/mixins/articleSort.pug +4 -4
- package/layout/includes/mixins/pagination.pug +1 -1
- package/layout/includes/nav.pug +10 -10
- package/layout/includes/page/about.pug +1 -0
- package/layout/includes/page/categories.pug +3 -3
- package/layout/includes/page/default.pug +1 -1
- package/layout/includes/page/echarts.pug +3 -3
- package/layout/includes/page/equipment.pug +0 -1
- package/layout/includes/page/links.pug +5 -26
- package/layout/includes/page/moments.pug +0 -1
- package/layout/includes/page/music.pug +19 -0
- package/layout/includes/page/not_configured.pug +18 -0
- package/layout/includes/page/rss.pug +20 -22
- package/layout/includes/page/says.pug +1 -2
- package/layout/includes/page/tags.pug +3 -3
- package/layout/includes/page/tlink.pug +0 -1
- package/layout/includes/sidebar.pug +7 -7
- package/layout/includes/widgets/aside/aside.pug +13 -1
- package/layout/includes/widgets/aside/asideArchive.pug +5 -3
- package/layout/includes/widgets/aside/asideCustom.pug +6 -0
- package/layout/includes/widgets/aside/asideHistory.pug +3 -3
- package/layout/includes/widgets/aside/asideInfoCard.pug +4 -6
- package/layout/includes/widgets/aside/asideNewestPost.pug +1 -1
- package/layout/includes/widgets/aside/asideSwitch.pug +0 -11
- package/layout/includes/widgets/aside/asideTag.pug +2 -2
- package/layout/includes/widgets/aside/asideToc.pug +1 -1
- package/layout/includes/widgets/aside/asideWebInfo.pug +6 -6
- package/layout/includes/widgets/aside/asideWelcome.pug +1 -1
- package/layout/includes/widgets/home/banner.pug +2 -2
- package/layout/includes/widgets/home/bbTimeList.pug +3 -3
- package/layout/includes/widgets/home/categoryBar.pug +3 -3
- package/layout/includes/widgets/home/categoryGroup.pug +2 -2
- package/layout/includes/widgets/home/hometop.pug +7 -7
- package/layout/includes/widgets/home/postList.pug +12 -8
- package/layout/includes/widgets/home/topGroup.pug +17 -13
- package/layout/includes/widgets/nav/left.pug +6 -6
- package/layout/includes/widgets/nav/menu.pug +4 -4
- package/layout/includes/widgets/nav/right.pug +14 -14
- package/layout/includes/widgets/page/about/authorinfo.pug +1 -1
- package/layout/includes/widgets/page/about/award.pug +11 -9
- package/layout/includes/widgets/page/about/contentinfo.pug +7 -7
- package/layout/includes/widgets/page/about/hobbies.pug +1 -1
- package/layout/includes/widgets/page/about/motto.pug +2 -2
- package/layout/includes/widgets/page/about/other.pug +10 -9
- package/layout/includes/widgets/page/about/personalities.pug +2 -2
- package/layout/includes/widgets/page/about/skillsinfo.pug +10 -12
- package/layout/includes/widgets/page/about/tenyear.pug +48 -0
- package/layout/includes/widgets/page/banner.pug +2 -2
- package/layout/includes/widgets/page/links/banner.pug +12 -14
- package/layout/includes/widgets/page/links/linksItem.pug +0 -1
- package/layout/includes/widgets/page/moments/angle.pug +7 -12
- package/layout/includes/widgets/page/moments/index.pug +7 -2
- package/layout/includes/widgets/post/award.pug +12 -8
- package/layout/includes/widgets/post/copyright.pug +16 -14
- package/layout/includes/widgets/post/postMeta.pug +36 -25
- package/layout/includes/widgets/post/postNav.pug +15 -15
- package/layout/includes/widgets/randomlink.pug +10 -5
- package/layout/includes/widgets/rightside/index.pug +9 -8
- package/layout/includes/widgets/third-party/ai/index.pug +12 -0
- package/layout/includes/widgets/third-party/comments/comment.pug +6 -1
- package/layout/includes/widgets/third-party/comments/twikoo.pug +5 -4
- package/layout/includes/widgets/third-party/comments/waline.pug +4 -5
- package/layout/includes/widgets/third-party/music.pug +1 -1
- package/layout/includes/widgets/third-party/pjax.pug +6 -1
- package/layout/includes/widgets/third-party/search/algolia-search.pug +4 -3
- package/layout/includes/widgets/third-party/search/index.pug +2 -2
- package/layout/includes/widgets/third-party/search/local-search.pug +3 -3
- package/layout/index.pug +5 -6
- package/layout/page.pug +34 -29
- package/layout/post.pug +3 -23
- package/layout/tag.pug +3 -3
- package/package.json +2 -2
- package/scripts/filter/checkThemeConfig.js +0 -5
- package/scripts/helper/cdn.js +12 -0
- package/scripts/helper/page.js +13 -0
- package/scripts/helper/related_post.js +0 -1
- package/scripts/tags/button.js +21 -0
- package/scripts/tags/card.js +9 -0
- package/scripts/tags/checkbox.js +51 -0
- package/scripts/tags/fold.js +0 -5
- package/scripts/tags/image.js +75 -0
- package/scripts/tags/inline-image.js +12 -0
- package/scripts/tags/label.js +10 -0
- package/scripts/tags/link.js +2 -0
- package/scripts/tags/media.js +29 -0
- package/scripts/tags/span.js +17 -0
- package/scripts/tags/timeline.js +2 -15
- package/scripts/tags/u.js +7 -0
- package/source/css/_global/animation.css +57 -0
- package/source/css/_global/index.styl +5 -20
- package/source/css/_global/var.styl +16 -1
- package/source/css/_layout/{base.styl → basic.styl} +24 -116
- package/source/css/_layout/header.styl +203 -615
- package/source/css/_layout/index.styl +29 -271
- package/source/css/_mode/index.styl +87 -94
- package/source/css/_page/_home/category-bar.styl +74 -0
- package/source/css/_page/_home/home-top.styl +541 -0
- package/source/css/_page/_home/index.styl +15 -0
- package/source/css/_page/_home/pagination.styl +176 -0
- package/source/css/_page/_home/recent-post.styl +204 -0
- package/source/css/_page/about/index.styl +1 -0
- package/source/css/_page/about/tenyear.styl +56 -0
- package/source/css/_page/about.styl +555 -626
- package/source/css/_page/category.styl +95 -119
- package/source/css/_page/douban.styl +126 -0
- package/source/css/_page/equipment.styl +100 -99
- package/source/css/_page/error.styl +130 -146
- package/source/css/_page/home.styl +41 -50
- package/source/css/_page/index.styl +42 -10
- package/source/css/_page/links.styl +305 -0
- package/source/css/_page/moment.styl +51 -51
- package/source/css/_page/music.styl +506 -0
- package/source/css/_page/rss.styl +62 -67
- package/source/css/_page/says.styl +375 -344
- package/source/css/_page/tag.styl +15 -13
- package/source/css/_widgets/{aside → _aside}/flip.styl +7 -5
- package/source/css/_widgets/{aside → _aside}/history.styl +9 -2
- package/source/css/_widgets/_aside/index.styl +96 -0
- package/source/css/_widgets/{aside → _aside}/info.styl +86 -89
- package/source/css/_widgets/{aside → _aside}/newPost.styl +7 -1
- package/source/css/_widgets/{aside → _aside}/toc.styl +28 -5
- package/source/css/_widgets/{comment → _comment}/index.styl +4 -12
- package/source/css/_widgets/{comment → _comment}/twikoo.styl +5 -2
- package/source/css/_widgets/{comment → _comment}/waline.styl +21 -5
- package/source/css/{_extra → _widgets/_extra}/console.styl +33 -10
- package/source/css/_widgets/_extra/fullpage.styl +46 -0
- package/source/css/_widgets/_extra/music.styl +218 -0
- package/source/css/_widgets/_extra/pace.styl +39 -0
- package/source/css/_widgets/_extra/rightmenu.styl +78 -0
- package/source/css/_widgets/_mixins/article-sort.styl +93 -0
- package/source/css/_widgets/_mixins/footer.styl +273 -0
- package/source/css/_widgets/_mixins/other.styl +34 -0
- package/source/css/_widgets/_mixins/sidebar.styl +230 -0
- package/source/css/_widgets/_post/_highlight/diff.styl +75 -0
- package/source/css/_widgets/_post/_highlight/index.styl +144 -0
- package/source/css/_widgets/_post/_highlight/theme/default.styl +12 -0
- package/source/css/_widgets/_post/_highlight/theme/mac.styl +25 -0
- package/source/css/_widgets/_post/_highlight/theme.styl +68 -0
- package/source/css/_widgets/_post/commentBarrage.styl +144 -0
- package/source/css/_widgets/_post/content.styl +152 -0
- package/source/css/_widgets/_post/copyright.styl +98 -0
- package/source/css/_widgets/_post/index.styl +20 -0
- package/source/css/_widgets/_post/meta.styl +420 -0
- package/source/css/_widgets/_post/pagination.styl +177 -0
- package/source/css/_widgets/_post/postAI.styl +131 -0
- package/source/css/{_post → _widgets/_post}/relatedPost.styl +4 -1
- package/source/css/_widgets/_post/tools.styl +249 -0
- package/source/css/{_search → _widgets/_search}/algolia-search.styl +4 -0
- package/source/css/{_search → _widgets/_search}/local-search.styl +15 -5
- package/source/css/_widgets/_tags/button.styl +60 -0
- package/source/css/_widgets/_tags/bvideo.styl +8 -0
- package/source/css/_widgets/_tags/card.styl +52 -0
- package/source/css/_widgets/_tags/checkbox.styl +85 -0
- package/source/css/_widgets/_tags/fold.styl +79 -0
- package/source/css/_widgets/_tags/image.styl +10 -0
- package/source/css/_widgets/_tags/index.styl +61 -0
- package/source/css/_widgets/_tags/inline-image.styl +6 -0
- package/source/css/_widgets/_tags/label.styl +3 -0
- package/source/css/_widgets/_tags/link.styl +80 -0
- package/source/css/_widgets/_tags/note.styl +101 -0
- package/source/css/_widgets/_tags/span.styl +61 -0
- package/source/css/_widgets/_tags/tabs.styl +105 -0
- package/source/css/_widgets/_tags/timeline.styl +80 -0
- package/source/css/_widgets/index.styl +50 -1
- package/source/css/index.styl +0 -25
- package/source/js/{commentBarrage.js → extend/comment/twikoo/commentBarrage.js} +0 -4
- package/source/js/extend/comment/{twikoo.js → twikoo/twikoo.js} +12 -40
- package/source/js/extend/comment/waline/commentBarrage.js +155 -0
- package/source/js/extend/comment/{waline.js → waline/waline.js} +10 -11
- package/source/js/extend/search/algolia-search.js +1 -5
- package/source/js/extend/search/local-search.js +33 -13
- package/source/js/main.js +144 -163
- package/source/js/music.js +129 -0
- package/source/js/utils.js +4 -7
- package/source/lib/cover-color.min.js +7 -0
- package/source/lib/rightside.min.js +1 -0
- package/source/lib/sco-ai.min.js +8 -0
- package/source/lib/snackbar.min.css +1 -1
- package/source/lib/txmap.min.js +1 -0
- package/source/lib/view-image.min.js +1 -1
- package/layout/includes/widgets/aside/asidePower.pug +0 -19
- package/layout/includes/widgets/home/rencentPost.pug +0 -26
- package/source/css/_extra/rightmenu.styl +0 -83
- package/source/css/_layout/articleSort.styl +0 -199
- package/source/css/_layout/footer.styl +0 -359
- package/source/css/_layout/sidebar.styl +0 -226
- package/source/css/_page/homeTop.styl +0 -1035
- package/source/css/_page/link.styl +0 -433
- package/source/css/_post/commentBarrage.styl +0 -149
- package/source/css/_post/externalTags.styl +0 -694
- package/source/css/_post/highlight.styl +0 -96
- package/source/css/_post/index.styl +0 -935
- package/source/css/_post/pagination.styl +0 -467
- package/source/css/_post/postContent.styl +0 -957
- package/source/css/_post/reward.styl +0 -217
- package/source/css/_widgets/aside/index.styl +0 -156
- package/source/css/_widgets/aside/power.styl +0 -90
- package/source/img/logo-horizontal_version.png +0 -0
- package/source/img/pwa/16.png +0 -0
- package/source/img/pwa/180.png +0 -0
- package/source/img/pwa/192.png +0 -0
- package/source/img/pwa/32.png +0 -0
- package/source/img/pwa/512.png +0 -0
- package/source/img/pwa/logo.png +0 -0
- package/source/img/pwa/siteicon/splash-1125x2436.png +0 -0
- package/source/img/pwa/siteicon/splash-1136x640.png +0 -0
- package/source/img/pwa/siteicon/splash-1170x2532.png +0 -0
- package/source/img/pwa/siteicon/splash-1179x2556.png +0 -0
- package/source/img/pwa/siteicon/splash-1242x2208.png +0 -0
- package/source/img/pwa/siteicon/splash-1242x2688.png +0 -0
- package/source/img/pwa/siteicon/splash-1248x2778.png +0 -0
- package/source/img/pwa/siteicon/splash-1290x2796.png +0 -0
- package/source/img/pwa/siteicon/splash-1334x750.png +0 -0
- package/source/img/pwa/siteicon/splash-1536x2048.png +0 -0
- package/source/img/pwa/siteicon/splash-1620x2160.png +0 -0
- package/source/img/pwa/siteicon/splash-1668x2224.png +0 -0
- package/source/img/pwa/siteicon/splash-1668x2388.png +0 -0
- package/source/img/pwa/siteicon/splash-1792x828.png +0 -0
- package/source/img/pwa/siteicon/splash-2048x1536.png +0 -0
- package/source/img/pwa/siteicon/splash-2048x2732.png +0 -0
- package/source/img/pwa/siteicon/splash-2160x1620.png +0 -0
- package/source/img/pwa/siteicon/splash-2208x1242.png +0 -0
- package/source/img/pwa/siteicon/splash-2224x1668.png +0 -0
- package/source/img/pwa/siteicon/splash-2388x1668.png +0 -0
- package/source/img/pwa/siteicon/splash-2436x1125.png +0 -0
- package/source/img/pwa/siteicon/splash-2532x1170.png +0 -0
- package/source/img/pwa/siteicon/splash-2556x1179.png +0 -0
- package/source/img/pwa/siteicon/splash-2688x1242.png +0 -0
- package/source/img/pwa/siteicon/splash-2732x2048.png +0 -0
- package/source/img/pwa/siteicon/splash-2778x1248.png +0 -0
- package/source/img/pwa/siteicon/splash-2796x1290.png +0 -0
- package/source/img/pwa/siteicon/splash-640x1136.png +0 -0
- package/source/img/pwa/siteicon/splash-750x1334.png +0 -0
- package/source/img/pwa/siteicon/splash-828x1792.png +0 -0
- package/source/img/solitude-show.jpg +0 -0
- package/source/js/extend/covercolor/local.js +0 -160
- package/source/js/rightside.js +0 -402
- package/source/js/txmap.js +0 -236
- package/source/lib/chuckle-post-ai.js +0 -1
- /package/source/css/_widgets/{aside → _aside}/allinfo.styl +0 -0
- /package/source/css/_widgets/{aside → _aside}/welcome.styl +0 -0
- /package/source/img/{theme/avatar.png → avatar.png} +0 -0
@@ -1,347 +1,378 @@
|
|
1
1
|
if hexo-config('says.home_mini')
|
2
|
-
|
3
|
-
|
4
|
-
|
5
|
-
|
6
|
-
|
7
|
-
|
8
|
-
|
9
|
-
|
10
|
-
|
11
|
-
|
12
|
-
|
13
|
-
|
14
|
-
|
15
|
-
|
16
|
-
|
17
|
-
|
18
|
-
|
19
|
-
|
20
|
-
|
2
|
+
#bbTimeList
|
3
|
+
background var(--sco-card-bg)
|
4
|
+
border-radius 12px
|
5
|
+
display flex
|
6
|
+
white-space nowrap
|
7
|
+
overflow hidden
|
8
|
+
margin-bottom 1rem
|
9
|
+
border var(--style-border)
|
10
|
+
transition .3s
|
11
|
+
height 50px
|
12
|
+
width 100%
|
13
|
+
justify-content space-between
|
14
|
+
-webkit-user-select none
|
15
|
+
align-items center
|
16
|
+
padding .5rem 1rem
|
17
|
+
|
18
|
+
+maxWidth1300()
|
19
|
+
margin-bottom 1rem
|
20
|
+
animation slide-in .6s 0s backwards
|
21
|
+
|
22
|
+
+minWidth1300()
|
23
|
+
margin-bottom .5rem
|
24
|
+
animation slide-in .6s 0s backwards
|
25
|
+
&:hover
|
26
|
+
border var(--style-border-hover)
|
27
|
+
box-shadow var(--sco-shadow-main)
|
28
|
+
|
29
|
+
+maxWidth768()
|
30
|
+
margin 0
|
31
|
+
background var(--sco-background)
|
32
|
+
border none
|
33
|
+
i.bber-logo,
|
34
|
+
i.bber-gotobb
|
35
|
+
transition .3s
|
36
|
+
cursor pointer
|
37
|
+
|
38
|
+
&:hover
|
39
|
+
opacity .8
|
40
|
+
color var(--sco-theme)
|
41
|
+
|
42
|
+
i.bber-logo
|
43
|
+
font-size 2rem
|
44
|
+
margin-right 1rem
|
45
|
+
|
46
|
+
i.bber-gotobb
|
47
|
+
font-size 16px
|
48
|
+
margin-left 1rem
|
21
49
|
|
22
50
|
if hexo-config('says.enable')
|
23
|
-
|
24
|
-
|
25
|
-
|
26
|
-
|
27
|
-
|
28
|
-
|
29
|
-
|
30
|
-
|
31
|
-
|
32
|
-
|
33
|
-
|
34
|
-
|
35
|
-
|
36
|
-
|
37
|
-
|
38
|
-
|
39
|
-
|
40
|
-
|
41
|
-
|
42
|
-
|
43
|
-
|
44
|
-
|
45
|
-
|
46
|
-
|
47
|
-
|
48
|
-
|
49
|
-
|
50
|
-
|
51
|
-
|
52
|
-
|
53
|
-
|
54
|
-
|
55
|
-
|
56
|
-
|
57
|
-
|
58
|
-
|
59
|
-
|
60
|
-
|
61
|
-
|
62
|
-
|
63
|
-
|
64
|
-
|
65
|
-
|
66
|
-
|
67
|
-
|
68
|
-
|
69
|
-
|
70
|
-
|
71
|
-
|
72
|
-
|
73
|
-
|
74
|
-
|
75
|
-
|
76
|
-
|
77
|
-
|
78
|
-
|
79
|
-
|
80
|
-
|
81
|
-
|
82
|
-
|
83
|
-
|
84
|
-
|
85
|
-
|
86
|
-
|
87
|
-
|
88
|
-
|
89
|
-
|
90
|
-
|
91
|
-
|
92
|
-
|
93
|
-
|
94
|
-
|
95
|
-
|
96
|
-
|
97
|
-
|
98
|
-
|
99
|
-
|
100
|
-
|
101
|
-
|
102
|
-
|
103
|
-
|
104
|
-
|
105
|
-
|
106
|
-
|
107
|
-
|
108
|
-
|
109
|
-
|
110
|
-
|
111
|
-
|
112
|
-
|
113
|
-
|
114
|
-
|
115
|
-
|
116
|
-
|
117
|
-
|
118
|
-
|
119
|
-
|
120
|
-
|
121
|
-
|
122
|
-
|
123
|
-
|
124
|
-
|
125
|
-
|
126
|
-
|
127
|
-
|
128
|
-
|
129
|
-
|
130
|
-
|
131
|
-
|
132
|
-
|
133
|
-
|
134
|
-
|
135
|
-
|
136
|
-
|
137
|
-
|
138
|
-
|
139
|
-
|
140
|
-
|
141
|
-
|
142
|
-
|
143
|
-
|
144
|
-
|
145
|
-
|
146
|
-
|
147
|
-
|
148
|
-
|
149
|
-
|
150
|
-
|
151
|
-
|
152
|
-
|
153
|
-
|
154
|
-
|
155
|
-
|
156
|
-
|
157
|
-
|
158
|
-
|
159
|
-
|
160
|
-
|
161
|
-
|
162
|
-
|
163
|
-
|
164
|
-
|
165
|
-
|
166
|
-
|
167
|
-
|
168
|
-
|
169
|
-
|
170
|
-
|
171
|
-
|
172
|
-
|
173
|
-
|
174
|
-
|
175
|
-
|
176
|
-
|
177
|
-
|
178
|
-
|
179
|
-
|
180
|
-
|
181
|
-
|
182
|
-
|
183
|
-
|
184
|
-
|
185
|
-
|
186
|
-
|
187
|
-
|
188
|
-
|
189
|
-
|
190
|
-
|
191
|
-
|
192
|
-
|
193
|
-
|
194
|
-
|
195
|
-
|
196
|
-
|
197
|
-
|
198
|
-
|
199
|
-
|
200
|
-
|
201
|
-
|
202
|
-
|
203
|
-
|
204
|
-
|
205
|
-
|
206
|
-
|
207
|
-
|
208
|
-
|
209
|
-
|
210
|
-
|
211
|
-
|
212
|
-
|
213
|
-
|
214
|
-
|
215
|
-
|
216
|
-
|
217
|
-
|
218
|
-
|
219
|
-
|
220
|
-
|
221
|
-
|
222
|
-
|
223
|
-
|
224
|
-
|
225
|
-
|
226
|
-
|
227
|
-
|
228
|
-
|
229
|
-
|
230
|
-
|
231
|
-
|
232
|
-
|
233
|
-
|
234
|
-
|
235
|
-
|
236
|
-
|
237
|
-
|
238
|
-
|
239
|
-
|
240
|
-
|
241
|
-
|
242
|
-
|
243
|
-
|
244
|
-
|
245
|
-
|
246
|
-
|
247
|
-
|
248
|
-
|
249
|
-
|
250
|
-
|
251
|
-
|
252
|
-
|
253
|
-
|
254
|
-
|
255
|
-
|
256
|
-
|
257
|
-
|
258
|
-
|
259
|
-
|
260
|
-
|
261
|
-
|
262
|
-
|
263
|
-
|
264
|
-
|
265
|
-
|
266
|
-
|
267
|
-
|
268
|
-
|
269
|
-
|
270
|
-
|
271
|
-
|
272
|
-
|
273
|
-
|
274
|
-
|
275
|
-
|
276
|
-
|
277
|
-
|
278
|
-
|
279
|
-
|
280
|
-
|
281
|
-
|
282
|
-
|
283
|
-
|
284
|
-
|
285
|
-
|
286
|
-
|
287
|
-
|
288
|
-
|
289
|
-
|
290
|
-
|
291
|
-
|
292
|
-
|
293
|
-
|
294
|
-
|
295
|
-
|
296
|
-
|
297
|
-
|
298
|
-
|
299
|
-
|
300
|
-
|
301
|
-
|
302
|
-
|
303
|
-
|
304
|
-
|
305
|
-
|
306
|
-
|
307
|
-
|
308
|
-
|
309
|
-
|
310
|
-
|
311
|
-
|
312
|
-
|
313
|
-
|
314
|
-
|
315
|
-
|
316
|
-
|
317
|
-
|
318
|
-
|
319
|
-
|
320
|
-
|
321
|
-
|
322
|
-
|
323
|
-
|
324
|
-
|
325
|
-
|
326
|
-
|
327
|
-
|
328
|
-
|
329
|
-
|
330
|
-
|
331
|
-
|
332
|
-
|
333
|
-
|
334
|
-
|
335
|
-
|
336
|
-
|
337
|
-
|
338
|
-
|
339
|
-
|
340
|
-
|
341
|
-
|
342
|
-
|
343
|
-
|
344
|
-
|
345
|
-
|
346
|
-
|
347
|
-
|
51
|
+
#bber
|
52
|
+
margin-top 1rem
|
53
|
+
width 100%
|
54
|
+
|
55
|
+
if hexo-config('says.style') == 2
|
56
|
+
.meta
|
57
|
+
display flex
|
58
|
+
align-items center
|
59
|
+
line-height 1.5
|
60
|
+
position relative
|
61
|
+
width 100%
|
62
|
+
margin-bottom 4px
|
63
|
+
|
64
|
+
.avatar
|
65
|
+
margin 0
|
66
|
+
width 50px
|
67
|
+
height 50px
|
68
|
+
border-radius 10px
|
69
|
+
|
70
|
+
.info
|
71
|
+
display flex
|
72
|
+
flex-direction column
|
73
|
+
margin-left 10px
|
74
|
+
|
75
|
+
span.bber_nick
|
76
|
+
color #6dbdc3
|
77
|
+
font-size .9rem
|
78
|
+
|
79
|
+
time.bber_date
|
80
|
+
font-size 14px
|
81
|
+
opacity .6
|
82
|
+
|
83
|
+
.goComment
|
84
|
+
position: absolute
|
85
|
+
top: 0
|
86
|
+
right: 0
|
87
|
+
|
88
|
+
div
|
89
|
+
&.bber-content
|
90
|
+
display flex
|
91
|
+
flex-direction initial
|
92
|
+
flex-wrap wrap
|
93
|
+
border-radius 12px
|
94
|
+
width 100%
|
95
|
+
height 100%
|
96
|
+
|
97
|
+
& > section
|
98
|
+
& > ul
|
99
|
+
& > li
|
100
|
+
&.item
|
101
|
+
margin-bottom 1rem
|
102
|
+
|
103
|
+
if hexo-config('says.style') == 1
|
104
|
+
.bber-bottom
|
105
|
+
display flex
|
106
|
+
justify-content space-between
|
107
|
+
width 100%
|
108
|
+
-webkit-user-select none
|
109
|
+
user-select none
|
110
|
+
|
111
|
+
.bber-info
|
112
|
+
display flex
|
113
|
+
align-items center
|
114
|
+
|
115
|
+
.fa-rectangles-mixed
|
116
|
+
margin-right 8px
|
117
|
+
|
118
|
+
.bber-info-time
|
119
|
+
color var(--sco-fontcolor)
|
120
|
+
font-size .7rem
|
121
|
+
background-color var(--sco-gray-op)
|
122
|
+
padding 0 8px
|
123
|
+
border-radius 20px
|
124
|
+
cursor default
|
125
|
+
display flex
|
126
|
+
align-items center
|
127
|
+
|
128
|
+
i
|
129
|
+
margin-right 8px
|
130
|
+
font-size 16px
|
131
|
+
|
132
|
+
.datafrom
|
133
|
+
order 2
|
134
|
+
color var(--sco-secondtext)
|
135
|
+
font-size .7rem
|
136
|
+
margin-left 8px
|
137
|
+
|
138
|
+
small
|
139
|
+
font-size .7rem
|
140
|
+
|
141
|
+
.bber-content-link
|
142
|
+
display flex
|
143
|
+
margin-left .5rem
|
144
|
+
color var(--sco-secondtext)
|
145
|
+
font-size .7rem
|
146
|
+
align-items center
|
147
|
+
background-color rgba(245, 108, 108, .13)
|
148
|
+
padding 0 8px
|
149
|
+
border-radius 20px
|
150
|
+
|
151
|
+
&:hover
|
152
|
+
background-color var(--sco-main)
|
153
|
+
color var(--sco-white)
|
154
|
+
|
155
|
+
i
|
156
|
+
margin-right 3px
|
157
|
+
font-size 16px
|
158
|
+
|
159
|
+
.count
|
160
|
+
color var(--sco-secondtext)
|
161
|
+
font-size .8rem
|
162
|
+
|
163
|
+
p
|
164
|
+
margin 0
|
165
|
+
|
166
|
+
.datafrom
|
167
|
+
i
|
168
|
+
margin-right 4px
|
169
|
+
|
170
|
+
.bber-music
|
171
|
+
width 100%
|
172
|
+
height 90px
|
173
|
+
margin .5rem 0
|
174
|
+
border-radius 8px
|
175
|
+
overflow hidden
|
176
|
+
border var(--style-border-always)
|
177
|
+
background var(--sco-secondbg)
|
178
|
+
|
179
|
+
.aplayer-lrc
|
180
|
+
display none
|
181
|
+
|
182
|
+
.aplayer
|
183
|
+
margin 0
|
184
|
+
|
185
|
+
.aplayer-info
|
186
|
+
.aplayer-music
|
187
|
+
height 23px
|
188
|
+
|
189
|
+
.aplayer-title
|
190
|
+
font-size .8rem
|
191
|
+
font-weight 700
|
192
|
+
margin 0
|
193
|
+
color var(--sco-black)
|
194
|
+
|
195
|
+
.aplayer-controller
|
196
|
+
align-items center
|
197
|
+
|
198
|
+
.aplayer-bar-wrap
|
199
|
+
padding 0
|
200
|
+
|
201
|
+
.aplayer-bar
|
202
|
+
background var(--sco-gray)
|
203
|
+
height 8px
|
204
|
+
border-radius 12px
|
205
|
+
transition .3s
|
206
|
+
overflow hidden
|
207
|
+
|
208
|
+
.aplayer-played
|
209
|
+
height 100%
|
210
|
+
border-radius 12px
|
211
|
+
|
212
|
+
.aplayer-thumb
|
213
|
+
display none
|
214
|
+
|
215
|
+
.aplayer-loaded
|
216
|
+
height 100%
|
217
|
+
border-radius 12px
|
218
|
+
|
219
|
+
&:hover
|
220
|
+
.aplayer-bar
|
221
|
+
height 12px
|
222
|
+
|
223
|
+
.aplayer-time
|
224
|
+
position initial
|
225
|
+
|
226
|
+
&.aplayer-withlrc
|
227
|
+
.aplayer-pic
|
228
|
+
height 82px
|
229
|
+
width 82px
|
230
|
+
margin 4px
|
231
|
+
border-radius 4px
|
232
|
+
|
233
|
+
.bber-video
|
234
|
+
position relative
|
235
|
+
padding 30% 50%
|
236
|
+
margin 0.5rem 0
|
237
|
+
|
238
|
+
.bber-content-img
|
239
|
+
height 100px
|
240
|
+
margin auto
|
241
|
+
margin-top 0.2rem
|
242
|
+
margin-bottom 0.3rem
|
243
|
+
margin-left 0
|
244
|
+
border-radius 12px
|
245
|
+
overflow hidden
|
246
|
+
display flex
|
247
|
+
position relative
|
248
|
+
|
249
|
+
img
|
250
|
+
margin-right 10px
|
251
|
+
object-fit cover
|
252
|
+
max-height 100%
|
253
|
+
border-radius 12px
|
254
|
+
min-height 100px
|
255
|
+
height 100px
|
256
|
+
|
257
|
+
.bber-content
|
258
|
+
.datacont
|
259
|
+
order 0
|
260
|
+
font-size .8rem
|
261
|
+
font-weight 700
|
262
|
+
color var(--sco-fontcolor)
|
263
|
+
width 100%
|
264
|
+
line-height 1.38
|
265
|
+
border-radius 12px
|
266
|
+
margin-bottom .5rem
|
267
|
+
display flex
|
268
|
+
flex-direction column
|
269
|
+
text-align justify
|
270
|
+
|
271
|
+
.timeline
|
272
|
+
#waterfall
|
273
|
+
opacity 0
|
274
|
+
transition .3s
|
275
|
+
|
276
|
+
&.show
|
277
|
+
opacity 1
|
278
|
+
|
279
|
+
ul
|
280
|
+
li
|
281
|
+
&.item
|
282
|
+
position relative
|
283
|
+
width 32%
|
284
|
+
border var(--style-border-always)
|
285
|
+
border-radius 12px
|
286
|
+
padding 1rem 1rem .5rem
|
287
|
+
transition .3s
|
288
|
+
display flex
|
289
|
+
flex-direction column
|
290
|
+
flex-wrap nowrap
|
291
|
+
justify-content space-between
|
292
|
+
align-items flex-start
|
293
|
+
background var(--sco-card-bg)
|
294
|
+
box-shadow var(--sco-shadow-border)
|
295
|
+
margin-right 2%
|
296
|
+
|
297
|
+
+maxWidth1300()
|
298
|
+
width 49%
|
299
|
+
margin-right 1%
|
300
|
+
|
301
|
+
+maxWidth768()
|
302
|
+
width 100%
|
303
|
+
margin-right 0
|
304
|
+
padding 16px 20px
|
305
|
+
|
306
|
+
hr
|
307
|
+
display flex
|
308
|
+
position relative
|
309
|
+
margin 8px 0
|
310
|
+
border 1px dashed var(--sco-theme-op)
|
311
|
+
width 100%
|
312
|
+
|
313
|
+
&:hover
|
314
|
+
border var(--style-border-hover)
|
315
|
+
|
316
|
+
ul
|
317
|
+
&.list
|
318
|
+
display flex
|
319
|
+
flex-direction row
|
320
|
+
flex-wrap wrap
|
321
|
+
justify-content space-between
|
322
|
+
|
323
|
+
li
|
324
|
+
&.item
|
325
|
+
display flex
|
326
|
+
flex-direction column
|
327
|
+
flex-wrap nowrap
|
328
|
+
align-items flex-start
|
329
|
+
|
330
|
+
#bber .bber-video video,
|
331
|
+
#bber .bber-video iframe
|
332
|
+
position absolute
|
333
|
+
width 100%
|
334
|
+
height 100%
|
335
|
+
left 0
|
336
|
+
top 0
|
337
|
+
margin 0
|
338
|
+
border-radius 8px
|
339
|
+
border var(--style-border)
|
340
|
+
|
341
|
+
#bber-tips
|
342
|
+
font-size 14px
|
343
|
+
display flex
|
344
|
+
justify-content center
|
345
|
+
margin-top 1rem
|
346
|
+
color var(--sco-secondtext)
|
347
|
+
|
348
|
+
#bber-talk
|
349
|
+
width 100%
|
350
|
+
height 25px
|
351
|
+
line-height 25px
|
352
|
+
display flex
|
353
|
+
flex-direction column
|
354
|
+
|
355
|
+
.li-style
|
356
|
+
width auto
|
357
|
+
max-width 100%
|
358
|
+
height 25px
|
359
|
+
text-align center
|
360
|
+
overflow hidden
|
361
|
+
text-overflow ellipsis
|
362
|
+
transition .3s
|
363
|
+
font-weight 700
|
364
|
+
margin auto
|
365
|
+
cursor pointer
|
366
|
+
white-space nowrap
|
367
|
+
|
368
|
+
#bbtalk
|
369
|
+
overflow hidden
|
370
|
+
width 100%
|
371
|
+
text-overflow ellipsis
|
372
|
+
white-space nowrap
|
373
|
+
|
374
|
+
#bbTimeList
|
375
|
+
.li-style
|
376
|
+
&:hover
|
377
|
+
color var(--sco-theme)
|
378
|
+
transition .3s
|