Sha256: 31af47367a67205e93fb6e04127064625aa01a34ff57597a82716ef001b5b159

Contents?: true

Size: 993 Bytes

Versions: 3

Compression:

Stored size: 993 Bytes

Contents

/**
 * @copyright	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

3 entries across 3 versions & 1 rubygems

Version Path
titon-toolkit-0.9.4 src/scss/toolkit/layout/typography.scss
titon-toolkit-0.9.3 src/scss/toolkit/layout/typography.scss
titon-toolkit-0.9.2 src/scss/toolkit/layout/typography.scss