aboutsummaryrefslogtreecommitdiff
path: root/stylesheets/_typography.sass
diff options
context:
space:
mode:
authorBrandon Mathis <brandon@imathis.com>2011-04-17 22:49:30 -0500
committerBrandon Mathis <brandon@imathis.com>2011-04-17 22:49:30 -0500
commite4c2d5790bac6a74037638fde049c374fc44cc7b (patch)
tree83f5e5b7324fcb5951d755442e2e601a3eaed35a /stylesheets/_typography.sass
parent4db81a9e51e452495a06ad8c57ac4ac689a9ff34 (diff)
downloadmy_new_personal_website-e4c2d5790bac6a74037638fde049c374fc44cc7b.tar.xz
my_new_personal_website-e4c2d5790bac6a74037638fde049c374fc44cc7b.zip
irrisponsibly massive commit
Diffstat (limited to 'stylesheets/_typography.sass')
-rw-r--r--stylesheets/_typography.sass45
1 files changed, 0 insertions, 45 deletions
diff --git a/stylesheets/_typography.sass b/stylesheets/_typography.sass
deleted file mode 100644
index db67b362..00000000
--- a/stylesheets/_typography.sass
+++ /dev/null
@@ -1,45 +0,0 @@
-$base_font_size: 16px
-$base_font_size_small: 13px
-$base_font_color: #333
-$default_border_radius: 6px
-
-+general-typography
-=heading-font
- +serif-font
-=quote-font
- +serif-font
-
-body
- font-size: $base_font_size
- +serif-font
-
-h1,h2,h3,h4,h5,h6
- color: #333
- font-weight: bold
- +heading-font
-
-h1,h2,h3,h4
- letter-spacing: -1px
-
-blockquote
- +quote-font
- font-style: italic
- color: #555
- background: #f8f8f8
- border:
- top: 1px solid #e5e5e5
- bottom: 1px solid #e5e5e5
- &:before
- color: #ddd
- 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 \ No newline at end of file