mirror of
https://github.com/jerryc127/hexo-theme-butterfly.git
synced 2025-09-15 12:58:48 +08:00
88 lines
1.5 KiB
Stylus
88 lines
1.5 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
|