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