feat: 添加 artitalk 説説插件

style: 主題文件分類調正
This commit is contained in:
Jerry
2020-09-16 23:09:34 +08:00
Unverified
parent 938e7a04c7
commit c7318a3793
16 changed files with 112 additions and 83 deletions

View File

@@ -162,3 +162,8 @@ if hexo-config('darkmode.enable') || hexo-config('display_mode') == 'dark'
blockquote
color: alpha(#FFFFFF, .7)
#artitalk_main #lazy
background: #121212
#operare_artitalk .c2
background: #121212

View File

@@ -1,12 +1,11 @@
.category-content
#page
.category-lists
padding: 1rem 0 1.5rem
+maxWidth768()
padding: 0
.category__title
text-align: center
.category-title
font-size: 2.57em
+maxWidth768()

View File

@@ -39,13 +39,8 @@
&:hover
box-shadow: 0 4px 12px 12px rgba(7, 17, 27, .15)
+minWidth900()
if hexo-config('aside.position') == 'left'
#recent-posts,
#page,
.category-content,
#archive,
.tag-cloud,
#tag,
#category
order: 2
if hexo-config('aside.position') == 'left'
+minWidth900()
.layout_page
& > div:first-child
order: 2

View File

@@ -1,19 +1,18 @@
.tag-cloud
text-align: center
&-list
a
display: inline-block
padding: 0 .4rem
transition: all .3s
a
display: inline-block
padding: 0 .4rem
transition: all .3s
&:hover
color: $text-hover !important
transform: scale(1.1)
&:hover
color: $text-hover !important
transform: scale(1.1)
+maxWidth768()
zoom: .85
+maxWidth768()
zoom: .85
&__title
&-title
font-size: 2.57em
+maxWidth768()