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.
- package/CONTRIBUTING.md +41 -0
- package/README.md +8 -8
- package/README_EN.md +6 -6
- package/_config.yml +502 -297
- package/languages/en-US.yml +105 -8
- package/languages/zh-CN.yml +98 -1
- package/layout/archive.pug +4 -5
- package/layout/category.pug +4 -5
- package/layout/includes/body/mode.pug +40 -0
- 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 +36 -13
- package/layout/includes/inject/head.pug +30 -20
- package/layout/includes/layout.pug +12 -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 +204 -616
- package/source/css/_layout/index.styl +29 -271
- package/source/css/_mode/index.styl +102 -93
- 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 +306 -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 +135 -171
- 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/universe.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,359 +0,0 @@
|
|
1
|
-
#footer
|
2
|
-
position: relative
|
3
|
-
background: linear-gradient(180deg, var(--sco-card-bg-none) 0, var(--sco-card-bg) 25%)
|
4
|
-
display: flex
|
5
|
-
flex-direction: column
|
6
|
-
margin-top: .5rem
|
7
|
-
|
8
|
-
&:before
|
9
|
-
position: absolute !important
|
10
|
-
width: 100% !important
|
11
|
-
height: 100% !important
|
12
|
-
content: '' !important
|
13
|
-
z-index: -1
|
14
|
-
|
15
|
-
#footer-wrap
|
16
|
-
position: relative
|
17
|
-
color: var(--sco-fontcolor)
|
18
|
-
display: flex
|
19
|
-
flex-wrap: wrap
|
20
|
-
justify-content: space-around
|
21
|
-
padding: 20px 50px 0 50px
|
22
|
-
text-align: left
|
23
|
-
max-width: 1200px
|
24
|
-
margin: 0 auto
|
25
|
-
margin-top: 1rem
|
26
|
-
|
27
|
-
a
|
28
|
-
padding: 4px 12px
|
29
|
-
border-radius: 5px
|
30
|
-
color: var(--sco-fontcolor)
|
31
|
-
height: 44px
|
32
|
-
line-height: 36px
|
33
|
-
|
34
|
-
&:hover
|
35
|
-
cursor: pointer
|
36
|
-
border-radius: 5px
|
37
|
-
color: var(--sco-hovertext)
|
38
|
-
background-color: var(--sco-none)
|
39
|
-
|
40
|
-
.footer-separator
|
41
|
-
margin: 0 .2rem
|
42
|
-
|
43
|
-
.icp-icon
|
44
|
-
padding: 0 4px
|
45
|
-
vertical-align: text-bottom
|
46
|
-
max-height: 1.4em
|
47
|
-
width: auto
|
48
|
-
|
49
|
-
h1
|
50
|
-
font-size: 1.5rem
|
51
|
-
margin: 0
|
52
|
-
|
53
|
-
h3
|
54
|
-
padding: 0 12px
|
55
|
-
|
56
|
-
p
|
57
|
-
margin: 0 0 0 .2rem
|
58
|
-
font-size: .8rem
|
59
|
-
opacity: .8
|
60
|
-
|
61
|
-
i
|
62
|
-
margin-right: .5rem
|
63
|
-
width: 22px
|
64
|
-
font-size: 18px
|
65
|
-
display: inline-block
|
66
|
-
|
67
|
-
#letlogo
|
68
|
-
display: flex
|
69
|
-
flex-direction: column
|
70
|
-
align-self: center
|
71
|
-
margin: auto 0
|
72
|
-
max-width: 200px
|
73
|
-
|
74
|
-
#letlink
|
75
|
-
display: flex
|
76
|
-
flex-direction: row
|
77
|
-
justify-content: space-around
|
78
|
-
margin: 0 0 1rem 0
|
79
|
-
|
80
|
-
.link_group
|
81
|
-
display: flex
|
82
|
-
flex-direction: column
|
83
|
-
margin-right: 20px
|
84
|
-
min-width: 180px
|
85
|
-
|
86
|
-
#weblogo i
|
87
|
-
font-size: 2rem
|
88
|
-
line-height: 2rem
|
89
|
-
letter-spacing: -10px
|
90
|
-
|
91
|
-
div#footer_deal
|
92
|
-
justify-content: center
|
93
|
-
display: flex
|
94
|
-
padding-top: 2rem
|
95
|
-
align-items: center
|
96
|
-
|
97
|
-
div#sco-footer-bar
|
98
|
-
display: none
|
99
|
-
|
100
|
-
a.footer-bar-link
|
101
|
-
padding: 4px 16px
|
102
|
-
background: var(--sco-secondbg)
|
103
|
-
border-radius: 20px
|
104
|
-
margin-top: 8px
|
105
|
-
font-size: 14px
|
106
|
-
cursor: pointer
|
107
|
-
border: var(--style-border-always)
|
108
|
-
|
109
|
-
&:hover
|
110
|
-
background: var(--sco-main)
|
111
|
-
color: var(--sco-white)
|
112
|
-
transform: scale(1.1)
|
113
|
-
border-color: var(--sco-main)
|
114
|
-
|
115
|
-
.footer-logo
|
116
|
-
font-size: 24px
|
117
|
-
|
118
|
-
.footer-bar-description
|
119
|
-
color: var(--sco-secondtext)
|
120
|
-
font-weight: 700
|
121
|
-
|
122
|
-
.post div#sco-footer-bar
|
123
|
-
display: flex
|
124
|
-
flex-direction: column
|
125
|
-
align-items: center
|
126
|
-
margin-top: 16px
|
127
|
-
|
128
|
-
#sco-footer
|
129
|
-
display: flex
|
130
|
-
flex-direction: row
|
131
|
-
width: 100%
|
132
|
-
max-width: 1200px
|
133
|
-
justify-content: space-between
|
134
|
-
flex-wrap: wrap
|
135
|
-
margin: 1rem auto 3rem
|
136
|
-
padding: 0 1rem
|
137
|
-
|
138
|
-
.footer-links
|
139
|
-
display: flex
|
140
|
-
flex-direction: column
|
141
|
-
|
142
|
-
.footer-item
|
143
|
-
font-size: .8rem
|
144
|
-
line-height: .8rem
|
145
|
-
color: var(--sco-fontcolor)
|
146
|
-
margin-right: auto
|
147
|
-
overflow: hidden
|
148
|
-
white-space: nowrap
|
149
|
-
text-overflow: ellipsis
|
150
|
-
max-width: 120px
|
151
|
-
cursor: pointer
|
152
|
-
padding: 8px
|
153
|
-
border-radius: 12px
|
154
|
-
|
155
|
-
&:hover
|
156
|
-
color: var(--sco-theme)
|
157
|
-
background: var(--sco-main-op-light)
|
158
|
-
|
159
|
-
.footer-group
|
160
|
-
min-width: 120px
|
161
|
-
|
162
|
-
.footer-title-group
|
163
|
-
display: flex
|
164
|
-
align-items: center
|
165
|
-
margin: 1rem 0 .7rem 0
|
166
|
-
|
167
|
-
a
|
168
|
-
margin-left: 8px
|
169
|
-
|
170
|
-
&:hover i
|
171
|
-
color: var(--sco-main)
|
172
|
-
opacity: 1
|
173
|
-
|
174
|
-
i
|
175
|
-
line-height: 1
|
176
|
-
color: var(--sco-secondtext)
|
177
|
-
transition: .3s
|
178
|
-
font-size: 16px
|
179
|
-
opacity: .6
|
180
|
-
|
181
|
-
.footer-title
|
182
|
-
margin 0
|
183
|
-
|
184
|
-
.footer-title
|
185
|
-
color: var(--sco-secondtext)
|
186
|
-
font-size: .8rem
|
187
|
-
margin-left: 8px !important
|
188
|
-
|
189
|
-
.random-friends-btn
|
190
|
-
display: flex
|
191
|
-
|
192
|
-
#footer-bar
|
193
|
-
padding: 1rem
|
194
|
-
color: var(--sco-fontcolor)
|
195
|
-
margin-top: 1rem
|
196
|
-
background: var(--sco-secondbg)
|
197
|
-
display: flex
|
198
|
-
overflow: hidden
|
199
|
-
z-index: 1002
|
200
|
-
transition: .3s
|
201
|
-
border-top: var(--style-border-always)
|
202
|
-
|
203
|
-
.footer-bar-links
|
204
|
-
display: flex
|
205
|
-
justify-content: space-between
|
206
|
-
max-width: 1400px
|
207
|
-
width: 100%
|
208
|
-
margin: 0 auto
|
209
|
-
flex-wrap: wrap
|
210
|
-
align-items: center
|
211
|
-
line-height: 1
|
212
|
-
|
213
|
-
.footer-bar-left
|
214
|
-
display: flex
|
215
|
-
flex-wrap: wrap
|
216
|
-
min-height: 32px
|
217
|
-
align-items: center
|
218
|
-
|
219
|
-
.footer-bar-link
|
220
|
-
margin-top: 8px
|
221
|
-
margin-bottom: 8px
|
222
|
-
margin-right: 1rem
|
223
|
-
color: var(--sco-fontcolor)
|
224
|
-
font-size: .8rem
|
225
|
-
font-weight: 700
|
226
|
-
white-space: nowrap
|
227
|
-
|
228
|
-
&:hover
|
229
|
-
color: var(--sco-theme)
|
230
|
-
|
231
|
-
.footer-bar-right
|
232
|
-
display: flex
|
233
|
-
flex-direction: row
|
234
|
-
flex-wrap: wrap
|
235
|
-
align-items: center
|
236
|
-
|
237
|
-
> div > div.footer-bar-left > span
|
238
|
-
margin-right: 1rem
|
239
|
-
|
240
|
-
#cookies-window
|
241
|
-
min-width: 300px
|
242
|
-
background: var(--sco-maskbgdeep)
|
243
|
-
color: var(--sco-fontcolor)
|
244
|
-
padding: 8px 16px
|
245
|
-
display: flex
|
246
|
-
flex-direction: column
|
247
|
-
bottom: 20px
|
248
|
-
right: 20px
|
249
|
-
position: fixed
|
250
|
-
border-radius: 12px
|
251
|
-
transition: .3s
|
252
|
-
z-index: 1002
|
253
|
-
user-select: none
|
254
|
-
backdrop-filter: saturate(180%) blur(20px)
|
255
|
-
-webkit-backdrop-filter: saturate(180%) blur(20px)
|
256
|
-
transform: translateZ(0)
|
257
|
-
border: var(--style-border)
|
258
|
-
animation: barrageIn .6s cubic-bezier(.42, 0, .3, 1.11)
|
259
|
-
|
260
|
-
&.cw-hide
|
261
|
-
opacity: 0
|
262
|
-
animation: barrageOut .6s cubic-bezier(.42, 0, .3, 1.11)
|
263
|
-
z-index: -1
|
264
|
-
|
265
|
-
.cookies-window-title
|
266
|
-
padding-bottom: 4px
|
267
|
-
border-bottom: var(--style-border)
|
268
|
-
font-size: 12px
|
269
|
-
font-weight: 700
|
270
|
-
|
271
|
-
.cookies-window-content
|
272
|
-
font-size: 14px
|
273
|
-
display: flex
|
274
|
-
justify-content: space-around
|
275
|
-
align-items: center
|
276
|
-
|
277
|
-
.cookie-to
|
278
|
-
margin-right: 4px
|
279
|
-
font-weight: 700
|
280
|
-
|
281
|
-
.cookies-link
|
282
|
-
margin-left: auto
|
283
|
-
font-size: 16px
|
284
|
-
|
285
|
-
.cookies-link i.scoicon
|
286
|
-
font-size: 16px
|
287
|
-
|
288
|
-
a.deal_link
|
289
|
-
display: flex
|
290
|
-
margin: 1rem 27px
|
291
|
-
color: var(--sco-card-bg)
|
292
|
-
border-radius: 3rem
|
293
|
-
width: 32px
|
294
|
-
height: 32px
|
295
|
-
background: var(--sco-fontcolor)
|
296
|
-
justify-content: center
|
297
|
-
align-items: center
|
298
|
-
transition: .3s
|
299
|
-
|
300
|
-
&:hover
|
301
|
-
color: var(--sco-white)
|
302
|
-
background: var(--sco-main)
|
303
|
-
transform: scale(1.1)
|
304
|
-
|
305
|
-
blockquote footer
|
306
|
-
padding: 0 0 .5rem
|
307
|
-
|
308
|
-
blockquote footer cite::before
|
309
|
-
padding: 0 .3em
|
310
|
-
content: "—"
|
311
|
-
|
312
|
-
img.footer_mini_logo
|
313
|
-
width: 50px
|
314
|
-
height: 50px
|
315
|
-
margin: 0 1rem
|
316
|
-
cursor: pointer
|
317
|
-
transition: cubic-bezier(0, 0, 0, 1.29) .5s
|
318
|
-
-webkit-user-select: none
|
319
|
-
border-radius: 50px
|
320
|
-
|
321
|
-
&:hover
|
322
|
-
-webkit-backface-visibility: hidden
|
323
|
-
-webkit-transform-style: preserve-3d
|
324
|
-
transform: scale(1.2)
|
325
|
-
|
326
|
-
#footer_deal i
|
327
|
-
font-size: .9rem
|
328
|
-
line-height: .9rem
|
329
|
-
height: .9rem
|
330
|
-
|
331
|
-
@media screen and (max-width: 768px)
|
332
|
-
img.footer_mini_logo
|
333
|
-
display: none
|
334
|
-
|
335
|
-
div#footer_deal
|
336
|
-
flex-wrap: wrap
|
337
|
-
flex-direction: row
|
338
|
-
|
339
|
-
#footer
|
340
|
-
background: linear-gradient(180deg, var(--sco-background) 0, var(--sco-card-bg) 25%)
|
341
|
-
margin-top: 0
|
342
|
-
z-index: 999
|
343
|
-
|
344
|
-
#letlink
|
345
|
-
flex-direction: column !important
|
346
|
-
text-align: center !important
|
347
|
-
|
348
|
-
#letlogo
|
349
|
-
display: none !important
|
350
|
-
|
351
|
-
#footer-wrap
|
352
|
-
margin-top: 1rem !important
|
353
|
-
|
354
|
-
@media screen and (max-width: 1300px)
|
355
|
-
#cookies-window
|
356
|
-
display: none
|
357
|
-
|
358
|
-
[data-theme=dark] #sco-footer .footer-item:hover
|
359
|
-
background: var(--sco-theme-op)
|
@@ -1,226 +0,0 @@
|
|
1
|
-
#sidebar
|
2
|
-
background: var(--sco-maskbg)
|
3
|
-
|
4
|
-
#menu-mask
|
5
|
-
position: fixed
|
6
|
-
z-index: 1001
|
7
|
-
display: none
|
8
|
-
width: 100%
|
9
|
-
height: 100%
|
10
|
-
background: var(--sco-maskbg)
|
11
|
-
backdrop-filter: saturate(180%) blur(20px)
|
12
|
-
-webkit-backdrop-filter: blur(20px)
|
13
|
-
transform: translateZ(0)
|
14
|
-
animation: .6s ease 0s 1 normal none running to_show
|
15
|
-
|
16
|
-
#sidebar-menus
|
17
|
-
position: fixed
|
18
|
-
top: 0
|
19
|
-
right: -300px
|
20
|
-
overflow: hidden auto
|
21
|
-
width: 300px
|
22
|
-
height: 100%
|
23
|
-
background: var(--sco-background)
|
24
|
-
transition: all .5s ease 0s
|
25
|
-
padding-top: 30px
|
26
|
-
z-index: 1001
|
27
|
-
border-left: var(--style-border-always)
|
28
|
-
|
29
|
-
&.open
|
30
|
-
transform: translate3d(-100%, 0, 0)
|
31
|
-
|
32
|
-
.back-menu-list-groups
|
33
|
-
padding: 0 16px
|
34
|
-
|
35
|
-
.back-menu-list-title
|
36
|
-
font-size: 12px
|
37
|
-
color: var(--sco-secondtext)
|
38
|
-
|
39
|
-
.back-menu-list
|
40
|
-
width: calc(100% + 16px)
|
41
|
-
justify-content: flex-start
|
42
|
-
margin: 0 -8px
|
43
|
-
|
44
|
-
.back-menu-item
|
45
|
-
background: var(--sco-card-bg)
|
46
|
-
border: var(--style-border-always)
|
47
|
-
border-radius: 8px
|
48
|
-
|
49
|
-
.back-home-button
|
50
|
-
display: none
|
51
|
-
|
52
|
-
> .author-avatar
|
53
|
-
padding: 1.3rem 1.5rem 0
|
54
|
-
text-align: center
|
55
|
-
|
56
|
-
img
|
57
|
-
width: 110px
|
58
|
-
height: 110px
|
59
|
-
border-radius: 70px
|
60
|
-
transition: all .5s ease 0s
|
61
|
-
|
62
|
-
&:hover
|
63
|
-
transform: rotate(360deg)
|
64
|
-
|
65
|
-
.site-data
|
66
|
-
display: table
|
67
|
-
padding: .6rem .5rem 0
|
68
|
-
width: 100%
|
69
|
-
table-layout: fixed
|
70
|
-
|
71
|
-
.data-item
|
72
|
-
display: table-cell
|
73
|
-
|
74
|
-
.data-item-link .length-num
|
75
|
-
color: var(--text-highlight-color)
|
76
|
-
font-size: 1.28em
|
77
|
-
|
78
|
-
.data-item-link .headline
|
79
|
-
color: var(--sco-fontcolor)
|
80
|
-
|
81
|
-
hr
|
82
|
-
margin: 1rem auto
|
83
|
-
|
84
|
-
.menus_items
|
85
|
-
padding: 0 16px
|
86
|
-
|
87
|
-
.site-page
|
88
|
-
position: relative
|
89
|
-
display: block
|
90
|
-
padding: 0
|
91
|
-
color: var(--sco-fontcolor)
|
92
|
-
cursor: pointer
|
93
|
-
font-size: 14px
|
94
|
-
font-weight: 700
|
95
|
-
|
96
|
-
span:hover
|
97
|
-
color: #307af6
|
98
|
-
|
99
|
-
.menus_item > .site-page
|
100
|
-
display: flex
|
101
|
-
font-size: 12px
|
102
|
-
color: var(--sco-secondtext)
|
103
|
-
|
104
|
-
.expand
|
105
|
-
position: absolute
|
106
|
-
top: .78em
|
107
|
-
right: .4rem
|
108
|
-
transition: transform .3s ease 0s
|
109
|
-
|
110
|
-
&.hide
|
111
|
-
transform: rotate(90deg) !important
|
112
|
-
|
113
|
-
.menus_item_child
|
114
|
-
margin: 0 -4px
|
115
|
-
list-style: none
|
116
|
-
display: flex
|
117
|
-
flex-direction: row
|
118
|
-
flex-wrap: wrap
|
119
|
-
|
120
|
-
.site-page.child
|
121
|
-
display: flex
|
122
|
-
flex-direction: column
|
123
|
-
align-items: center
|
124
|
-
padding: 8px
|
125
|
-
border-radius: 8px
|
126
|
-
border: var(--style-border-always)
|
127
|
-
background: var(--sco-card-bg)
|
128
|
-
|
129
|
-
li
|
130
|
-
width: calc(50% - 8px)
|
131
|
-
margin: 4px
|
132
|
-
|
133
|
-
.site-page.child span
|
134
|
-
line-height: 1
|
135
|
-
margin-top: 8px
|
136
|
-
|
137
|
-
.card-tag-cloud
|
138
|
-
padding: 0 16px
|
139
|
-
display: flex
|
140
|
-
white-space: nowrap
|
141
|
-
flex-direction: row
|
142
|
-
flex-wrap: wrap
|
143
|
-
margin-bottom: 60px
|
144
|
-
|
145
|
-
a
|
146
|
-
color: var(--sco-fontcolor) !important
|
147
|
-
padding: 2px 8px 2px 12px
|
148
|
-
margin: 4px
|
149
|
-
border-radius: 8px
|
150
|
-
border: var(--style-border-always)
|
151
|
-
background: var(--sco-card-bg)
|
152
|
-
font-size: 14px !important
|
153
|
-
|
154
|
-
sup
|
155
|
-
opacity: .6
|
156
|
-
margin-left: 4px
|
157
|
-
|
158
|
-
span.sidebar-menu-item-title
|
159
|
-
font-size: 12px
|
160
|
-
color: var(--sco-secondtext)
|
161
|
-
margin-left: 16px
|
162
|
-
|
163
|
-
.sidebar-menu-item
|
164
|
-
display: flex
|
165
|
-
flex-direction: column
|
166
|
-
padding: 0 16px
|
167
|
-
margin-bottom: 6px
|
168
|
-
|
169
|
-
a.menu-child
|
170
|
-
width: 100%
|
171
|
-
background: var(--sco-card-bg)
|
172
|
-
border-radius: 8px
|
173
|
-
border: var(--style-border-always)
|
174
|
-
display: flex
|
175
|
-
align-items: center
|
176
|
-
font-size: 14px
|
177
|
-
|
178
|
-
i
|
179
|
-
width: 24px
|
180
|
-
height: 24px
|
181
|
-
display: flex
|
182
|
-
align-items: center
|
183
|
-
justify-content: center
|
184
|
-
|
185
|
-
a.menu-child span
|
186
|
-
margin-left: 10px
|
187
|
-
|
188
|
-
.webinfo
|
189
|
-
padding: 0 16px
|
190
|
-
display: flex
|
191
|
-
white-space: nowrap
|
192
|
-
flex-direction: column
|
193
|
-
|
194
|
-
.webinfo-item
|
195
|
-
justify-content: space-between
|
196
|
-
|
197
|
-
.menus_items .site-page span:hover
|
198
|
-
color: var(--sco-fontcolor)
|
199
|
-
|
200
|
-
#toggle-sidebar
|
201
|
-
bottom: 80px
|
202
|
-
|
203
|
-
@media screen and (min-width: 768px)
|
204
|
-
#sidebar #sidebar-menus
|
205
|
-
display: none
|
206
|
-
|
207
|
-
@media screen and (max-width: 768px)
|
208
|
-
#sidebar #sidebar-menus
|
209
|
-
.back-menu-list-groups .back-menu-list .back-menu-item
|
210
|
-
width: calc(50% - 16px)
|
211
|
-
|
212
|
-
.menus_items .site-page
|
213
|
-
font-weight: 400
|
214
|
-
|
215
|
-
.menus_items li .site-page:hover
|
216
|
-
background: var(--sco-main)
|
217
|
-
color: var(--sco-white)
|
218
|
-
|
219
|
-
.menus_items li .site-page span:hover
|
220
|
-
color: var(--sco-white)
|
221
|
-
|
222
|
-
#mobile-sidebar #mobile-sidebar-menus.open
|
223
|
-
background: var(--sco-maskbg)
|
224
|
-
|
225
|
-
#sidebar-menus > hr
|
226
|
-
display: none
|