jade
Version:
Jade template engine
29 lines (23 loc) • 440 B
text/stylus
font-families = "Lucida Grande", Arial, sans-serif
font-size = 14px
primary-color =
width = 800px
pad = 20px
body
font font-size/1.5 font-families
background white
color primary-color
h1
font-size font-size * (5 - 3)
color primary-color +
h2
color primary-color - rgba(0,0,0,0.5)
width width
.side-bar
padding pad
width (width / 3) - pad
// 6
height 3 - - - - 3
// 7
height 1 + 2 * 3