hexo-theme-solitude 1.2.6 → 1.3.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 (263) hide show
  1. package/CONTRIBUTING.md +41 -0
  2. package/README.md +8 -8
  3. package/README_EN.md +6 -6
  4. package/_config.yml +502 -297
  5. package/languages/en-US.yml +105 -8
  6. package/languages/zh-CN.yml +98 -1
  7. package/layout/archive.pug +4 -5
  8. package/layout/category.pug +4 -5
  9. package/layout/includes/body/mode.pug +40 -0
  10. package/layout/includes/console.pug +15 -16
  11. package/layout/includes/footer.pug +26 -28
  12. package/layout/includes/head/config.pug +27 -8
  13. package/layout/includes/head/fest.pug +22 -0
  14. package/layout/includes/head/opengraph.pug +11 -0
  15. package/layout/includes/head.pug +1 -3
  16. package/layout/includes/header.pug +1 -1
  17. package/layout/includes/inject/body.pug +36 -13
  18. package/layout/includes/inject/head.pug +30 -20
  19. package/layout/includes/layout.pug +12 -8
  20. package/layout/includes/loading.pug +1 -64
  21. package/layout/includes/mixins/articleSort.pug +4 -4
  22. package/layout/includes/mixins/pagination.pug +1 -1
  23. package/layout/includes/nav.pug +10 -10
  24. package/layout/includes/page/about.pug +1 -0
  25. package/layout/includes/page/categories.pug +3 -3
  26. package/layout/includes/page/default.pug +1 -1
  27. package/layout/includes/page/echarts.pug +3 -3
  28. package/layout/includes/page/equipment.pug +0 -1
  29. package/layout/includes/page/links.pug +5 -26
  30. package/layout/includes/page/moments.pug +0 -1
  31. package/layout/includes/page/music.pug +19 -0
  32. package/layout/includes/page/not_configured.pug +18 -0
  33. package/layout/includes/page/rss.pug +20 -22
  34. package/layout/includes/page/says.pug +1 -2
  35. package/layout/includes/page/tags.pug +3 -3
  36. package/layout/includes/page/tlink.pug +0 -1
  37. package/layout/includes/sidebar.pug +7 -7
  38. package/layout/includes/widgets/aside/aside.pug +13 -1
  39. package/layout/includes/widgets/aside/asideArchive.pug +5 -3
  40. package/layout/includes/widgets/aside/asideCustom.pug +6 -0
  41. package/layout/includes/widgets/aside/asideHistory.pug +3 -3
  42. package/layout/includes/widgets/aside/asideInfoCard.pug +4 -6
  43. package/layout/includes/widgets/aside/asideNewestPost.pug +1 -1
  44. package/layout/includes/widgets/aside/asideSwitch.pug +0 -11
  45. package/layout/includes/widgets/aside/asideTag.pug +2 -2
  46. package/layout/includes/widgets/aside/asideToc.pug +1 -1
  47. package/layout/includes/widgets/aside/asideWebInfo.pug +6 -6
  48. package/layout/includes/widgets/aside/asideWelcome.pug +1 -1
  49. package/layout/includes/widgets/home/banner.pug +2 -2
  50. package/layout/includes/widgets/home/bbTimeList.pug +3 -3
  51. package/layout/includes/widgets/home/categoryBar.pug +3 -3
  52. package/layout/includes/widgets/home/categoryGroup.pug +2 -2
  53. package/layout/includes/widgets/home/hometop.pug +7 -7
  54. package/layout/includes/widgets/home/postList.pug +12 -8
  55. package/layout/includes/widgets/home/topGroup.pug +17 -13
  56. package/layout/includes/widgets/nav/left.pug +6 -6
  57. package/layout/includes/widgets/nav/menu.pug +4 -4
  58. package/layout/includes/widgets/nav/right.pug +14 -14
  59. package/layout/includes/widgets/page/about/authorinfo.pug +1 -1
  60. package/layout/includes/widgets/page/about/award.pug +11 -9
  61. package/layout/includes/widgets/page/about/contentinfo.pug +7 -7
  62. package/layout/includes/widgets/page/about/hobbies.pug +1 -1
  63. package/layout/includes/widgets/page/about/motto.pug +2 -2
  64. package/layout/includes/widgets/page/about/other.pug +10 -9
  65. package/layout/includes/widgets/page/about/personalities.pug +2 -2
  66. package/layout/includes/widgets/page/about/skillsinfo.pug +10 -12
  67. package/layout/includes/widgets/page/about/tenyear.pug +48 -0
  68. package/layout/includes/widgets/page/banner.pug +2 -2
  69. package/layout/includes/widgets/page/links/banner.pug +12 -14
  70. package/layout/includes/widgets/page/links/linksItem.pug +0 -1
  71. package/layout/includes/widgets/page/moments/angle.pug +7 -12
  72. package/layout/includes/widgets/page/moments/index.pug +7 -2
  73. package/layout/includes/widgets/post/award.pug +12 -8
  74. package/layout/includes/widgets/post/copyright.pug +16 -14
  75. package/layout/includes/widgets/post/postMeta.pug +36 -25
  76. package/layout/includes/widgets/post/postNav.pug +15 -15
  77. package/layout/includes/widgets/randomlink.pug +10 -5
  78. package/layout/includes/widgets/rightside/index.pug +9 -8
  79. package/layout/includes/widgets/third-party/ai/index.pug +12 -0
  80. package/layout/includes/widgets/third-party/comments/comment.pug +6 -1
  81. package/layout/includes/widgets/third-party/comments/twikoo.pug +5 -4
  82. package/layout/includes/widgets/third-party/comments/waline.pug +4 -5
  83. package/layout/includes/widgets/third-party/music.pug +1 -1
  84. package/layout/includes/widgets/third-party/pjax.pug +6 -1
  85. package/layout/includes/widgets/third-party/search/algolia-search.pug +4 -3
  86. package/layout/includes/widgets/third-party/search/index.pug +2 -2
  87. package/layout/includes/widgets/third-party/search/local-search.pug +3 -3
  88. package/layout/index.pug +5 -6
  89. package/layout/page.pug +34 -29
  90. package/layout/post.pug +3 -23
  91. package/layout/tag.pug +3 -3
  92. package/package.json +2 -2
  93. package/scripts/filter/checkThemeConfig.js +0 -5
  94. package/scripts/helper/cdn.js +12 -0
  95. package/scripts/helper/page.js +13 -0
  96. package/scripts/helper/related_post.js +0 -1
  97. package/scripts/tags/button.js +21 -0
  98. package/scripts/tags/card.js +9 -0
  99. package/scripts/tags/checkbox.js +51 -0
  100. package/scripts/tags/fold.js +0 -5
  101. package/scripts/tags/image.js +75 -0
  102. package/scripts/tags/inline-image.js +12 -0
  103. package/scripts/tags/label.js +10 -0
  104. package/scripts/tags/link.js +2 -0
  105. package/scripts/tags/media.js +29 -0
  106. package/scripts/tags/span.js +17 -0
  107. package/scripts/tags/timeline.js +2 -15
  108. package/scripts/tags/u.js +7 -0
  109. package/source/css/_global/animation.css +57 -0
  110. package/source/css/_global/index.styl +5 -20
  111. package/source/css/_global/var.styl +16 -1
  112. package/source/css/_layout/{base.styl → basic.styl} +24 -116
  113. package/source/css/_layout/header.styl +204 -616
  114. package/source/css/_layout/index.styl +29 -271
  115. package/source/css/_mode/index.styl +102 -93
  116. package/source/css/_page/_home/category-bar.styl +74 -0
  117. package/source/css/_page/_home/home-top.styl +541 -0
  118. package/source/css/_page/_home/index.styl +15 -0
  119. package/source/css/_page/_home/pagination.styl +176 -0
  120. package/source/css/_page/_home/recent-post.styl +204 -0
  121. package/source/css/_page/about/index.styl +1 -0
  122. package/source/css/_page/about/tenyear.styl +56 -0
  123. package/source/css/_page/about.styl +555 -626
  124. package/source/css/_page/category.styl +95 -119
  125. package/source/css/_page/douban.styl +126 -0
  126. package/source/css/_page/equipment.styl +100 -99
  127. package/source/css/_page/error.styl +130 -146
  128. package/source/css/_page/home.styl +41 -50
  129. package/source/css/_page/index.styl +42 -10
  130. package/source/css/_page/links.styl +306 -0
  131. package/source/css/_page/moment.styl +51 -51
  132. package/source/css/_page/music.styl +506 -0
  133. package/source/css/_page/rss.styl +62 -67
  134. package/source/css/_page/says.styl +375 -344
  135. package/source/css/_page/tag.styl +15 -13
  136. package/source/css/_widgets/{aside → _aside}/flip.styl +7 -5
  137. package/source/css/_widgets/{aside → _aside}/history.styl +9 -2
  138. package/source/css/_widgets/_aside/index.styl +96 -0
  139. package/source/css/_widgets/{aside → _aside}/info.styl +86 -89
  140. package/source/css/_widgets/{aside → _aside}/newPost.styl +7 -1
  141. package/source/css/_widgets/{aside → _aside}/toc.styl +28 -5
  142. package/source/css/_widgets/{comment → _comment}/index.styl +4 -12
  143. package/source/css/_widgets/{comment → _comment}/twikoo.styl +5 -2
  144. package/source/css/_widgets/{comment → _comment}/waline.styl +21 -5
  145. package/source/css/{_extra → _widgets/_extra}/console.styl +33 -10
  146. package/source/css/_widgets/_extra/fullpage.styl +46 -0
  147. package/source/css/_widgets/_extra/music.styl +218 -0
  148. package/source/css/_widgets/_extra/pace.styl +39 -0
  149. package/source/css/_widgets/_extra/rightmenu.styl +78 -0
  150. package/source/css/_widgets/_mixins/article-sort.styl +93 -0
  151. package/source/css/_widgets/_mixins/footer.styl +273 -0
  152. package/source/css/_widgets/_mixins/other.styl +34 -0
  153. package/source/css/_widgets/_mixins/sidebar.styl +230 -0
  154. package/source/css/_widgets/_post/_highlight/diff.styl +75 -0
  155. package/source/css/_widgets/_post/_highlight/index.styl +144 -0
  156. package/source/css/_widgets/_post/_highlight/theme/default.styl +12 -0
  157. package/source/css/_widgets/_post/_highlight/theme/mac.styl +25 -0
  158. package/source/css/_widgets/_post/_highlight/theme.styl +68 -0
  159. package/source/css/_widgets/_post/commentBarrage.styl +144 -0
  160. package/source/css/_widgets/_post/content.styl +152 -0
  161. package/source/css/_widgets/_post/copyright.styl +98 -0
  162. package/source/css/_widgets/_post/index.styl +20 -0
  163. package/source/css/_widgets/_post/meta.styl +420 -0
  164. package/source/css/_widgets/_post/pagination.styl +177 -0
  165. package/source/css/_widgets/_post/postAI.styl +131 -0
  166. package/source/css/{_post → _widgets/_post}/relatedPost.styl +4 -1
  167. package/source/css/_widgets/_post/tools.styl +249 -0
  168. package/source/css/{_search → _widgets/_search}/algolia-search.styl +4 -0
  169. package/source/css/{_search → _widgets/_search}/local-search.styl +15 -5
  170. package/source/css/_widgets/_tags/button.styl +60 -0
  171. package/source/css/_widgets/_tags/bvideo.styl +8 -0
  172. package/source/css/_widgets/_tags/card.styl +52 -0
  173. package/source/css/_widgets/_tags/checkbox.styl +85 -0
  174. package/source/css/_widgets/_tags/fold.styl +79 -0
  175. package/source/css/_widgets/_tags/image.styl +10 -0
  176. package/source/css/_widgets/_tags/index.styl +61 -0
  177. package/source/css/_widgets/_tags/inline-image.styl +6 -0
  178. package/source/css/_widgets/_tags/label.styl +3 -0
  179. package/source/css/_widgets/_tags/link.styl +80 -0
  180. package/source/css/_widgets/_tags/note.styl +101 -0
  181. package/source/css/_widgets/_tags/span.styl +61 -0
  182. package/source/css/_widgets/_tags/tabs.styl +105 -0
  183. package/source/css/_widgets/_tags/timeline.styl +80 -0
  184. package/source/css/_widgets/index.styl +50 -1
  185. package/source/css/index.styl +0 -25
  186. package/source/js/{commentBarrage.js → extend/comment/twikoo/commentBarrage.js} +0 -4
  187. package/source/js/extend/comment/{twikoo.js → twikoo/twikoo.js} +12 -40
  188. package/source/js/extend/comment/waline/commentBarrage.js +155 -0
  189. package/source/js/extend/comment/{waline.js → waline/waline.js} +10 -11
  190. package/source/js/extend/search/algolia-search.js +1 -5
  191. package/source/js/extend/search/local-search.js +33 -13
  192. package/source/js/main.js +135 -171
  193. package/source/js/music.js +129 -0
  194. package/source/js/utils.js +4 -7
  195. package/source/lib/cover-color.min.js +7 -0
  196. package/source/lib/rightside.min.js +1 -0
  197. package/source/lib/sco-ai.min.js +8 -0
  198. package/source/lib/snackbar.min.css +1 -1
  199. package/source/lib/txmap.min.js +1 -0
  200. package/source/lib/universe.min.js +1 -0
  201. package/source/lib/view-image.min.js +1 -1
  202. package/layout/includes/widgets/aside/asidePower.pug +0 -19
  203. package/layout/includes/widgets/home/rencentPost.pug +0 -26
  204. package/source/css/_extra/rightmenu.styl +0 -83
  205. package/source/css/_layout/articleSort.styl +0 -199
  206. package/source/css/_layout/footer.styl +0 -359
  207. package/source/css/_layout/sidebar.styl +0 -226
  208. package/source/css/_page/homeTop.styl +0 -1035
  209. package/source/css/_page/link.styl +0 -433
  210. package/source/css/_post/commentBarrage.styl +0 -149
  211. package/source/css/_post/externalTags.styl +0 -694
  212. package/source/css/_post/highlight.styl +0 -96
  213. package/source/css/_post/index.styl +0 -935
  214. package/source/css/_post/pagination.styl +0 -467
  215. package/source/css/_post/postContent.styl +0 -957
  216. package/source/css/_post/reward.styl +0 -217
  217. package/source/css/_widgets/aside/index.styl +0 -156
  218. package/source/css/_widgets/aside/power.styl +0 -90
  219. package/source/img/logo-horizontal_version.png +0 -0
  220. package/source/img/pwa/16.png +0 -0
  221. package/source/img/pwa/180.png +0 -0
  222. package/source/img/pwa/192.png +0 -0
  223. package/source/img/pwa/32.png +0 -0
  224. package/source/img/pwa/512.png +0 -0
  225. package/source/img/pwa/logo.png +0 -0
  226. package/source/img/pwa/siteicon/splash-1125x2436.png +0 -0
  227. package/source/img/pwa/siteicon/splash-1136x640.png +0 -0
  228. package/source/img/pwa/siteicon/splash-1170x2532.png +0 -0
  229. package/source/img/pwa/siteicon/splash-1179x2556.png +0 -0
  230. package/source/img/pwa/siteicon/splash-1242x2208.png +0 -0
  231. package/source/img/pwa/siteicon/splash-1242x2688.png +0 -0
  232. package/source/img/pwa/siteicon/splash-1248x2778.png +0 -0
  233. package/source/img/pwa/siteicon/splash-1290x2796.png +0 -0
  234. package/source/img/pwa/siteicon/splash-1334x750.png +0 -0
  235. package/source/img/pwa/siteicon/splash-1536x2048.png +0 -0
  236. package/source/img/pwa/siteicon/splash-1620x2160.png +0 -0
  237. package/source/img/pwa/siteicon/splash-1668x2224.png +0 -0
  238. package/source/img/pwa/siteicon/splash-1668x2388.png +0 -0
  239. package/source/img/pwa/siteicon/splash-1792x828.png +0 -0
  240. package/source/img/pwa/siteicon/splash-2048x1536.png +0 -0
  241. package/source/img/pwa/siteicon/splash-2048x2732.png +0 -0
  242. package/source/img/pwa/siteicon/splash-2160x1620.png +0 -0
  243. package/source/img/pwa/siteicon/splash-2208x1242.png +0 -0
  244. package/source/img/pwa/siteicon/splash-2224x1668.png +0 -0
  245. package/source/img/pwa/siteicon/splash-2388x1668.png +0 -0
  246. package/source/img/pwa/siteicon/splash-2436x1125.png +0 -0
  247. package/source/img/pwa/siteicon/splash-2532x1170.png +0 -0
  248. package/source/img/pwa/siteicon/splash-2556x1179.png +0 -0
  249. package/source/img/pwa/siteicon/splash-2688x1242.png +0 -0
  250. package/source/img/pwa/siteicon/splash-2732x2048.png +0 -0
  251. package/source/img/pwa/siteicon/splash-2778x1248.png +0 -0
  252. package/source/img/pwa/siteicon/splash-2796x1290.png +0 -0
  253. package/source/img/pwa/siteicon/splash-640x1136.png +0 -0
  254. package/source/img/pwa/siteicon/splash-750x1334.png +0 -0
  255. package/source/img/pwa/siteicon/splash-828x1792.png +0 -0
  256. package/source/img/solitude-show.jpg +0 -0
  257. package/source/js/extend/covercolor/local.js +0 -160
  258. package/source/js/rightside.js +0 -402
  259. package/source/js/txmap.js +0 -236
  260. package/source/lib/chuckle-post-ai.js +0 -1
  261. /package/source/css/_widgets/{aside → _aside}/allinfo.styl +0 -0
  262. /package/source/css/_widgets/{aside → _aside}/welcome.styl +0 -0
  263. /package/source/img/{theme/avatar.png → avatar.png} +0 -0
@@ -1,467 +0,0 @@
1
- #pagination .pagination {
2
- text-align: center
3
- }
4
-
5
- #pagination .page-number {
6
- display: inline-block;
7
- margin: 0 .2rem;
8
- min-width: 1.2rem;
9
- height: 1.2rem;
10
- text-align: center;
11
- line-height: 1.2rem;
12
- cursor: pointer
13
- }
14
-
15
- #pagination .page-number.current {
16
- background: #0079ff;
17
- color: var(--sco-white);
18
- cursor: default;
19
- border-radius: 5px
20
- }
21
-
22
- #pagination img.next-cover, #pagination img.prev-cover {
23
- position: absolute;
24
- width: 100%;
25
- height: 100%;
26
- opacity: .4;
27
- transition: all .6s ease 0s;
28
- object-fit: cover
29
- }
30
-
31
- #pagination .pagination-info {
32
- position: absolute;
33
- top: 50%;
34
- padding: 1rem 2rem;
35
- width: 100%;
36
- transform: translate(0, -50%)
37
- }
38
-
39
- #pagination .next_info, #pagination .prev_info {
40
- color: var(--sco-white);
41
- font-weight: 500
42
- }
43
-
44
- #pagination .next-post .pagination-info {
45
- text-align: right
46
- }
47
-
48
- #pagination .pull-full {
49
- width: 100% !important
50
- }
51
-
52
- #pagination .next-post .label, #pagination .prev-post .label {
53
- color: var(--light-grey);
54
- text-transform: uppercase;
55
- font-size: 90%
56
- }
57
-
58
- #pagination .next-post, #pagination .prev-post {
59
- width: 50%
60
- }
61
-
62
- @media screen and (max-width: 768px) {
63
- #pagination .next-post, #pagination .prev-post {
64
- width: 100%
65
- }
66
- }
67
-
68
- #pagination .next-post a, #pagination .prev-post a {
69
- position: relative;
70
- display: block;
71
- overflow: hidden;
72
- height: 150px
73
- }
74
-
75
- #pagination .next-post:hover img.next-cover, #pagination .next-post:hover img.prev-cover, #pagination .prev-post:hover img.next-cover, #pagination .prev-post:hover img.prev-cover {
76
- opacity: .8;
77
- transform: scale(1.1)
78
- }
79
-
80
- #pagination.pagination-post {
81
- margin-top: 1.5rem;
82
- background: #000
83
- }
84
-
85
- #pagination {
86
- width: 100%
87
- }
88
-
89
- @media screen and (max-width: 768px) {
90
- #pagination {
91
- margin-bottom: 0;
92
- margin-top: 0
93
- }
94
- }
95
-
96
- @media screen and (min-width: 1300px) {
97
- #pagination {
98
- margin-top: .25rem
99
- }
100
- }
101
-
102
- #pagination .next-post, #pagination .prev-post, .next-post.pull-right, .prev-post.pull-left {
103
- background: var(--sco-secondbg)
104
- }
105
-
106
- @media screen and (min-width: 768px) {
107
- #pagination .next-post a {
108
- border-left: var(--sco-main-op);
109
- border-left-width: 1px;
110
- border-left-style: solid;
111
- display: flex;
112
- align-items: flex-start;
113
- height: 150px
114
- }
115
-
116
- #pagination .next-post.pull-full a {
117
- border-left-width: 0
118
- }
119
-
120
- #pagination .prev-post a {
121
- border-right: var(--sco-main-op);
122
- border-right-width: 1px;
123
- border-right-style: solid
124
- }
125
-
126
- #pagination .pagination-info {
127
- padding: 1rem 1.5rem 1rem 1.5rem;
128
- position: relative;
129
- display: flex;
130
- top: 0;
131
- transform: none;
132
- flex-direction: column;
133
- justify-content: center;
134
- margin: auto;
135
- height: 100%
136
- }
137
-
138
- #pagination .next-post a:hover, #pagination .prev-post a:hover {
139
- background: var(--sco-main)
140
- }
141
-
142
- #pagination .next-post a:hover div, #pagination .prev-post a:hover div {
143
- color: var(--sco-white) !important
144
- }
145
- }
146
-
147
- @media screen and (max-width: 768px) {
148
- #pagination .next-post a:hover, #pagination .prev-post a:hover {
149
- background: var(--sco-none)
150
- }
151
- }
152
-
153
- #pagination img.next-cover, #pagination img.prev-cover {
154
- opacity: .15;
155
- transform: scale(1.03);
156
- transition: .3s;
157
- filter: blur(0);
158
- -webkit-backface-visibility: hidden;
159
- -webkit-transform-style: preserve-3d
160
- }
161
-
162
- #pagination .next-post:hover img.next-cover, #pagination .next-post:hover img.prev-cover, #pagination .prev-post:hover img.next-cover, #pagination .prev-post:hover img.prev-cover {
163
- opacity: .25;
164
- transform: scale(1.03);
165
- filter: blur(5px)
166
- }
167
-
168
- #pagination .next-post .label, #post #pagination .prev-post .label {
169
- color: var(--sco-fontcolor)
170
- }
171
-
172
- #pagination .next_info, #post #pagination .prev_info {
173
- color: var(--sco-fontcolor);
174
- font-weight: 700;
175
- -webkit-line-clamp: 2;
176
- white-space: normal;
177
- line-height: 1.3;
178
- font-size: .9rem;
179
- display: -webkit-box;
180
- -webkit-box-orient: vertical;
181
- overflow: hidden;
182
- margin-bottom: 10px
183
- }
184
-
185
- #post #pagination {
186
- overflow: hidden;
187
- position: inherit;
188
- border: var(--style-border-always)
189
- }
190
-
191
- #pagination.pagination-post {
192
- background: var(--sco-card-bg)
193
- }
194
-
195
- @media screen and (min-width: 1300px) {
196
- #post #pagination {
197
- position: fixed;
198
- width: 300px;
199
- bottom: -100px;
200
- right: 20px;
201
- height: fit-content;
202
- transition: cubic-bezier(.42, 0, .3, 1.11) .3s;
203
- border: var(--style-border);
204
- border-radius: 12px;
205
- overflow: hidden;
206
- cursor: pointer;
207
- opacity: 0;
208
- z-index: 1002
209
- }
210
-
211
- #post #pagination.show-window {
212
- bottom: 20px;
213
- opacity: 1
214
- }
215
-
216
- #post #pagination:hover {
217
- border: var(--style-border-hover)
218
- }
219
-
220
- #pagination .next-post a {
221
- border: none;
222
- height: fit-content;
223
- padding: .5rem 0
224
- }
225
-
226
- #pagination.pagination-post {
227
- border-radius: 0
228
- }
229
-
230
- #pagination .next_info, #post #pagination .prev_info {
231
- font-size: 14px;
232
- font-weight: 400;
233
- margin-bottom: 0
234
- }
235
-
236
- #pagination .pagination-info {
237
- padding: .5rem 1rem;
238
- transform: none
239
- }
240
-
241
- #post #pagination {
242
- background: 0 0
243
- }
244
-
245
- #pagination .next-post, #pagination .prev-post, .next-post.pull-right, .prev-post.pull-left {
246
- background: var(--sco-maskbgdeep);
247
- -webkit-backdrop-filter: blur(5px);
248
- backdrop-filter: blur(5px);
249
- transform: translateZ(0)
250
- }
251
-
252
- .prev-post.pull-left {
253
- display: none
254
- }
255
-
256
- .next-post.pull-right {
257
- width: 100% !important
258
- }
259
-
260
- #pagination .next-post .pagination-info {
261
- text-align: left;
262
- position: relative
263
- }
264
-
265
- #pagination .next-post .label, #post #pagination .prev-post .label {
266
- color: var(--sco-fontcolor);
267
- font-weight: 700;
268
- font-size: 12px;
269
- margin-bottom: .5rem;
270
- border-bottom: var(--style-border);
271
- line-height: 1;
272
- padding-bottom: .5rem
273
- }
274
- }
275
-
276
- @media screen and (max-width: 768px) {
277
- .prev-post.pull-left {
278
- border-bottom: var(--style-border-always)
279
- }
280
-
281
- #post #pagination {
282
- border-radius: 12px;
283
- border: var(--style-border-always);
284
- box-shadow: var(--sco-shadow-border)
285
- }
286
-
287
- #pagination .next-post .label, #post #pagination .prev-post .label {
288
- text-align: left
289
- }
290
-
291
- #pagination .next_info, #post #pagination .prev_info {
292
- text-align: left
293
- }
294
-
295
- #pagination .next-post, #pagination .prev-post, .next-post.pull-right, .prev-post.pull-left {
296
- background: var(--sco-card-bg)
297
- }
298
- }
299
-
300
- @media screen and (max-width: 768px) {
301
- #pagination .page-number {
302
- display: none
303
- }
304
-
305
- #pagination .pagination .space {
306
- display: none
307
- }
308
-
309
- #pagination .pagination .extend {
310
- width: 100%;
311
- height: 2.5rem;
312
- margin: .2rem 1rem 1rem 1rem;
313
- border-radius: 12px;
314
- line-height: 2.5rem;
315
- background: var(--sco-card-bg);
316
- border: var(--style-border-always);
317
- box-shadow: var(--sco-shadow-border)
318
- }
319
-
320
- #pagination .pagination .extend i {
321
- display: none
322
- }
323
-
324
- #pagination .pagination .extend:hover {
325
- background: var(--sco-theme);
326
- color: var(--sco-white)
327
- }
328
-
329
- #pagination .pagination {
330
- background: var(--sco-background);
331
- transition: .3s;
332
- display: flex
333
- }
334
- }
335
-
336
- @media screen and (min-width: 768px) {
337
- #pagination .page-number {
338
- width: 2rem;
339
- background: var(--sco-card-bg);
340
- height: 2rem;
341
- line-height: calc(2rem - 2px);
342
- border-radius: 8px !important;
343
- margin: 0 .3rem;
344
- box-shadow: var(--sco-shadow-border);
345
- border: var(--style-border);
346
- transition: .3s
347
- }
348
-
349
- #pagination .page-number.current {
350
- background: var(--sco-theme);
351
- border: var(--style-border-hover);
352
- box-shadow: var(--sco-shadow-theme)
353
- }
354
-
355
- #pagination .page-number.current:hover {
356
- background: var(--sco-theme);
357
- box-shadow: var(--sco-shadow-theme);
358
- color: var(--sco-white)
359
- }
360
-
361
- #pagination .page-number:hover {
362
- color: var(--sco-theme);
363
- border: var(--style-border-hover);
364
- box-shadow: var(--sco-shadow-main)
365
- }
366
-
367
- #pagination a.extend.next:hover, #pagination a.extend.prev:hover {
368
- color: var(--sco-theme);
369
- border: var(--style-border-hover);
370
- box-shadow: var(--sco-shadow-main)
371
- }
372
-
373
- #pagination span.space {
374
- margin: 0 .3rem
375
- }
376
-
377
- #pagination a.extend.next, #pagination a.extend.prev {
378
- width: 4rem;
379
- height: 2rem;
380
- line-height: 1.9rem;
381
- border-radius: 8px !important;
382
- background: var(--sco-card-bg);
383
- box-shadow: var(--sco-shadow-border);
384
- position: absolute;
385
- border: var(--style-border);
386
- display: flex;
387
- align-items: center;
388
- justify-content: center;
389
- overflow: hidden;
390
- transition: .3s
391
- }
392
-
393
- #pagination a.extend.next i, #pagination a.extend.prev i {
394
- transition: .3s
395
- }
396
-
397
- #pagination a.extend.next {
398
- overflow: hidden
399
- }
400
-
401
- #pagination a.extend.next .pagination_tips_next {
402
- margin-left: -32px;
403
- transition: .3s;
404
- opacity: 0
405
- }
406
-
407
- #pagination a.extend.next:hover .pagination_tips_next {
408
- margin-left: 2px;
409
- opacity: 1;
410
- white-space: nowrap
411
- }
412
-
413
- #pagination a.extend.prev .pagination_tips_prev {
414
- margin-right: -32px;
415
- transition: .3s;
416
- opacity: 0
417
- }
418
-
419
- #pagination a.extend.prev:hover .pagination_tips_prev {
420
- margin-right: 2px;
421
- opacity: 1;
422
- white-space: nowrap
423
- }
424
-
425
- #pagination {
426
- overflow: visible
427
- }
428
-
429
- #pagination .pagination {
430
- position: relative;
431
- display: flex;
432
- justify-content: center
433
- }
434
- }
435
-
436
- @media screen and (min-width: 768px) {
437
- #pagination.pagination-post {
438
- border-radius: 12px;
439
- margin-top: 1rem
440
- }
441
- }
442
-
443
- @media screen and (min-width: 1300px) {
444
- #pagination.pagination-post {
445
- border-radius: 0;
446
- margin-top: 0
447
- }
448
- }
449
-
450
- .pagination input {
451
- width: 40px;
452
- height: 40px;
453
- border-radius: 8px;
454
- border: var(--style-border-always);
455
- transition: .3s;
456
- outline-style: none;
457
- font-size: 16px;
458
- padding-left: 12px;
459
- background: var(--sco-secondbg);
460
- color: var(--sco-fontcolor)
461
- }
462
-
463
- .pagination .toPageGroup input:focus, .pagination .toPageGroup:hover input {
464
- border: var(--style-border-hover-always);
465
- outline-style: none;
466
- width: 100px
467
- }