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,935 +0,0 @@
|
|
1
|
-
#post
|
2
|
-
.tag_share
|
3
|
-
.post-meta__tags
|
4
|
-
span.tags-punctuation
|
5
|
-
font-size 12px
|
6
|
-
margin-right 1px
|
7
|
-
display flex
|
8
|
-
align-items center
|
9
|
-
|
10
|
-
.post_share
|
11
|
-
display inline-block
|
12
|
-
float right
|
13
|
-
margin .4rem 0
|
14
|
-
width fit-content
|
15
|
-
|
16
|
-
.social-share
|
17
|
-
font-size .85em
|
18
|
-
|
19
|
-
.social-share-icon
|
20
|
-
margin 0 4px
|
21
|
-
width 1.85em
|
22
|
-
height 1.85em
|
23
|
-
font-size 1.2em
|
24
|
-
line-height 1.85em
|
25
|
-
|
26
|
-
.post-copyright
|
27
|
-
&:before
|
28
|
-
position absolute
|
29
|
-
top .1rem
|
30
|
-
right .6rem
|
31
|
-
color #307af6
|
32
|
-
content ""
|
33
|
-
font-size 1rem
|
34
|
-
|
35
|
-
.post-copyright__notice
|
36
|
-
font-size: 12px;
|
37
|
-
margin: 0.5rem 0;
|
38
|
-
|
39
|
-
.post-copyright-meta
|
40
|
-
color #307af6
|
41
|
-
font-weight 700
|
42
|
-
|
43
|
-
.post-copyright-info
|
44
|
-
padding-left 0
|
45
|
-
|
46
|
-
a
|
47
|
-
text-decoration none
|
48
|
-
word-break break-word
|
49
|
-
padding 0 4px
|
50
|
-
border-radius 4px
|
51
|
-
|
52
|
-
&:hover
|
53
|
-
text-decoration none
|
54
|
-
background-color var(--sco-main)
|
55
|
-
color var(--sco-white)
|
56
|
-
cursor pointer
|
57
|
-
border-radius 4px
|
58
|
-
|
59
|
-
.post-outdate-notice
|
60
|
-
position relative
|
61
|
-
margin 0 0 1rem
|
62
|
-
border-radius 3px
|
63
|
-
background-color #ffe6e6
|
64
|
-
color #f66
|
65
|
-
padding .5em 1em .5em 2.6em
|
66
|
-
border-left 5px solid #ff8080
|
67
|
-
|
68
|
-
&:before
|
69
|
-
position absolute
|
70
|
-
top 50%
|
71
|
-
left .9em
|
72
|
-
color #ff8080
|
73
|
-
content ""
|
74
|
-
transform translateY(-50%)
|
75
|
-
|
76
|
-
.ads-wrap
|
77
|
-
margin 2rem 0
|
78
|
-
|
79
|
-
// post-meta
|
80
|
-
#post-meta
|
81
|
-
.post-meta-date
|
82
|
-
opacity .6
|
83
|
-
|
84
|
-
#post-info
|
85
|
-
#post-meta
|
86
|
-
> .meta-secondline
|
87
|
-
> span:first-child
|
88
|
-
margin-right .8rem
|
89
|
-
|
90
|
-
span.tags-punctuation::before
|
91
|
-
font-size 15px
|
92
|
-
line-height 32px
|
93
|
-
|
94
|
-
.post-meta-date
|
95
|
-
.far
|
96
|
-
opacity .6
|
97
|
-
|
98
|
-
.article-meta-label
|
99
|
-
display none
|
100
|
-
|
101
|
-
margin-right .8rem
|
102
|
-
|
103
|
-
#post-firstinfo
|
104
|
-
.post-meta__tags
|
105
|
-
color var(--sco-white)
|
106
|
-
opacity .8
|
107
|
-
margin-right 8px
|
108
|
-
padding 0 8px 0 4px
|
109
|
-
border-radius 12px
|
110
|
-
display flex
|
111
|
-
align-items center
|
112
|
-
flex-direction row
|
113
|
-
|
114
|
-
&:hover
|
115
|
-
color var(--sco-white)
|
116
|
-
opacity 1
|
117
|
-
background var(--sco-white-op)
|
118
|
-
|
119
|
-
span.post-meta-categories
|
120
|
-
background-color var(--sco-white-op)
|
121
|
-
padding 0 .5rem
|
122
|
-
border-radius 8px
|
123
|
-
line-height 32px
|
124
|
-
height 32px
|
125
|
-
transition .3s
|
126
|
-
|
127
|
-
&:not(:first-child)
|
128
|
-
margin-left 8px
|
129
|
-
|
130
|
-
&:hover
|
131
|
-
background-color var(--sco-white)
|
132
|
-
|
133
|
-
a.post-meta-categories
|
134
|
-
color var(--sco-white)
|
135
|
-
font-size .7rem
|
136
|
-
width 100%
|
137
|
-
height 100%
|
138
|
-
display flex
|
139
|
-
|
140
|
-
span.post-meta-categories:hover
|
141
|
-
a.post-meta-categories
|
142
|
-
color var(--sco-main)
|
143
|
-
|
144
|
-
#post-firstinfo
|
145
|
-
.meta-firstline
|
146
|
-
display flex
|
147
|
-
align-items center
|
148
|
-
height 32px
|
149
|
-
|
150
|
-
.tag_share
|
151
|
-
margin-left 1rem
|
152
|
-
|
153
|
-
.post-meta__tag-list
|
154
|
-
display flex
|
155
|
-
flex-direction row
|
156
|
-
align-items center
|
157
|
-
|
158
|
-
@media screen and (max-width: 768px)
|
159
|
-
#post-firstinfo
|
160
|
-
.meta-firstline
|
161
|
-
margin-bottom .4rem
|
162
|
-
|
163
|
-
.meta-avatar
|
164
|
-
img
|
165
|
-
width 30px
|
166
|
-
border-radius 30px
|
167
|
-
height 30px
|
168
|
-
|
169
|
-
&:hover
|
170
|
-
transform rotate(360deg)
|
171
|
-
|
172
|
-
a.post-meta-original
|
173
|
-
background var(--sco-white-op) !important
|
174
|
-
color var(--sco-white) !important
|
175
|
-
padding 0 .5rem
|
176
|
-
font-size .7rem
|
177
|
-
margin auto
|
178
|
-
border-radius 8px
|
179
|
-
font-weight 700
|
180
|
-
line-height 32px
|
181
|
-
width 100%
|
182
|
-
height 100%
|
183
|
-
display flex
|
184
|
-
|
185
|
-
&:hover
|
186
|
-
color var(--sco-main) !important
|
187
|
-
background var(--sco-white) !important
|
188
|
-
border-radius 8px !important
|
189
|
-
|
190
|
-
@media screen and (max-width: 768px)
|
191
|
-
.meta-share-time
|
192
|
-
display none !important
|
193
|
-
|
194
|
-
#post-info
|
195
|
-
#post-meta
|
196
|
-
z-index 1
|
197
|
-
|
198
|
-
&:after
|
199
|
-
position absolute
|
200
|
-
content ''
|
201
|
-
width 100%
|
202
|
-
height 100%
|
203
|
-
bottom 0
|
204
|
-
left 0
|
205
|
-
box-shadow 0 -214px 287px 45px var(--sco-main) inset
|
206
|
-
z-index 0
|
207
|
-
|
208
|
-
.meta-secondline
|
209
|
-
justify-content center !important
|
210
|
-
|
211
|
-
.post-meta__tag-list
|
212
|
-
display none
|
213
|
-
|
214
|
-
.typed-cursor
|
215
|
-
display none
|
216
|
-
|
217
|
-
.meta-avatar
|
218
|
-
display none !important
|
219
|
-
|
220
|
-
#post-firstinfo
|
221
|
-
white-space nowrap
|
222
|
-
margin 0 auto
|
223
|
-
z-index 1
|
224
|
-
|
225
|
-
.meta-firstline
|
226
|
-
.tag_share
|
227
|
-
display none
|
228
|
-
|
229
|
-
.post-meta__tag-list::-webkit-scrollbar
|
230
|
-
display none
|
231
|
-
|
232
|
-
.meta-share-time
|
233
|
-
a:hover
|
234
|
-
background 0 0 !important
|
235
|
-
|
236
|
-
.meta-avatar-name
|
237
|
-
opacity 1
|
238
|
-
color var(--sco-white) !important
|
239
|
-
font-weight 700
|
240
|
-
|
241
|
-
display flex
|
242
|
-
|
243
|
-
.meta-info
|
244
|
-
margin 0 .5rem
|
245
|
-
|
246
|
-
.meta-secondline
|
247
|
-
display flex
|
248
|
-
flex-direction row
|
249
|
-
flex-wrap wrap
|
250
|
-
justify-content flex-start
|
251
|
-
align-items center
|
252
|
-
|
253
|
-
.meta-avatar
|
254
|
-
display flex
|
255
|
-
|
256
|
-
.meta-avatar-name
|
257
|
-
margin 0 .5rem
|
258
|
-
|
259
|
-
#post-info
|
260
|
-
#post-meta
|
261
|
-
i
|
262
|
-
font-size 16px
|
263
|
-
margin-right 4px
|
264
|
-
|
265
|
-
span.post-meta-pv-cv
|
266
|
-
margin-left .8rem
|
267
|
-
|
268
|
-
span.post-meta-wechat
|
269
|
-
margin-right .8rem
|
270
|
-
opacity .6
|
271
|
-
transition .3s
|
272
|
-
cursor pointer
|
273
|
-
|
274
|
-
&:hover
|
275
|
-
opacity 1
|
276
|
-
background var(--sco-white-op);
|
277
|
-
|
278
|
-
span.post-meta-position
|
279
|
-
margin-right 12px
|
280
|
-
opacity .6
|
281
|
-
|
282
|
-
#post-info
|
283
|
-
#post-meta
|
284
|
-
.post-meta-label
|
285
|
-
display none
|
286
|
-
|
287
|
-
.post-meta-icon
|
288
|
-
margin-right .4rem
|
289
|
-
|
290
|
-
.post-meta-separator
|
291
|
-
margin 0 .4rem
|
292
|
-
|
293
|
-
.post-meta-pv-cv
|
294
|
-
#busuanzi_value_page_pv
|
295
|
-
font-weight 800
|
296
|
-
|
297
|
-
#post-meta
|
298
|
-
> div
|
299
|
-
> span.post-meta-wordcount
|
300
|
-
> span.word-count
|
301
|
-
font-weight 800
|
302
|
-
|
303
|
-
> span:nth-child(7)
|
304
|
-
font-weight 800
|
305
|
-
|
306
|
-
#post-firstinfo
|
307
|
-
> div
|
308
|
-
> span.post-meta-categories
|
309
|
-
> a
|
310
|
-
font-weight 800
|
311
|
-
|
312
|
-
.post-meta-wordcount
|
313
|
-
opacity .6
|
314
|
-
margin-right 20px
|
315
|
-
|
316
|
-
@media screen and (max-width: 768px)
|
317
|
-
.post-meta-wordcount
|
318
|
-
margin-left 0
|
319
|
-
|
320
|
-
.post-meta-pv-cv
|
321
|
-
opacity .6
|
322
|
-
|
323
|
-
.post-meta-pv
|
324
|
-
opacity .6
|
325
|
-
margin-right 8px
|
326
|
-
padding 8px
|
327
|
-
display flex
|
328
|
-
align-items center
|
329
|
-
border-radius 12px
|
330
|
-
|
331
|
-
&:hover
|
332
|
-
opacity 1
|
333
|
-
background var(--sco-white-op)
|
334
|
-
text-decoration none
|
335
|
-
color var(--sco-white)
|
336
|
-
|
337
|
-
.post-meta-commentcount
|
338
|
-
opacity .6
|
339
|
-
cursor pointer
|
340
|
-
transition .3s
|
341
|
-
border-radius 12px
|
342
|
-
padding 8px
|
343
|
-
|
344
|
-
&:hover
|
345
|
-
opacity 1
|
346
|
-
background var(--sco-white-op)
|
347
|
-
|
348
|
-
#twikoo-count
|
349
|
-
font-weight 800
|
350
|
-
color var(--sco-white)
|
351
|
-
|
352
|
-
.post-meta-commentcount
|
353
|
-
i
|
354
|
-
margin-right .5rem
|
355
|
-
|
356
|
-
#post-meta
|
357
|
-
> div
|
358
|
-
text-align left
|
359
|
-
|
360
|
-
#post-info
|
361
|
-
#post-meta
|
362
|
-
margin-top .4rem
|
363
|
-
transition .3s
|
364
|
-
display flex
|
365
|
-
-webkit-user-select none
|
366
|
-
|
367
|
-
a
|
368
|
-
text-decoration none
|
369
|
-
color var(--sco-fontcolor)
|
370
|
-
line-height 1
|
371
|
-
|
372
|
-
&:hover
|
373
|
-
text-decoration none
|
374
|
-
|
375
|
-
.hide-aside
|
376
|
-
#page
|
377
|
-
span.tags-punctuation::before
|
378
|
-
font-size 22px
|
379
|
-
|
380
|
-
span.tags-punctuation::before
|
381
|
-
content "\e071"
|
382
|
-
font-family scoicon, serif !important
|
383
|
-
font-size 14px
|
384
|
-
opacity .4
|
385
|
-
|
386
|
-
#post
|
387
|
-
> hr
|
388
|
-
display none
|
389
|
-
|
390
|
-
.img-alt
|
391
|
-
font-size 12px
|
392
|
-
margin 0
|
393
|
-
color var(--sco-secondtext)
|
394
|
-
|
395
|
-
.long-img
|
396
|
-
.img-alt
|
397
|
-
display none
|
398
|
-
|
399
|
-
img
|
400
|
-
border-radius 0 !important
|
401
|
-
margin 0 !important
|
402
|
-
|
403
|
-
.meta-secondline
|
404
|
-
> span
|
405
|
-
display: flex
|
406
|
-
align-items center
|
407
|
-
line-height 1
|
408
|
-
|
409
|
-
@media screen and (max-width: 768px)
|
410
|
-
.meta-secondline
|
411
|
-
span
|
412
|
-
line-height 1.5
|
413
|
-
|
414
|
-
#post-firstinfo
|
415
|
-
text-align left
|
416
|
-
display flex
|
417
|
-
white-space nowrap
|
418
|
-
-webkit-user-select none
|
419
|
-
|
420
|
-
.inline-image
|
421
|
-
display flex
|
422
|
-
margin 8px auto
|
423
|
-
width fit-content
|
424
|
-
justify-content center
|
425
|
-
|
426
|
-
a:hover
|
427
|
-
background 0 0 !important
|
428
|
-
box-shadow none !important
|
429
|
-
|
430
|
-
img
|
431
|
-
margin 0 !important
|
432
|
-
display inline-flex
|
433
|
-
|
434
|
-
.post-bg
|
435
|
-
#post-cover
|
436
|
-
width 100%
|
437
|
-
height 100%
|
438
|
-
object-fit cover
|
439
|
-
min-width 50vw
|
440
|
-
min-height 20rem
|
441
|
-
opacity .8
|
442
|
-
|
443
|
-
#post
|
444
|
-
h2
|
445
|
-
margin-top 1.5rem
|
446
|
-
|
447
|
-
// 文章底部
|
448
|
-
#post
|
449
|
-
.tag_share
|
450
|
-
.post-meta__tags
|
451
|
-
background var(--sco-card-bg)
|
452
|
-
border var(--style-border-always)
|
453
|
-
color var(--sco-fontcolor)
|
454
|
-
border-radius 8px
|
455
|
-
margin 0
|
456
|
-
display flex
|
457
|
-
align-items center
|
458
|
-
white-space nowrap
|
459
|
-
height 40px
|
460
|
-
padding 0 .6rem
|
461
|
-
width fit-content
|
462
|
-
font-size .85em
|
463
|
-
transition all .2s ease-in-out 0s
|
464
|
-
|
465
|
-
&:hover
|
466
|
-
background var(--sco-lighttext)
|
467
|
-
box-shadow var(--sco-shadow-main)
|
468
|
-
color var(--sco-white)
|
469
|
-
|
470
|
-
.post-copyright
|
471
|
-
background var(--sco-secondbg)
|
472
|
-
border-width 1px
|
473
|
-
transition .3s
|
474
|
-
position relative
|
475
|
-
margin 80px 0 30px
|
476
|
-
border-radius 12px
|
477
|
-
padding 34px 0 20px 0
|
478
|
-
border var(--style-border-always)
|
479
|
-
|
480
|
-
&__author_img
|
481
|
-
width 66px
|
482
|
-
height 66px
|
483
|
-
margin auto
|
484
|
-
border-radius 66px
|
485
|
-
overflow hidden
|
486
|
-
position absolute
|
487
|
-
left calc(50% - 33px)
|
488
|
-
top -33px
|
489
|
-
border var(--style-border-always)
|
490
|
-
box-shadow var(--sco-shadow-main)
|
491
|
-
|
492
|
-
&:hover
|
493
|
-
img.post-copyright__author_img_front
|
494
|
-
transform scale(1) translateY(3px)
|
495
|
-
|
496
|
-
img.post-copyright__author_img_back
|
497
|
-
transform scale(.8)
|
498
|
-
|
499
|
-
img
|
500
|
-
position absolute
|
501
|
-
bottom 0
|
502
|
-
left 0
|
503
|
-
|
504
|
-
&__author_img img
|
505
|
-
position absolute
|
506
|
-
bottom 0
|
507
|
-
left 0
|
508
|
-
|
509
|
-
&__author_img_back
|
510
|
-
border-radius 66px
|
511
|
-
z-index 10
|
512
|
-
|
513
|
-
&__author_img_front
|
514
|
-
z-index 20
|
515
|
-
transform scale(1.2) translateY(6px)
|
516
|
-
|
517
|
-
&__author_img:hover
|
518
|
-
&__author_img_front
|
519
|
-
transform scale(1) translateY(3px)
|
520
|
-
|
521
|
-
&__author_img_back
|
522
|
-
transform scale(.8)
|
523
|
-
|
524
|
-
&__author_name
|
525
|
-
text-align center
|
526
|
-
font-size 20px
|
527
|
-
font-weight 700
|
528
|
-
margin-top 16px
|
529
|
-
color var(--sco-fontcolor)
|
530
|
-
line-height 1
|
531
|
-
|
532
|
-
&__author_desc
|
533
|
-
text-align center
|
534
|
-
font-size 14px
|
535
|
-
color var(--sco-secondtext)
|
536
|
-
margin-top 4px
|
537
|
-
|
538
|
-
&__author
|
539
|
-
display flex
|
540
|
-
align-items center
|
541
|
-
|
542
|
-
&__original
|
543
|
-
background var(--sco-fontcolor)
|
544
|
-
color var(--sco-card-bg)
|
545
|
-
padding .2rem .5rem
|
546
|
-
font-size .7rem
|
547
|
-
border-radius 8px
|
548
|
-
margin-right .5rem
|
549
|
-
font-weight 700
|
550
|
-
line-height 1.5
|
551
|
-
white-space nowrap
|
552
|
-
-webkit-user-select none
|
553
|
-
|
554
|
-
&:hover
|
555
|
-
background var(--sco-main)
|
556
|
-
color var(--sco-white)
|
557
|
-
|
558
|
-
&-copybtn
|
559
|
-
margin-left .5rem
|
560
|
-
color var(--sco-fontcolor)
|
561
|
-
opacity .4
|
562
|
-
transition .3s
|
563
|
-
|
564
|
-
&:hover
|
565
|
-
opacity 1
|
566
|
-
transition .3s
|
567
|
-
|
568
|
-
&-copybtn i
|
569
|
-
font-size 16px
|
570
|
-
|
571
|
-
&-info a
|
572
|
-
padding 0
|
573
|
-
color var(--sco-fontcolor)
|
574
|
-
font-weight 700
|
575
|
-
|
576
|
-
&-info
|
577
|
-
padding-left 0
|
578
|
-
color var(--sco-secondtext)
|
579
|
-
overflow hidden
|
580
|
-
display -webkit-box
|
581
|
-
-webkit-line-clamp 1
|
582
|
-
-webkit-box-orient vertical
|
583
|
-
text-align center
|
584
|
-
|
585
|
-
&-title
|
586
|
-
padding-left 0
|
587
|
-
color var(--sco-fontcolor)
|
588
|
-
overflow hidden
|
589
|
-
display -webkit-box
|
590
|
-
-webkit-line-clamp 1
|
591
|
-
-webkit-box-orient vertical
|
592
|
-
font-size 1rem
|
593
|
-
font-weight 700
|
594
|
-
|
595
|
-
&:hover
|
596
|
-
color var(--sco-lighttext)
|
597
|
-
|
598
|
-
& > div
|
599
|
-
&__author > span > span
|
600
|
-
padding 0
|
601
|
-
color var(--sco-fontcolor)
|
602
|
-
font-weight 700
|
603
|
-
font-size 1rem
|
604
|
-
line-height 1.38
|
605
|
-
overflow hidden
|
606
|
-
display -webkit-box
|
607
|
-
-webkit-line-clamp 1
|
608
|
-
-webkit-box-orient vertical
|
609
|
-
|
610
|
-
&__type
|
611
|
-
line-height 16px
|
612
|
-
display flex
|
613
|
-
align-items center
|
614
|
-
margin-top 4px
|
615
|
-
|
616
|
-
&__type > span > a
|
617
|
-
font-size 14px
|
618
|
-
opacity .6
|
619
|
-
line-height 16px
|
620
|
-
|
621
|
-
&:hover
|
622
|
-
opacity 1
|
623
|
-
background 0 0
|
624
|
-
|
625
|
-
&-url a
|
626
|
-
overflow hidden
|
627
|
-
display -webkit-box
|
628
|
-
-webkit-line-clamp 1
|
629
|
-
-webkit-box-orient vertical
|
630
|
-
|
631
|
-
& > div
|
632
|
-
&__notice
|
633
|
-
font-size 12px
|
634
|
-
margin .5rem 0
|
635
|
-
|
636
|
-
&:before
|
637
|
-
display none
|
638
|
-
|
639
|
-
.tag_share
|
640
|
-
.post-meta__tags
|
641
|
-
span.tagsPageCount, #tag-page-tags .tagsPageCount
|
642
|
-
padding 2px
|
643
|
-
background var(--sco-card-bg)
|
644
|
-
border var(--style-border-always)
|
645
|
-
min-width 23px
|
646
|
-
display inline-block
|
647
|
-
border-radius 4px
|
648
|
-
text-align center
|
649
|
-
font-size .6rem
|
650
|
-
color var(--sco-fontcolor)
|
651
|
-
margin-left 4px
|
652
|
-
|
653
|
-
.post-meta__tag-list
|
654
|
-
display flex
|
655
|
-
padding 0
|
656
|
-
width 100%
|
657
|
-
flex-wrap wrap
|
658
|
-
flex-direction row
|
659
|
-
|
660
|
-
a
|
661
|
-
margin-bottom 8px
|
662
|
-
margin-right 8px
|
663
|
-
|
664
|
-
.post-tools
|
665
|
-
display flex
|
666
|
-
width 100%
|
667
|
-
justify-content center
|
668
|
-
margin-top 8px
|
669
|
-
flex-wrap wrap
|
670
|
-
-webkit-user-select none
|
671
|
-
|
672
|
-
&-left
|
673
|
-
white-space nowrap
|
674
|
-
display flex
|
675
|
-
text-overflow ellipsis
|
676
|
-
justify-content center
|
677
|
-
flex-wrap wrap
|
678
|
-
|
679
|
-
&-right
|
680
|
-
padding-right 0
|
681
|
-
display flex
|
682
|
-
align-items center
|
683
|
-
flex-direction row
|
684
|
-
flex-wrap wrap
|
685
|
-
|
686
|
-
#qrcode
|
687
|
-
width 150px
|
688
|
-
height 150px
|
689
|
-
min-width 150px
|
690
|
-
min-height 150px
|
691
|
-
background var(--sco-white)
|
692
|
-
padding 8px
|
693
|
-
border-radius 8px
|
694
|
-
margin-bottom 8px
|
695
|
-
border var(--style-border-always)
|
696
|
-
|
697
|
-
.post-qr-code-img
|
698
|
-
box-shadow var(--sco-shadow-lightblack)
|
699
|
-
border-radius 12px
|
700
|
-
border var(--style-border-always)
|
701
|
-
|
702
|
-
#quit-box
|
703
|
-
position fixed
|
704
|
-
width 100vw
|
705
|
-
height 100vh
|
706
|
-
background rgba(0, 0, 0, .2)
|
707
|
-
top 0
|
708
|
-
left 0
|
709
|
-
display none
|
710
|
-
z-index 101
|
711
|
-
margin 0 !important
|
712
|
-
|
713
|
-
.post-tools-left
|
714
|
-
#quit-box
|
715
|
-
display none
|
716
|
-
|
717
|
-
@media screen and (min-width: 1300px)
|
718
|
-
#post
|
719
|
-
.tag_share
|
720
|
-
.post-meta__tags
|
721
|
-
background var(--sco-card-bg)
|
722
|
-
border var(--style-border)
|
723
|
-
|
724
|
-
&:hover
|
725
|
-
border var(--style-border-hover)
|
726
|
-
|
727
|
-
@media screen and (max-width: 768px)
|
728
|
-
#post
|
729
|
-
.post-copyright
|
730
|
-
background var(--sco-card-bg)
|
731
|
-
box-shadow var(--sco-shadow-border)
|
732
|
-
padding 1rem 1.3rem
|
733
|
-
|
734
|
-
.post-copyright
|
735
|
-
.post-meta-original
|
736
|
-
display none
|
737
|
-
|
738
|
-
.post-copyright__original
|
739
|
-
display none
|
740
|
-
|
741
|
-
> div
|
742
|
-
.post-copyright__author > span > span
|
743
|
-
-webkit-line-clamp 3
|
744
|
-
|
745
|
-
.post-copyright
|
746
|
-
.post-copyright-info
|
747
|
-
-webkit-line-clamp 2
|
748
|
-
|
749
|
-
.post-copyright
|
750
|
-
.post-copyright-title
|
751
|
-
-webkit-line-clamp 3
|
752
|
-
line-height 1.2
|
753
|
-
|
754
|
-
#quit-box
|
755
|
-
z-index 109
|
756
|
-
height calc(100vh - 380px)
|
757
|
-
|
758
|
-
.post-tools-left
|
759
|
-
> div
|
760
|
-
margin 8px
|
761
|
-
|
762
|
-
.post-tools-left
|
763
|
-
white-space nowrap
|
764
|
-
display flex
|
765
|
-
text-overflow ellipsis
|
766
|
-
justify-content center
|
767
|
-
width 100%
|
768
|
-
|
769
|
-
// 文章顶部图片
|
770
|
-
|
771
|
-
.coverdiv
|
772
|
-
width 70%
|
773
|
-
height 100%
|
774
|
-
position relative
|
775
|
-
overflow hidden
|
776
|
-
margin 0 -20% 0 auto
|
777
|
-
transform rotate(10deg) translateY(-10%) scale(2)
|
778
|
-
filter blur(10px)
|
779
|
-
|
780
|
-
.coverdiv.loaded
|
781
|
-
display block
|
782
|
-
|
783
|
-
.coverdiv:after
|
784
|
-
position absolute
|
785
|
-
content ''
|
786
|
-
width 100%
|
787
|
-
height 100%
|
788
|
-
top 0
|
789
|
-
left 0
|
790
|
-
box-shadow 110px -130px 300px 60px var(--sco-main) inset
|
791
|
-
|
792
|
-
@media screen and (max-width: 768px)
|
793
|
-
.coverdiv
|
794
|
-
margin 0 0 0 auto
|
795
|
-
transform rotate(0) translateY(0) scale(1)
|
796
|
-
filter blur(0)
|
797
|
-
width 100%
|
798
|
-
position fixed
|
799
|
-
height 30rem
|
800
|
-
z-index 1
|
801
|
-
|
802
|
-
.coverdiv:after
|
803
|
-
box-shadow 0 0 205px 59px var(--sco-main) inset
|
804
|
-
|
805
|
-
@media screen and (min-width: 1300px)
|
806
|
-
.coverdiv
|
807
|
-
width 70%
|
808
|
-
height 100%
|
809
|
-
position relative
|
810
|
-
overflow hidden
|
811
|
-
margin 0 -20% 0 auto
|
812
|
-
transform rotate(10deg) translateY(-8%) scale(1.8)
|
813
|
-
filter blur(10px)
|
814
|
-
opacity 0
|
815
|
-
|
816
|
-
.coverdiv.loaded
|
817
|
-
display block
|
818
|
-
opacity .5
|
819
|
-
animation showCover 1s .3s backwards
|
820
|
-
transform rotate(10deg) translateY(-10%) scale(2)
|
821
|
-
|
822
|
-
@media screen and (min-width: 768px)
|
823
|
-
.coverdiv
|
824
|
-
width 70%
|
825
|
-
height 100%
|
826
|
-
position relative
|
827
|
-
overflow hidden
|
828
|
-
margin 0 -20% 0 auto
|
829
|
-
transform rotate(10deg) translateY(-8%) scale(1.8)
|
830
|
-
filter blur(10px)
|
831
|
-
opacity 0
|
832
|
-
|
833
|
-
.coverdiv.loaded
|
834
|
-
display block
|
835
|
-
opacity .5
|
836
|
-
animation showCover 1s .3s backwards
|
837
|
-
transform rotate(10deg) translateY(-10%) scale(2)
|
838
|
-
|
839
|
-
@keyframes showCover
|
840
|
-
from
|
841
|
-
opacity 0
|
842
|
-
transform rotate(10deg) translateY(-8%) scale(1.8)
|
843
|
-
to
|
844
|
-
opacity .5
|
845
|
-
transform rotate(10deg) translateY(-10%) scale(2)
|
846
|
-
|
847
|
-
// 文章顶部内容
|
848
|
-
|
849
|
-
#post > #post-info
|
850
|
-
margin-bottom 1.5rem
|
851
|
-
|
852
|
-
#post > #post-info .post-title
|
853
|
-
padding-bottom .2rem
|
854
|
-
border-bottom 1px solid var(--light-grey)
|
855
|
-
color var(--text-highlight-color)
|
856
|
-
|
857
|
-
#post > #post-info .post-title .post-edit-link
|
858
|
-
float right
|
859
|
-
|
860
|
-
#post > #post-info #post-meta, #post > #post-info #post-meta a
|
861
|
-
color #78818a
|
862
|
-
border-radius 12px
|
863
|
-
|
864
|
-
#post-info .post-title
|
865
|
-
margin-bottom .4rem
|
866
|
-
color var(--sco-white)
|
867
|
-
font-weight 400
|
868
|
-
font-size 2.5em
|
869
|
-
line-height 1.5
|
870
|
-
-webkit-line-clamp 3
|
871
|
-
|
872
|
-
@media screen and (max-width: 768px)
|
873
|
-
#post-info .post-title
|
874
|
-
font-size 1.72em
|
875
|
-
|
876
|
-
#post-info .post-title .post-edit-link
|
877
|
-
padding-left .5rem
|
878
|
-
|
879
|
-
#post-info #post-meta
|
880
|
-
color var(--light-grey)
|
881
|
-
font-size 95%
|
882
|
-
|
883
|
-
@media screen and (min-width: 768px)
|
884
|
-
#post-info #post-meta > .meta-secondline > span:first-child
|
885
|
-
display none
|
886
|
-
|
887
|
-
@media screen and (max-width: 768px)
|
888
|
-
#post-info #post-meta
|
889
|
-
font-size 90%
|
890
|
-
padding 0 2rem
|
891
|
-
|
892
|
-
#post-info #post-meta .post-meta-separator
|
893
|
-
margin 0 10px
|
894
|
-
|
895
|
-
#post-info #post-meta .post-meta-icon
|
896
|
-
margin-right .2rem
|
897
|
-
|
898
|
-
#post-info #post-meta .post-meta-label
|
899
|
-
margin-right .2rem
|
900
|
-
|
901
|
-
#post-info #post-meta a
|
902
|
-
color var(--light-grey)
|
903
|
-
transition all .3s ease-out 0s
|
904
|
-
|
905
|
-
#post-info .post-title
|
906
|
-
color var(--sco-white)
|
907
|
-
font-weight 700
|
908
|
-
font-size 2.3rem
|
909
|
-
line-height 1.2
|
910
|
-
text-align left
|
911
|
-
margin 1rem 0 1rem 0 !important
|
912
|
-
-webkit-line-clamp 2
|
913
|
-
padding 0
|
914
|
-
overflow hidden
|
915
|
-
|
916
|
-
@media screen and (max-width: 768px)
|
917
|
-
#post-info .post-title
|
918
|
-
font-size 1.2rem
|
919
|
-
-webkit-line-clamp 3
|
920
|
-
margin .2rem auto !important
|
921
|
-
text-align center
|
922
|
-
z-index 1
|
923
|
-
|
924
|
-
.post-bg
|
925
|
-
#post-cover
|
926
|
-
+minWidth768()
|
927
|
-
min-height 15rem !important
|
928
|
-
height 70% !important
|
929
|
-
opacity 1 !important
|
930
|
-
|
931
|
-
#post-info
|
932
|
-
.post-title
|
933
|
-
+minWidth1300()
|
934
|
-
width 1100px
|
935
|
-
font-size 2.6rem !important
|