2009-10-21 04:30:52 +00:00
|
|
|
!base_font_size = 16px
|
2009-10-19 01:10:45 +00:00
|
|
|
!base_font_size_small = 13px
|
2009-10-21 12:48:31 +00:00
|
|
|
!base_font_color = #333
|
2009-10-19 01:10:45 +00:00
|
|
|
!default_border_radius = 6px
|
|
|
|
|
2009-10-21 04:30:52 +00:00
|
|
|
+general-typography
|
|
|
|
=heading-font
|
|
|
|
+serif-font
|
2009-10-21 12:48:31 +00:00
|
|
|
=quote-font
|
|
|
|
+serif-font
|
2009-10-21 04:30:52 +00:00
|
|
|
|
2009-10-19 01:10:45 +00:00
|
|
|
body
|
2009-11-13 04:28:51 +00:00
|
|
|
font-size= !base_font_size
|
2009-11-08 05:25:12 +00:00
|
|
|
+serif-font
|
2009-10-19 01:10:45 +00:00
|
|
|
|
|
|
|
h1,h2,h3,h4,h5,h6
|
|
|
|
color: #333
|
|
|
|
font-weight: bold
|
2009-10-21 04:30:52 +00:00
|
|
|
+heading-font
|
2009-11-08 05:25:12 +00:00
|
|
|
letter-spacing: -1px
|
2009-10-21 12:48:31 +00:00
|
|
|
|
|
|
|
blockquote
|
2009-11-08 05:25:12 +00:00
|
|
|
+quote-font
|
2009-11-13 01:42:25 +00:00
|
|
|
font-style: italic
|
|
|
|
color: #555
|
|
|
|
background: #f8f8f8
|
2009-11-13 01:51:31 +00:00
|
|
|
border:
|
|
|
|
top: 1px solid #e5e5e5
|
|
|
|
bottom: 1px solid #e5e5e5
|
2009-11-13 01:42:25 +00:00
|
|
|
&:before
|
|
|
|
color: #ddd
|
2009-11-15 03:12:05 +00: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
|