2009-10-21 00:30:52 -04:00
|
|
|
!base_font_size = 16px
|
2009-10-18 21:10:45 -04:00
|
|
|
!base_font_size_small = 13px
|
2009-10-21 08:48:31 -04:00
|
|
|
!base_font_color = #333
|
2010-05-25 16:58:11 -04:00
|
|
|
$default_border_radius = 6px
|
2009-10-18 21:10:45 -04:00
|
|
|
|
2009-10-21 00:30:52 -04:00
|
|
|
+general-typography
|
|
|
|
=heading-font
|
|
|
|
+serif-font
|
2009-10-21 08:48:31 -04:00
|
|
|
=quote-font
|
|
|
|
+serif-font
|
2009-10-21 00:30:52 -04:00
|
|
|
|
2009-10-18 21:10:45 -04:00
|
|
|
body
|
2009-11-12 23:28:51 -05:00
|
|
|
font-size= !base_font_size
|
2009-11-08 00:25:12 -05:00
|
|
|
+serif-font
|
2009-10-18 21:10:45 -04:00
|
|
|
|
|
|
|
h1,h2,h3,h4,h5,h6
|
|
|
|
color: #333
|
|
|
|
font-weight: bold
|
2009-10-21 00:30:52 -04:00
|
|
|
+heading-font
|
2010-03-10 13:25:35 -05:00
|
|
|
|
|
|
|
h1,h2,h3,h4
|
2009-11-08 00:25:12 -05:00
|
|
|
letter-spacing: -1px
|
2009-10-21 08:48:31 -04:00
|
|
|
|
|
|
|
blockquote
|
2009-11-08 00:25:12 -05:00
|
|
|
+quote-font
|
2009-11-12 20:42:25 -05:00
|
|
|
font-style: italic
|
|
|
|
color: #555
|
|
|
|
background: #f8f8f8
|
2009-11-12 20:51:31 -05:00
|
|
|
border:
|
|
|
|
top: 1px solid #e5e5e5
|
|
|
|
bottom: 1px solid #e5e5e5
|
2009-11-12 20:42:25 -05:00
|
|
|
&:before
|
|
|
|
color: #ddd
|
2009-11-14 22:12:05 -05:00
|
|
|
cite
|
|
|
|
+sans-font
|
|
|
|
font-size= !base_font_size - 2px
|
|
|
|
display: block
|
|
|
|
padding-top= !base_font_size
|
|
|
|
&:before
|
|
|
|
content: "\30FC"
|
|
|
|
padding-right: 2px
|
|
|
|
a
|
|
|
|
color: inherit !important
|
|
|
|
&:hover
|
|
|
|
color= !link_color !important
|