Sha256: ff5901ab78cc0eecda6c452a54d5f77eaf10794d67f5217032afed915e89e7ca

Contents?: true

Size: 1.06 KB

Versions: 9

Compression:

Stored size: 1.06 KB

Contents

// SKIN //

// Style the pages themselves here.
// To keep things tidy it is recommended that only pages get styled here.
// UI elements should be styled in the "chrome" directory.


// TYPOGRAPHIC STYLES
// Keep vertical spacing and all line-height attributes a multiple of your line-height to avoid text flow bugs. Do not use "!important" on any measurements here
// Only use system fonts for paragraphs and other large bodies of text. If web fonts are used line endings will be missing or duplicated.
p {
  color: $text;
  text-indent: $line-height;
  &.noindent, &.caption, .keeptogether & {
    text-indent: 0;
    }
  &.caption {
    text-align: left;
    }
  }

h1, h2, h3, h4 ,h5 ,h6 {
  font-family: $subhed;
  font-weight: bold;
  }

h1 {
  font-family: $hed;
  @include solid($line-height);
  }

// GENERAL GRID STYLES
// Styles here apply to every grid in your publication
.grid {
  margin: $gutter;
  padding: 0 $margin;
  background: $page;
  }

// GRID STYLES
// Styles to specify grids in your publication, for example the department grid.
.department.grid {
  
  }

Version data entries

9 entries across 9 versions & 1 rubygems

Version Path
seasons-0.9.3.beta9 templates/project/_pages.scss
seasons-0.9.3.beta8 templates/project/_pages.scss
seasons-0.9.3.beta7 templates/project/_pages.scss
seasons-0.9.3.beta6 templates/project/_pages.scss
seasons-0.9.3.beta5 templates/project/_pages.scss
seasons-0.9.3.beta4 templates/project/_grid.scss
seasons-0.9.3.beta3 templates/project/_skin.scss
seasons-0.9.3.beta2 templates/project/_skin.scss
seasons-0.9.3.beta1 templates/project/_skin.scss