Sha256: e1673d78faf5e8d7cf8727061921a056504ba205bb53ecd0d45da26ac0f42612

Contents?: true

Size: 1.53 KB

Versions: 20

Compression:

Stored size: 1.53 KB

Contents

/**
* Typography: Headings, body text, lists, code, and more for a versatile and durable typography system.
*/

body {
  font-family: $font-body;
  font-size: $base-font-size;
  line-height: $base-line-height;
}


// Headings
//
// To achieve a pleasant vertical rhythm, we use Compass' Vertical Rhythm mixins
// so that the line height of our base font becomes the basic unit of vertical
// measurement. We use multiples of that unit to set the top and bottom margins
// for our block level elements and to set the line heights of any fonts.
// For more information, see http://24ways.org/2006/compose-to-a-vertical-rhythm

#{headings()} {

}

h1 {

}

h2 {

}

h3 {

}

h4 {

}

h5 {

}

h6 {

}


// Links
//
// The order of link states are based on Eric Meyer's article:
// http://meyerweb.com/eric/thoughts/2007/06/11/who-ordered-the-link-states
a {

  &:link {
    color: $link;
  }

  &:visited {
    color: $visited;
  }

  &:hover, &:focus {

  }

  &:active, &.active {

  }
}


// Lists

ul, ol {

}

ul ul,
ul ol,
ol ol,
ol ul {
  margin-bottom: 0;
}

ul {

}

ol {

}

li {

}

ul.unstyled,
ol.unstyled {

}

// Misc.

hr {
  height: 1px;
  border: 1px solid #666;
  padding-bottom: -1px;
  margin: rhythm(1) 0;
}

strong {
  font-weight: bold;
}

em {
  font-style: italic;
}


// Remove text-shadow in selection highlight: h5bp.com/i
// These selection declarations have to be separate
::-moz-selection { background: $selection-bg; color: $selection; text-shadow: none; }
::selection { background: $selection-bg; color: $selection; text-shadow: none; }

Version data entries

20 entries across 20 versions & 2 rubygems

Version Path
compass-aurora-os-0.3.2 templates/corona/global/_type.scss
compass-aurora-os-0.3.0 templates/corona/global/_type.scss
compass-aurora-os-0.3.0.alpha templates/corona/global/_type.scss
compass-aurora-os-0.2.3 templates/corona/partials/global/_type.scss
compass-aurora-os-0.2.2 templates/corona/partials/global/_type.scss
compass-aurora-os-0.2.1 templates/corona/partials/global/_type.scss
compass-aurora-os-0.2.0 templates/corona/partials/global/_type.scss
compass-aurora-3.0.9 templates/corona/global/_type.scss
compass-aurora-os-0.1.0 templates/corona/partials/global/_type.scss
compass-aurora-3.0.8 templates/corona/partials/global/_type.scss
compass-aurora-3.0.6 templates/corona/partials/global/_type.scss
compass-aurora-3.0.5 templates/corona/partials/global/_type.scss
compass-aurora-3.0.4 templates/corona/partials/global/_type.scss
compass-aurora-3.0.3 templates/corona/partials/global/_type.scss
compass-aurora-3.0.2 templates/corona/partials/global/_type.scss
compass-aurora-3.0.1 templates/corona/partials/global/_type.scss
compass-aurora-3.0.0 templates/corona/partials/global/_type.scss
compass-aurora-3.0.0.alpha.4 templates/corona/partials/global/_type.scss
compass-aurora-3.0.0.alpha.3 templates/corona/_type.scss
compass-aurora-3.0.0.alpha.2 templates/corona/_type.scss