UNPKG
hexo-theme-volantis
Version:
latest (6.0.5)
6.0.5
6.0.4
6.0.3
6.0.2
6.0.1
6.0.0
5.8.1
5.8.0
5.7.10
5.7.9
5.7.8
5.7.7
5.7.6
5.7.5
5.7.4
5.7.3
5.7.2
5.7.1
5.7.0
5.6.0
5.5.0
5.4.0
5.3.2
5.3.1
5.3.0
5.2.0
5.1.1
5.1.0
5.0.0-rc.111
5.0.0-rc.110
5.0.0-rc.101
5.0.0-rc.100
5.0.0-rc.11
5.0.0-rc.10
5.0.0-rc.9
5.0.0-rc.8
5.0.0-rc.7
5.0.0-rc.6
5.0.0-rc.5
5.0.0-rc.4
5.0.0-rc.3
5.0.0-rc.2
5.0.0-rc.1
5.0.0-beta.2
5.0.0-alpha.112
4.3.1
4.3.0
4.2.0
4.1.6
4.1.5
4.1.4
4.1.3
4.1.2
4.1.1
4.1.0
4.0.0
4.0.0-rc.4
4.0.0-rc.3
4.0.0-rc.2
4.0.0-rc.1
3.0.0
3.0.0-rc.2
3.0.0-rc.1
Elegant and powerful theme for Hexo.
volantis.js.org
volantis-x/hexo-theme-volantis
hexo-theme-volantis
/
source
/
css
/
_style
/
_layout
/
loading.styl
15 lines
(14 loc)
•
278 B
text/stylus
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
svg.loading
display:
block
position:
absolute
color:
var(--text-p3)
width:
100
%
height:
2rem
margin:
auto
animation:
spin
infinite
2s
animation-timing-function:
linear
@keyframes
spin
from
transform:rotate(0deg)
to
transform:rotate(360deg)