Files
hexo-phase-junv/source/css/_base/layout.styl
T
2014-05-23 11:04:03 +08:00

43 lines
422 B
Stylus

*
margin 0
padding 0
body
background #3e4349
font 300 15px font-main
text-shadow 0 0 1px transparent
h1
font-size 2em
h2
font-size 1.6em
h3
font-size 1.3em
h5
font-size 1.05em
a
color color-main01
text-decoration none
strong
font-weight bold
.alignleft
float left
.alignright
float right
.clearfix
clearfix()
.inner
margin 0 auto
position relative
width 1000px
z-index 0