Sha256: 63c4725d7fae05102575e4022767fce9e3c1a378620228c93af6231cf757bbfe

Contents?: true

Size: 1.02 KB

Versions: 2

Compression:

Stored size: 1.02 KB

Contents

/**
 * @copyright   2010-2013, The Titon Project
 * @license     http://opensource.org/licenses/bsd-license.php
 * @link        http://titon.io
 */

@import "../_common";

h1 { font-size: 2.5rem; }
h2 { font-size: 2.2rem; }
h3 { font-size: 1.8rem; }
h4 { font-size: 1.5rem; }
h5 { font-size: 1.2rem; }
h6 { font-size: 1rem; }

h1, h2, h3, h4, h5, h6 {
    margin: 0;
    padding: 0;
    line-height: 100%;
    font-weight: normal;
}

p, ul, ol, hr, blockquote {
    margin: $margin 0;
}

blockquote {
    margin: $margin;
    padding: 0 $padding;
    border-left: 5px solid $gray;

    cite { display: block; font-size: .8rem; }
    cite:before { content: "\2014 \00A0"; /* em dash */ }

    @include content-spacing;
}

mark {
    display: inline-block;
    background: $gray-dark;
    border-radius: 2px;
    padding: 0 5px;
}

.text-muted { color: $default; }
.text-info { color: shade($info, 15%); }
.text-error { color: shade($error, 15%); }
.text-warning { color: shade($warning, 15%); }
.text-success { color: shade($success, 15%); }

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
titon-toolkit-0.11.1 scss/toolkit/layout/typography.scss
titon-toolkit-0.11.0 scss/toolkit/layout/typography.scss