hexo-theme-solitude 1.3.1 → 1.4.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.
Files changed (274) hide show
  1. package/.github/FUNDING.yml +13 -0
  2. package/.github/ISSUE_TEMPLATE/bug_report.yml +107 -0
  3. package/.github/ISSUE_TEMPLATE/config.yml +13 -0
  4. package/.github/ISSUE_TEMPLATE/feature_request.yml +14 -0
  5. package/.github/workflows/npm-publish.yml +21 -0
  6. package/CONTRIBUTING.md +0 -0
  7. package/LICENSE +0 -0
  8. package/README.md +60 -43
  9. package/README_EN.md +60 -42
  10. package/_config.yml +602 -451
  11. package/languages/en-US.yml +4 -24
  12. package/languages/zh-CN.yml +4 -24
  13. package/layout/404.pug +1 -1
  14. package/layout/archive.pug +0 -0
  15. package/layout/category.pug +0 -0
  16. package/layout/includes/body/mode.pug +1 -6
  17. package/layout/includes/console.pug +3 -3
  18. package/layout/includes/footer.pug +16 -15
  19. package/layout/includes/head/config.pug +38 -30
  20. package/layout/includes/head/opengraph.pug +0 -0
  21. package/layout/includes/head/pwa.pug +5 -44
  22. package/layout/includes/head.pug +4 -2
  23. package/layout/includes/header.pug +0 -0
  24. package/layout/includes/inject/body.pug +114 -65
  25. package/layout/includes/inject/head.pug +11 -46
  26. package/layout/includes/layout.pug +1 -2
  27. package/layout/includes/loading.pug +0 -0
  28. package/layout/includes/mixins/articleSort.pug +0 -0
  29. package/layout/includes/mixins/pagination.pug +0 -0
  30. package/layout/includes/nav.pug +1 -1
  31. package/layout/includes/page/about.pug +1 -1
  32. package/layout/includes/page/categories.pug +0 -0
  33. package/layout/includes/page/default.pug +0 -0
  34. package/layout/includes/page/equipment.pug +0 -0
  35. package/layout/includes/page/links.pug +2 -2
  36. package/layout/includes/page/music.pug +0 -0
  37. package/layout/includes/page/not_configured.pug +0 -0
  38. package/layout/includes/page/rss.pug +3 -3
  39. package/layout/includes/page/says.pug +15 -15
  40. package/layout/includes/page/tags.pug +0 -0
  41. package/layout/includes/page/tlink.pug +1 -0
  42. package/layout/includes/recent-posts.pug +0 -0
  43. package/layout/includes/sidebar.pug +0 -0
  44. package/layout/includes/widgets/aside/aside.pug +6 -6
  45. package/layout/includes/widgets/aside/asideAllInfo.pug +0 -0
  46. package/layout/includes/widgets/aside/asideArchive.pug +0 -0
  47. package/layout/includes/widgets/aside/asideCustom.pug +1 -1
  48. package/layout/includes/widgets/aside/asideFlipCard.pug +0 -0
  49. package/layout/includes/widgets/aside/asideInfoCard.pug +3 -3
  50. package/layout/includes/widgets/aside/asideNewestPost.pug +0 -0
  51. package/layout/includes/widgets/aside/asideSwitch.pug +0 -4
  52. package/layout/includes/widgets/aside/asideTag.pug +1 -1
  53. package/layout/includes/widgets/aside/asideToc.pug +0 -0
  54. package/layout/includes/widgets/aside/asideWebInfo.pug +2 -2
  55. package/layout/includes/widgets/home/banner.pug +0 -0
  56. package/layout/includes/widgets/home/bb/json.pug +22 -0
  57. package/layout/includes/widgets/home/bb/local.pug +17 -0
  58. package/layout/includes/widgets/home/bb/memos.pug +25 -0
  59. package/layout/includes/widgets/home/bbTimeList.pug +11 -7
  60. package/layout/includes/widgets/home/categoryBar.pug +0 -0
  61. package/layout/includes/widgets/home/categoryGroup.pug +1 -1
  62. package/layout/includes/widgets/home/hometop.pug +0 -0
  63. package/layout/includes/widgets/home/postList.pug +0 -0
  64. package/layout/includes/widgets/home/topGroup.pug +0 -0
  65. package/layout/includes/widgets/nav/left.pug +0 -0
  66. package/layout/includes/widgets/nav/menu.pug +1 -1
  67. package/layout/includes/widgets/nav/right.pug +6 -5
  68. package/layout/includes/widgets/page/about/authorinfo.pug +10 -9
  69. package/layout/includes/widgets/page/about/award.pug +0 -0
  70. package/layout/includes/widgets/page/about/contentinfo.pug +35 -34
  71. package/layout/includes/widgets/page/about/hobbies.pug +21 -17
  72. package/layout/includes/widgets/page/about/motto.pug +17 -16
  73. package/layout/includes/widgets/page/about/other.pug +16 -16
  74. package/layout/includes/widgets/page/about/personalities.pug +15 -14
  75. package/layout/includes/widgets/page/about/skillsinfo.pug +37 -36
  76. package/layout/includes/widgets/page/about/tenyear.pug +0 -0
  77. package/layout/includes/widgets/page/banner.pug +9 -3
  78. package/layout/includes/widgets/page/equipment/content.pug +0 -0
  79. package/layout/includes/widgets/page/links/banner.pug +14 -12
  80. package/layout/includes/widgets/page/links/linksCard.pug +4 -6
  81. package/layout/includes/widgets/page/links/linksDiscn.pug +8 -0
  82. package/layout/includes/widgets/page/links/linksItem.pug +4 -6
  83. package/layout/includes/widgets/page/says/json.pug +78 -0
  84. package/layout/includes/widgets/page/says/local.pug +44 -0
  85. package/layout/includes/widgets/page/says/memos.pug +107 -0
  86. package/layout/includes/widgets/post/award.pug +0 -0
  87. package/layout/includes/widgets/post/copyright.pug +2 -2
  88. package/layout/includes/widgets/post/post-ai.pug +12 -0
  89. package/layout/includes/widgets/post/postMeta.pug +2 -2
  90. package/layout/includes/widgets/post/postNav.pug +0 -0
  91. package/layout/includes/widgets/post/wave.pug +0 -0
  92. package/layout/includes/widgets/randomlink.pug +1 -1
  93. package/layout/includes/widgets/rightside/index.pug +6 -5
  94. package/layout/includes/widgets/third-party/comments/comment.pug +1 -5
  95. package/layout/includes/widgets/third-party/comments/twikoo.pug +1 -1
  96. package/layout/includes/widgets/third-party/comments/waline.pug +9 -11
  97. package/layout/includes/widgets/third-party/music.pug +1 -1
  98. package/layout/includes/widgets/third-party/news-comment/newest-comment.pug +6 -0
  99. package/layout/includes/widgets/third-party/news-comment/twikoo.pug +70 -0
  100. package/layout/includes/widgets/third-party/news-comment/waline.pug +64 -0
  101. package/layout/includes/widgets/third-party/pjax.pug +0 -0
  102. package/layout/includes/widgets/third-party/search/algolia-search.pug +0 -0
  103. package/layout/includes/widgets/third-party/search/index.pug +8 -7
  104. package/layout/includes/widgets/third-party/search/local-search.pug +0 -0
  105. package/layout/index.pug +3 -3
  106. package/layout/page.pug +0 -4
  107. package/layout/post.pug +2 -2
  108. package/layout/tag.pug +0 -0
  109. package/package.json +18 -9
  110. package/plugins.yml +109 -0
  111. package/scripts/event/cdn.js +129 -0
  112. package/scripts/event/init.js +0 -0
  113. package/scripts/event/page.js +1 -21
  114. package/scripts/event/welcome.js +1 -1
  115. package/scripts/filter/checkThemeConfig.js +0 -0
  116. package/scripts/filter/default.js +0 -0
  117. package/scripts/filter/lazyload.js +1 -1
  118. package/scripts/filter/randomPosts.js +0 -0
  119. package/scripts/helper/cdn.js +0 -0
  120. package/scripts/helper/getArchiveLength.js +0 -0
  121. package/scripts/helper/page.js +0 -0
  122. package/scripts/helper/related_post.js +0 -0
  123. package/scripts/helper/stylus.js +0 -0
  124. package/scripts/tags/button.js +0 -0
  125. package/scripts/tags/bvideo.js +0 -0
  126. package/scripts/tags/card.js +0 -0
  127. package/scripts/tags/checkbox.js +0 -0
  128. package/scripts/tags/fold.js +0 -0
  129. package/scripts/tags/image.js +0 -0
  130. package/scripts/tags/inline-image.js +0 -0
  131. package/scripts/tags/label.js +0 -0
  132. package/scripts/tags/link.js +0 -0
  133. package/scripts/tags/media.js +0 -0
  134. package/scripts/tags/note.js +0 -0
  135. package/scripts/tags/span.js +0 -0
  136. package/scripts/tags/tabs.js +0 -0
  137. package/scripts/tags/timeline.js +0 -0
  138. package/scripts/tags/u.js +0 -0
  139. package/source/css/_global/animation.css +0 -0
  140. package/source/css/_global/function.styl +42 -42
  141. package/source/css/_global/index.styl +1 -1
  142. package/source/css/_global/var.styl +0 -0
  143. package/source/css/_layout/basic.styl +16 -13
  144. package/source/css/_layout/header.styl +7 -2
  145. package/source/css/_layout/index.styl +59 -5
  146. package/source/css/_mode/index.styl +1 -17
  147. package/source/css/_page/_home/category-bar.styl +0 -0
  148. package/source/css/_page/_home/home-top.styl +10 -31
  149. package/source/css/_page/_home/index.styl +0 -0
  150. package/source/css/_page/_home/pagination.styl +3 -0
  151. package/source/css/_page/_home/recent-post.styl +10 -3
  152. package/source/css/_page/about/author.styl +94 -0
  153. package/source/css/_page/about/buff.styl +34 -0
  154. package/source/css/_page/about/careers.styl +27 -0
  155. package/source/css/_page/about/contentinfo.styl +78 -0
  156. package/source/css/_page/about/game.styl +41 -0
  157. package/source/css/_page/about/index.styl +39 -1
  158. package/source/css/_page/about/like.styl +29 -0
  159. package/source/css/_page/about/maxim.styl +23 -0
  160. package/source/css/_page/about/myphoto.styl +34 -0
  161. package/source/css/_page/about/oneself.styl +91 -0
  162. package/source/css/_page/about/personalities.styl +25 -0
  163. package/source/css/_page/about/reward.styl +113 -0
  164. package/source/css/_page/about/skills.styl +75 -0
  165. package/source/css/_page/about/statistic.styl +55 -0
  166. package/source/css/_page/about/tenyear.styl +0 -0
  167. package/source/css/_page/category.styl +0 -0
  168. package/source/css/_page/douban.styl +0 -1
  169. package/source/css/_page/equipment.styl +0 -0
  170. package/source/css/_page/error.styl +0 -0
  171. package/source/css/_page/home.styl +0 -0
  172. package/source/css/_page/index.styl +20 -5
  173. package/source/css/_page/links.styl +84 -49
  174. package/source/css/_page/moment.styl +0 -0
  175. package/source/css/_page/music.styl +0 -0
  176. package/source/css/_page/rss.styl +0 -0
  177. package/source/css/_page/says.styl +10 -0
  178. package/source/css/_page/tag.styl +0 -0
  179. package/source/css/_widgets/_aside/allinfo.styl +34 -0
  180. package/source/css/_widgets/_aside/flip.styl +0 -0
  181. package/source/css/_widgets/_aside/index.styl +1 -7
  182. package/source/css/_widgets/_aside/info.styl +0 -0
  183. package/source/css/_widgets/_aside/newPost.styl +0 -0
  184. package/source/css/_widgets/_aside/toc.styl +0 -0
  185. package/source/css/_widgets/_aside/welcome.styl +0 -0
  186. package/source/css/_widgets/_comment/index.styl +0 -0
  187. package/source/css/_widgets/_comment/twikoo.styl +0 -2
  188. package/source/css/_widgets/_comment/waline.styl +0 -0
  189. package/source/css/_widgets/_extra/console.styl +0 -0
  190. package/source/css/_widgets/_extra/fullpage.styl +0 -0
  191. package/source/css/_widgets/_extra/music.styl +1 -1
  192. package/source/css/_widgets/_extra/pace.styl +0 -0
  193. package/source/css/_widgets/_extra/rightmenu.styl +0 -0
  194. package/source/css/_widgets/_mixins/article-sort.styl +0 -0
  195. package/source/css/_widgets/_mixins/footer.styl +1 -2
  196. package/source/css/_widgets/_mixins/other.styl +0 -4
  197. package/source/css/_widgets/_mixins/sidebar.styl +0 -0
  198. package/source/css/_widgets/_post/_highlight/diff.styl +0 -0
  199. package/source/css/_widgets/_post/_highlight/index.styl +0 -1
  200. package/source/css/_widgets/_post/_highlight/theme/default.styl +0 -0
  201. package/source/css/_widgets/_post/_highlight/theme/mac.styl +0 -0
  202. package/source/css/_widgets/_post/_highlight/theme.styl +0 -0
  203. package/source/css/_widgets/_post/commentBarrage.styl +0 -0
  204. package/source/css/_widgets/_post/content.styl +42 -11
  205. package/source/css/_widgets/_post/copyright.styl +0 -0
  206. package/source/css/_widgets/_post/index.styl +1 -1
  207. package/source/css/_widgets/_post/meta.styl +0 -3
  208. package/source/css/_widgets/_post/pagination.styl +1 -1
  209. package/source/css/_widgets/_post/postAI.styl +0 -0
  210. package/source/css/_widgets/_post/relatedPost.styl +0 -0
  211. package/source/css/_widgets/_post/tools.styl +0 -0
  212. package/source/css/_widgets/_search/algolia-search.styl +0 -0
  213. package/source/css/_widgets/_search/local-search.styl +0 -0
  214. package/source/css/_widgets/_tags/button.styl +0 -0
  215. package/source/css/_widgets/_tags/bvideo.styl +0 -0
  216. package/source/css/_widgets/_tags/card.styl +0 -0
  217. package/source/css/_widgets/_tags/checkbox.styl +0 -0
  218. package/source/css/_widgets/_tags/fold.styl +0 -0
  219. package/source/css/_widgets/_tags/image.styl +0 -0
  220. package/source/css/_widgets/_tags/index.styl +0 -0
  221. package/source/css/_widgets/_tags/inline-image.styl +0 -0
  222. package/source/css/_widgets/_tags/label.styl +0 -0
  223. package/source/css/_widgets/_tags/link.styl +4 -2
  224. package/source/css/_widgets/_tags/note.styl +0 -0
  225. package/source/css/_widgets/_tags/span.styl +0 -0
  226. package/source/css/_widgets/_tags/tabs.styl +0 -0
  227. package/source/css/_widgets/_tags/timeline.styl +0 -1
  228. package/source/css/_widgets/index.styl +4 -4
  229. package/source/css/index.styl +0 -0
  230. package/source/img/avatar.png +0 -0
  231. package/source/img/default.png +0 -0
  232. package/source/img/error_load.png +0 -0
  233. package/source/js/{extend/comment/twikoo/commentBarrage.js → comment/twikoo_commentBarrage.js} +0 -0
  234. package/source/js/{extend/comment/waline/commentBarrage.js → comment/waline_commentBarrage.js} +0 -0
  235. package/source/js/covercolor/api.js +92 -0
  236. package/source/js/covercolor/local.js +85 -0
  237. package/source/js/main.js +28 -235
  238. package/source/js/music.js +0 -0
  239. package/source/js/rightside.js +404 -0
  240. package/source/js/{extend/search/algolia-search.js → search/algolia.js} +10 -0
  241. package/source/js/{extend/search/local-search.js → search/local.js} +24 -2
  242. package/source/js/utils.js +75 -1
  243. package/layout/includes/head/fest.pug +0 -22
  244. package/layout/includes/page/echarts.pug +0 -7
  245. package/layout/includes/page/moments.pug +0 -4
  246. package/layout/includes/widgets/aside/asideHistory.pug +0 -8
  247. package/layout/includes/widgets/aside/asideWelcome.pug +0 -12
  248. package/layout/includes/widgets/page/moments/angle.pug +0 -19
  249. package/layout/includes/widgets/page/moments/index.pug +0 -23
  250. package/layout/includes/widgets/page/says/saysBottom.pug +0 -11
  251. package/layout/includes/widgets/page/says/saysContent.pug +0 -6
  252. package/layout/includes/widgets/page/says/saysFunction.pug +0 -10
  253. package/layout/includes/widgets/page/says/saysMeta.pug +0 -7
  254. package/layout/includes/widgets/third-party/ai/index.pug +0 -12
  255. package/layout/includes/widgets/third-party/comments/gitalk.pug +0 -0
  256. package/layout/includes/widgets/third-party/comments/valine.pug +0 -0
  257. package/scripts/helper/echarts.js +0 -407
  258. package/source/css/_page/about.styl +0 -764
  259. package/source/css/_widgets/_aside/history.styl +0 -42
  260. package/source/js/extend/comment/twikoo/twikoo.js +0 -67
  261. package/source/js/extend/comment/waline/waline.js +0 -60
  262. package/source/lib/bundle.min.js +0 -27
  263. package/source/lib/circle.min.js +0 -1
  264. package/source/lib/cover-color.min.js +0 -7
  265. package/source/lib/friends_post.js +0 -4
  266. package/source/lib/lazyload.min.js +0 -1
  267. package/source/lib/rightside.min.js +0 -1
  268. package/source/lib/snackbar.min.css +0 -1
  269. package/source/lib/snackbar.min.js +0 -9
  270. package/source/lib/txmap.min.js +0 -1
  271. package/source/lib/universe.min.js +0 -1
  272. package/source/lib/view-image.min.js +0 -6
  273. package/source/lib/waterfall.min.js +0 -1
  274. /package/source/{lib → js}/sco-ai.min.js +0 -0
@@ -0,0 +1,27 @@
1
+ #about-page
2
+ .author-content-item.careers
3
+ min-height 400px
4
+
5
+ img
6
+ position absolute
7
+ left 0
8
+ bottom 20px
9
+ width 100%
10
+ transition .6s
11
+ user-select none
12
+
13
+ .careers-group
14
+ margin-top 12px
15
+
16
+ .careers-item
17
+ display flex
18
+ align-items center
19
+
20
+ .circle
21
+ width 16px
22
+ height 16px
23
+ margin-right 8px
24
+ border-radius 16px
25
+
26
+ .name
27
+ color var(--sco-secondtext)
@@ -0,0 +1,78 @@
1
+ #about-page
2
+ .myInfoAndSayHello
3
+ display flex
4
+ flex-direction column
5
+ justify-content center
6
+ color var(--sco-white)
7
+ background linear-gradient(120deg, #5b27ff 0, #00d4ff 100%)
8
+ background-size 200%
9
+ animation gradient 15s ease infinite
10
+ width 59%
11
+
12
+ .title1
13
+ opacity .8
14
+ line-height 1.3
15
+
16
+ .title2
17
+ font-size 36px
18
+ font-weight 700
19
+ line-height 1.1
20
+ margin .5rem 0
21
+
22
+ .inline-word
23
+ word-break keep-all
24
+ white-space nowrap
25
+
26
+ .aboutsiteTips
27
+ display flex
28
+ justify-content center
29
+ align-items flex-start
30
+ flex-direction column
31
+ width 39%
32
+
33
+ h2
34
+ margin-right auto
35
+ font-size 36px
36
+ font-family Helvetica
37
+ line-height 1.06
38
+ letter-spacing -.02em
39
+ color var(--sco-fontcolor)
40
+ margin-top 0
41
+
42
+ .mask
43
+ height 36px
44
+ position relative
45
+ overflow hidden
46
+ margin-top 4px
47
+
48
+ span
49
+ display block
50
+ box-sizing border-box
51
+ position absolute
52
+ top 36px
53
+ padding-bottom var(--offset)
54
+ background-size 100% 100%
55
+ -webkit-background-clip text
56
+ background-clip text
57
+ -webkit-text-fill-color transparent
58
+ background-repeat no-repeat
59
+
60
+ &[data-show]
61
+ transform translateY(-100%)
62
+ transition .5s transform ease-in-out
63
+
64
+ &[data-up]
65
+ transform translateY(-200%)
66
+ transition .5s transform ease-in-out
67
+
68
+ span:nth-child(1)
69
+ background-image linear-gradient(45deg, #0ecffe 50%, #07a6f1)
70
+
71
+ span:nth-child(2)
72
+ background-image linear-gradient(45deg, #18e198 50%, #0ec15d)
73
+
74
+ span:nth-child(3)
75
+ background-image linear-gradient(45deg, #8a7cfb 50%, #633e9c)
76
+
77
+ span:nth-child(4)
78
+ background-image linear-gradient(45deg, #fa7671 50%, #f45f7f)
@@ -0,0 +1,41 @@
1
+ #about-page
2
+ .author-content-item.game-apex
3
+ min-height 300px
4
+ overflow hidden
5
+ color var(--sco-white)
6
+ width 59%
7
+
8
+ &::after
9
+ box-shadow 0 -69px 203px 11px #04120f inset
10
+ position absolute
11
+ content ''
12
+ width 100%
13
+ height 100%
14
+ top 0
15
+ left 0
16
+
17
+ .card-content
18
+ position absolute
19
+ width 100%
20
+ height 100%
21
+ top 0
22
+ left 0
23
+ z-index 2
24
+ display flex
25
+ flex-direction column
26
+ padding 1rem 2rem
27
+
28
+ .author-content-item.game-jl
29
+ width 39%
30
+ min-height 300px
31
+ overflow hidden
32
+ color var(--sco-white)
33
+
34
+ &::after
35
+ box-shadow 0 -69px 203px 11px #415dc9 inset
36
+ position absolute
37
+ content ''
38
+ width 100%
39
+ height 100%
40
+ top 0
41
+ left 0
@@ -1 +1,39 @@
1
- @import "./tenyear.styl"
1
+ #about-page
2
+ display flex
3
+ padding-top 1rem
4
+ flex-direction column
5
+ align-items center
6
+
7
+ .author-title
8
+ font-size 2rem
9
+ font-weight 700
10
+ margin 1rem 0
11
+ line-height 1
12
+
13
+ @import "tenyear"
14
+
15
+ @import "author"
16
+
17
+ @import "contentinfo"
18
+
19
+ @import "skills"
20
+
21
+ @import "oneself"
22
+
23
+ @import "buff"
24
+
25
+ @import "game"
26
+
27
+ @import "personalities"
28
+
29
+ @import "myphoto"
30
+
31
+ @import "careers"
32
+
33
+ @import "like"
34
+
35
+ @import "maxim"
36
+
37
+ @import "statistic"
38
+
39
+ @import "reward"
@@ -0,0 +1,29 @@
1
+ #about-page
2
+ .author-content-item.like-technology
3
+ background-size cover
4
+ min-height 230px
5
+ color var(--sco-white)
6
+
7
+ &::after
8
+ box-shadow 0 -69px 203px 11px #050b20 inset
9
+ position absolute
10
+ content ''
11
+ width 100%
12
+ height 100%
13
+ top 0
14
+ left 0
15
+
16
+ .author-content-item.like-music
17
+ background-size cover
18
+ min-height 400px
19
+ color var(--sco-white)
20
+ overflow hidden
21
+
22
+ &::after
23
+ box-shadow 0 -69px 203px 11px #0e0e0e inset
24
+ position absolute
25
+ content ''
26
+ width 100%
27
+ height 100%
28
+ top 0
29
+ left 0
@@ -0,0 +1,23 @@
1
+ #about-page
2
+ .author-content-item.maxim
3
+ font-size 36px
4
+ font-weight 700
5
+ line-height 1.1
6
+ display flex
7
+ align-items flex-start
8
+ flex-direction column
9
+ justify-content center
10
+ width 39%
11
+
12
+ .maxim-title
13
+ display flex
14
+ flex-direction column
15
+
16
+ span:first-child
17
+ opacity 0.6
18
+ margin-bottom 8px
19
+
20
+ .title1
21
+ opacity .8
22
+ font-size .6rem
23
+ margin-bottom .5rem
@@ -0,0 +1,34 @@
1
+ #about-page
2
+ .author-content-item.myphoto
3
+ height 60%
4
+ min-height 240px
5
+ position relative
6
+ overflow hidden
7
+ width 39%
8
+ display flex
9
+ align-items center
10
+ justify-content center
11
+
12
+ img
13
+ position absolute
14
+ height 100%
15
+ min-width 100%
16
+ object-fit cover
17
+ transition .6s
18
+ user-select none
19
+
20
+ &:hover
21
+ img
22
+ min-width 105%
23
+ transition 2s
24
+
25
+ .myphoto-title
26
+ position absolute
27
+ bottom 0
28
+ left 0
29
+ width 100%
30
+ background var(--sco-maskbgdeep)
31
+ padding .5rem 2rem
32
+ backdrop-filter saturate(180%) blur(20px)
33
+ -webkit-backdrop-filter blur(20px)
34
+ transform translateZ(0)
@@ -0,0 +1,91 @@
1
+ #about-page
2
+ .author-content-item-group
3
+ &.column
4
+ display flex
5
+ flex-direction column
6
+ width 49%
7
+ justify-content space-between
8
+
9
+ +maxWidth768()
10
+ width 100% !important
11
+
12
+ &.mapAndInfo
13
+ width 59%
14
+
15
+ .author-content-item
16
+ +minWidth1300()
17
+ animation slide-in .6s 0s backwards
18
+
19
+ &.map
20
+ background var(--site-about-oneself-map--light) no-repeat center
21
+ min-height 160px
22
+ max-height 400px
23
+ position relative
24
+ overflow hidden
25
+ margin-bottom 0.5rem
26
+ height 60%
27
+ background-size 100%
28
+ transition 1s ease-in-out
29
+
30
+ .map-title
31
+ position absolute
32
+ bottom 0
33
+ left 0
34
+ width 100%
35
+ background var(--sco-maskbg)
36
+ padding 0.5rem 2rem
37
+ backdrop-filter saturate(180%) blur(20px)
38
+ transition 1s ease-in-out
39
+ font-size 20px
40
+ transform translateZ(0)
41
+
42
+ +maxWidth768()
43
+ padding 1rem
44
+
45
+ b
46
+ color var(--sco-fontcolor)
47
+
48
+ +maxWidth768()
49
+ margin-bottom 0
50
+
51
+ [data-theme=dark] &
52
+ background var(--site-about-oneself-map--dark) no-repeat center
53
+ background-size 100%
54
+
55
+ &:hover
56
+ background-size 120%
57
+ transition 4s ease-in-out
58
+ background-position-x 0
59
+ background-position-y 36%
60
+
61
+ .map-title
62
+ bottom -100%
63
+
64
+ .author-content-item.selfInfo
65
+ display flex
66
+ min-height 100px
67
+ max-height 400px
68
+ justify-content space-between
69
+ align-items center
70
+ flex-wrap wrap
71
+ height -webkit-fill-available
72
+ height 40%
73
+
74
+ +maxWidth1300()
75
+ height 70%
76
+
77
+ div
78
+ display flex
79
+ flex-direction column
80
+ margin .5rem 2rem .5rem 0
81
+
82
+ .selfInfo-title
83
+ opacity .8
84
+ font-size .6rem
85
+ line-height 1
86
+ margin-bottom 8px
87
+
88
+ .selfInfo-content
89
+ font-weight 700
90
+ font-size 34px
91
+ line-height 1
@@ -0,0 +1,25 @@
1
+ .author-content-item.personalities
2
+ overflow hidden
3
+ position relative
4
+ width 59%
5
+ +maxWidth768()
6
+ min-height 360px
7
+
8
+ .title2
9
+ font-size 36px
10
+ font-weight 700
11
+ line-height 1.1
12
+
13
+ .image
14
+ position absolute
15
+ right -40px
16
+ bottom -10rem
17
+ transition transform 2s cubic-bezier(.13, .45, .21, 1.02)
18
+ user-select none
19
+
20
+ +maxWidth768()
21
+ right -70px
22
+
23
+ &:hover
24
+ .image
25
+ transform rotate(-10deg)
@@ -0,0 +1,113 @@
1
+ #about-page
2
+ .author-content-item
3
+ &.single.reward
4
+ .author-content-item
5
+ .author-content-item-title
6
+ color var(--sco-red)
7
+
8
+ .reward-list-updateDate
9
+ color var(--sco-gray)
10
+ font-size 14px
11
+
12
+ .author-content-item-description
13
+ font-size 16px
14
+ margin-top .5rem
15
+
16
+ .reward-list-all
17
+ display flex
18
+ flex-wrap wrap
19
+ flex-direction row
20
+ margin 1rem -.25rem .5rem
21
+
22
+ .post-reward
23
+ position absolute
24
+ right 2rem
25
+ top 2rem
26
+
27
+ .reward-main
28
+ top 60px
29
+ right 0
30
+ left auto
31
+ bottom auto
32
+ width fit-content
33
+ box-shadow var(--sco-shadow-border)
34
+
35
+ .reward-all::before
36
+ bottom auto
37
+ top -16px
38
+
39
+ .reward-button
40
+ padding 8px 12px
41
+ background var(--sco-red)
42
+ border-radius 12px
43
+ color var(--sco-white)
44
+ display flex
45
+ align-items center
46
+ z-index 1
47
+ transition .3s
48
+ cursor pointer
49
+ box-shadow none
50
+ width fit-content
51
+ height fit-content
52
+ line-height 2
53
+ user-select none
54
+
55
+ +maxWidth768()
56
+ display none
57
+
58
+ &:hover
59
+ .reward-button
60
+ filter brightness(1.1)
61
+
62
+ .reward-list-item
63
+ padding 1rem
64
+ border-radius 12px
65
+ border var(--style-border-always)
66
+ width calc((100% / 6) - .5rem)
67
+ margin 0 .25rem .5rem .25rem
68
+ box-shadow var(--sco-shadow-border)
69
+ flex-direction column
70
+ justify-content space-between
71
+
72
+ +maxWidth1200()
73
+ width calc((100% / 4) - .5rem)
74
+
75
+ +maxWidth900()
76
+ width calc((100% / 2) - .5rem)
77
+
78
+ +maxWidth768()
79
+ width 100%
80
+
81
+ .reward-list-item-name
82
+ font-size 1rem
83
+ font-weight 700
84
+ line-height 1
85
+ margin-bottom .5rem
86
+ white-space nowrap
87
+ overflow hidden
88
+ text-overflow ellipsis
89
+
90
+ .reward-list-bottom-group
91
+ display flex
92
+ align-items center
93
+ justify-content space-between
94
+
95
+ .reward-list-item-money
96
+ padding 4px
97
+ background var(--sco-fontcolor)
98
+ color var(--sco-card-bg)
99
+ font-size 12px
100
+ line-height 1
101
+ border-radius 4px
102
+ margin-right 4px
103
+ white-space nowrap
104
+
105
+ .reward-list-item-time
106
+ font-size 12px
107
+ color var(--sco-secondtext)
108
+ white-space nowrap
109
+
110
+ .reward-list-tips
111
+ p
112
+ font-size 12px
113
+ color var(--sco-secondtext)
@@ -0,0 +1,75 @@
1
+ #about-page
2
+ .author-content-item.skills
3
+ display flex
4
+ justify-content center
5
+ align-items flex-start
6
+ flex-direction column
7
+ width 49%
8
+ min-height 450px
9
+
10
+ .tags-group-all
11
+ display flex
12
+ transform rotate(0)
13
+ transition .3s
14
+
15
+ .tags-group-wrapper
16
+ margin-top 20px
17
+ display flex
18
+ flex-wrap nowrap
19
+ animation rowup 60s linear infinite
20
+
21
+ .skills-style-group
22
+ position relative
23
+
24
+ .skills-list
25
+ display flex
26
+ opacity 0
27
+ transition .3s
28
+ position absolute
29
+ width 100%
30
+ top 0
31
+ left 0
32
+ flex-wrap wrap
33
+ flex-direction row
34
+ margin-top 10px
35
+
36
+ &:hover
37
+ .skills-style-group
38
+ .tags-group-all
39
+ opacity 0
40
+
41
+ .skills-list
42
+ opacity 1
43
+
44
+ .skill-info
45
+ display flex
46
+ align-items center
47
+ margin-right 10px
48
+ margin-top 10px
49
+ background var(--sco-background)
50
+ border-radius 40px
51
+ padding 4px 12px 4px 8px
52
+ border var(--style-border)
53
+ box-shadow var(--sco-shadow-border)
54
+
55
+ .etc
56
+ margin-right 10px
57
+ margin-top 10px
58
+
59
+ .skill-icon
60
+ width 32px
61
+ height 32px
62
+ border-radius 32px
63
+ display flex
64
+ align-items center
65
+ justify-content center
66
+ margin-right 8px
67
+ user-select none
68
+
69
+ img
70
+ width 18px
71
+ height 18px
72
+
73
+ .skill-name
74
+ font-weight 700
75
+ line-height 1
@@ -0,0 +1,55 @@
1
+ #about-page
2
+ .author-content-item
3
+ .card-content
4
+ z-index 2
5
+
6
+ .about-statistic
7
+ min-height 380px
8
+ width 39%
9
+ background-size cover
10
+ color var(--sco-white)
11
+ overflow hidden
12
+
13
+ &::after
14
+ box-shadow 0 -159px 173px 71px #0f1114 inset
15
+ position absolute
16
+ content ''
17
+ width 100%
18
+ height 100%
19
+ top 0
20
+ left 0
21
+
22
+ #statistic
23
+ font-size 16px
24
+ border-radius 15px
25
+ width 100%
26
+ color var(--sco-white)
27
+ display flex
28
+ justify-content space-between
29
+ flex-direction row
30
+ flex-wrap wrap
31
+ margin-top 1rem
32
+ margin-bottom 2rem
33
+
34
+ div
35
+ display flex
36
+ justify-content space-between
37
+ flex-direction column
38
+ width 50%
39
+ margin-bottom .5rem
40
+
41
+ span:first-child
42
+ opacity .8
43
+ font-size .6rem
44
+
45
+ span:last-child
46
+ font-weight 700
47
+ font-size 34px
48
+ line-height 1
49
+ white-space nowrap
50
+
51
+ .banner-button
52
+ background var(--sco-white-op)
53
+
54
+ .banner-button:hover
55
+ background var(--sco-theme)
File without changes
File without changes
@@ -14,7 +14,6 @@
14
14
  background var(--sco-card-bg)
15
15
  transition .3s
16
16
  animation slide-in 0.6s 0.3s backwards
17
- border-bottom: none !important
18
17
  border var(--style-border)
19
18
  margin 8px 0
20
19
  height 160px
File without changes
File without changes
File without changes
@@ -21,13 +21,29 @@ if hexo-config('says.enable')
21
21
 
22
22
  @import "links.styl"
23
23
 
24
- if hexo-config('about.enable')
25
- @import "about.styl"
26
- @import "about/index.styl"
24
+ @import "about/index.styl"
27
25
 
28
26
  if hexo-config('music.enable')
29
27
  @import "music.styl"
30
28
 
29
+ .author-content
30
+ display flex
31
+ flex-wrap wrap
32
+ justify-content space-between
33
+ width 100%
34
+ margin-top 1rem
35
+
36
+ +maxWidth768()
37
+ margin-top 0
38
+
39
+ .author-content-item
40
+ +maxWidth1300()
41
+ animation slide-in .6s 0s backwards
42
+ +maxWidth768()
43
+ width 100% !important
44
+ margin-top 1rem
45
+ padding 1rem
46
+
31
47
  .author-content.author-content-item.sharePage
32
48
  height 19rem
33
49
  background-size cover
@@ -84,7 +100,6 @@ if hexo-config('music.enable')
84
100
  height 100%
85
101
  top 0
86
102
  left 0
87
- z-index 2
88
103
  display flex
89
104
  flex-direction column
90
105
  padding 1rem 2rem
@@ -156,8 +171,8 @@ if hexo-config('music.enable')
156
171
  font-weight 700
157
172
  padding 0 4px
158
173
  border-radius 4px 4px 0 0
174
+
159
175
  &:hover
160
176
  color var(--sco-white)
161
- border-width 0
162
177
  border-radius 4px
163
178
  background var(--sco-main)