hexo-theme-butterfly/source/css/_layout/third-party.styl
Jerry 1d293c0fc7 aplayer的間距調整
🐛 修復tabs外挂標簽與aplayer插件衝突而異常的bugs
2020-06-20 22:05:39 +08:00

92 lines
1.6 KiB
Stylus

if hexo-config('valine.enable')
#vcomment
button
padding: .3rem .8rem
border-color: $button-color
background-color: $light-blue
color: $button-color
font-size: .7rem
transition: all .3s
&:hover
background-color: $theme-button-hover-color
if hexo-config('valine.bg')
textarea
background: url(hexo-config('valine.bg')) 100% 100% no-repeat
.vimg
transition: all .3s
&:hover
transform: rotate(360deg)
.vat
padding: 0 .8rem
border: 1px solid $light-blue
border-radius: 5px
color: $light-blue
font-size: .7125rem
transition: all .3s
&:hover
background-color: $light-blue
color: $button-color
if hexo-config('beautify.enable')
#article-container
.aplayer
ol,
ul
margin: 0
padding: 0
li
margin: 0
padding: 0 15px
&:before
content: none
// third-party
// fireworks
.fireworks
position: fixed
top: 0
left: 0
z-index: $fireworks-zIndex
pointer-events: none
.medium-zoom-image--opened
z-index: 99999 !important
margin: 0 !important
.medium-zoom-overlay
z-index: 99999 !important
.mermaid
overflow: auto
margin: 0 0 1rem
background: $white
text-align: center
opacity: 0
transition: all .3s
&[data-processed]
opacity: 1
.utterances
max-width: 100%
#gitalk-container
.gt-meta
margin: 0 0 .8em
padding: .3rem 0 .8em
.has-jax
overflow: auto
//aplayer
#article-container
.aplayer
margin: 0 0 1rem