Sha256: e20923cb0c6d3662f75a0667f7effa8c93f63a37d4be04b6b25bf7f62ae72db1

Contents?: true

Size: 912 Bytes

Versions: 6

Compression:

Stored size: 912 Bytes

Contents

+blueprint-typography-defaults

body
  :color = !font_color
  :font-family = !normal_fonts

h2,h3,h4,h5,h6
  :font-family = !headline_fonts
  :color = !headline_color
  :font-weight bold
  :padding-left 0.1em
  .alt
    :font-size 70%
    :color #aaa

p, ul
  :padding-left 0.1em
ul
  +no-bullets
  :margin-left 0
  li
    :padding-left 20px
    :background transparent url("../../images/icons/bullet_black.gif") center left no-repeat
ul.no_bullets
  li
    :padding-left 0
    :background-image none

a, a:focus, a:visited
  :color = !link_color
  :font-weight bold
  :text-decoration none
  :outline 0
a:hover
  :text-decoration none
  :color = !link_hover_color

.weak, .quiet, small
  +weak
.strong, .loud, strong
  :font-weight bold
.italic
  :font-style italic

.odd
  :background-color #fafafa
.even
  :background-color #eee

hr
  :width 95%
  :color #ccc
  :background-color #ccc
  :border 1px solid #ccc

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
mondo-generators-0.6.9 rails_generators/mondo_layout/templates/stylesheets/partials/_typography.sass
mondo-generators-0.6.8 rails_generators/mondo_layout/templates/stylesheets/partials/_typography.sass
mondo-generators-0.6.7 rails_generators/mondo_layout/templates/stylesheets/partials/_typography.sass
mondo-generators-0.6.5 rails_generators/mondo_layout/templates/stylesheets/partials/_typography.sass
mondo-generators-0.6.4 rails_generators/mondo_layout/templates/stylesheets/partials/_typography.sass
mondo-generators-0.6.3 rails_generators/mondo_layout/templates/stylesheets/partials/_typography.sass