-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathtypeplate.css
More file actions
368 lines (342 loc) · 7.49 KB
/
Copy pathtypeplate.css
File metadata and controls
368 lines (342 loc) · 7.49 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
/*
+---------------------------------------------------------------------+
| _ _ _ |
| | |_ _ _ _ __ ___ _ __ | | __ _ | |_ ___ |
| | __|| | | || '_ \ / _ \| '_ \ | | / _` || __|/ _ \ |
| | |_ | |_| || |_) || __/| |_) || || (_| || |_| __/ |
| \__| \__, || .__/ \___|| .__/ |_| \__,_| \__|\___| |
| |___/ |_| |_| |
| |
| |
| URL: http://typeplate.com |
| VERSION: 1.0.0 |
| Github: https://github.com/typePlate/typeplate.github.com |
| AUTHORS: Zachary Kain (@zakkain) & Dennis Gaebel (@gryghostvisuals) |
| LICENSE: Creative Commmons |
| http://creativecommons.org/licenses/by/3.0 |
| |
+---------------------------------------------------------------------+
*/
@font-face {
font-family: "Ampersand";
src: local("Georgia"), local("Garamond"), local("Palatino"), local("Book Antiqua");
unicode-range: U+0026;
}
@font-face {
font-family: "Ampersand";
src: local("Georgia");
unicode-range: U+270C;
}
/* line 269, ../sass/typeplate.scss */
body {
word-wrap: breakword;
}
/* line 273, ../sass/typeplate.scss */
pre code {
word-wrap: normal;
}
/**
* Dropcap Sass @include
* Use the following Sass @include with any selector you feel necessary.
*
@include dropcap($float: left, $font-size: 4em, $font-family: inherit, $text-indent: 0, $margin: inherit, $padding: inherit, $color: inherit, $lineHeight: 1, $bg: transparent);
*
* Extend this object into your custom stylesheet.
*
*/
/* line 384, ../sass/typeplate.scss */
html {
font: normal 100%/1.5 serif;
}
/* line 388, ../sass/typeplate.scss */
body {
-webkit-hyphens: auto;
-moz-hyphens: auto;
-ms-hyphens: auto;
hyphens: auto;
color: #444444;
}
/* line 404, ../sass/typeplate.scss */
h1, h2, h3, h4, h5, h6 {
text-rendering: optimizeLegibility;
line-height: 1;
margin-top: 0;
}
/* line 419, ../sass/typeplate.scss */
.tera {
font-size: 117px;
font-size: 7.3125rem;
margin-bottom: 0.20513rem;
}
/* line 419, ../sass/typeplate.scss */
.giga {
font-size: 90px;
font-size: 5.625rem;
margin-bottom: 0.26667rem;
}
/* line 419, ../sass/typeplate.scss */
.mega {
font-size: 72px;
font-size: 4.5rem;
margin-bottom: 0.33333rem;
}
/* line 419, ../sass/typeplate.scss */
.alpha, h1 {
font-size: 60px;
font-size: 3.75rem;
margin-bottom: 0.4rem;
}
/* line 419, ../sass/typeplate.scss */
.beta, h2 {
font-size: 48px;
font-size: 3rem;
margin-bottom: 0.5rem;
}
/* line 419, ../sass/typeplate.scss */
.gamma, h3 {
font-size: 36px;
font-size: 2.25rem;
margin-bottom: 0.66667rem;
}
/* line 419, ../sass/typeplate.scss */
.delta, h4 {
font-size: 24px;
font-size: 1.5rem;
margin-bottom: 1rem;
}
/* line 419, ../sass/typeplate.scss */
.epsilon, h5 {
font-size: 21px;
font-size: 1.3125rem;
margin-bottom: 1.14286rem;
}
/* line 419, ../sass/typeplate.scss */
.zeta, h6 {
font-size: 18px;
font-size: 1.125rem;
margin-bottom: 1.33333rem;
}
/* line 437, ../sass/typeplate.scss */
p + p {
text-indent: 1.5em;
}
/* line 456, ../sass/typeplate.scss */
pre code {
white-space: -moz-pre-wrap;
white-space: pre-wrap;
}
/* line 461, ../sass/typeplate.scss */
pre {
white-space: pre;
}
/* line 465, ../sass/typeplate.scss */
code {
white-space: pre;
font-family: monospace;
}
/**
* Abbreviations Markup
*
<abbr title="hyper text markup language">HMTL</abbr>
*
* Extend this object into your markup.
*
*/
/* line 482, ../sass/typeplate.scss */
abbr {
font-variant: small-caps;
font-weight: 600;
text-transform: lowercase;
color: gray;
}
/* line 484, ../sass/typeplate.scss */
abbr:hover {
cursor: help;
}
/* line 498, ../sass/typeplate.scss */
h1,
h2,
h3,
h4,
h5,
h6 {
color: #222222;
}
/**
* Lining Definition Style Markup
*
<dl class="lining">
<dt><b></b></dt>
<dd></dd>
</dl>
*
* Extend this object into your markup.
*
*/
/* line 325, ../sass/typeplate.scss */
.lining dt,
.lining dd {
display: inline;
margin: 0;
}
/* line 332, ../sass/typeplate.scss */
.lining dt + dt:before,
.lining dd + dt:before {
content: "\A";
white-space: pre;
}
/* line 340, ../sass/typeplate.scss */
.lining dd + dd:before {
content: ", ";
}
/* line 344, ../sass/typeplate.scss */
.lining dd:before {
content: ": ";
margin-left: -0.2rem;
}
/**
* Dictionary Definition Style Markup
*
<dl class="dictionary-style">
<dt><b></b></dt>
<dd></dd>
</dl>
*
* Extend this object into your markup.
*
*/
/* line 352, ../sass/typeplate.scss */
.dictionary-style dt {
display: inline;
counter-reset: definitions;
}
/* line 356, ../sass/typeplate.scss */
.dictionary-style dt + dt:before {
content: ", ";
margin-left: -0.2rem;
}
/* line 362, ../sass/typeplate.scss */
.dictionary-style dd {
display: block;
counter-increment: definitions;
}
/* line 365, ../sass/typeplate.scss */
.dictionary-style dd:before {
content: counter(definitions, decimal) ". ";
}
/**
* Stats Tab Markup
*
<ul class="stats-tabs">
<li><a href="#">[value]<b>[name]</b></a></li>
</ul>
*
* Extend this object into your markup.
*
*/
/* line 550, ../sass/typeplate.scss */
.stats-tabs {
padding: 0;
}
/* line 552, ../sass/typeplate.scss */
.stats-tabs li {
display: inline-block;
margin: 0 0.625rem 0 0;
padding: 0 0.625rem 0 0;
border-right: 0.125rem solid #cccccc;
}
/* line 557, ../sass/typeplate.scss */
.stats-tabs li:last-child {
margin: 0;
padding: 0;
border: none;
}
/* line 562, ../sass/typeplate.scss */
.stats-tabs li a {
display: inline-block;
font-size: 1.5rem;
font-weight: bold;
}
/* line 566, ../sass/typeplate.scss */
.stats-tabs li a b {
display: block;
margin: 0.125rem 0 0 0;
font-size: 0.875rem;
font-weight: normal;
}
/**
* Blockquote Markup
*
<blockquote cite="">
<p>″″</p>
<cite>
<small><a href=""></a></small>
</cite>
</blockquote>
*
* Extend this object into your markup.
*
*/
/**
* Pull Quotes Markup
*
<aside class="pull-quote">
<blockquote>
<p></p>
</blockquote>
</aside>
*
* Extend this object into your custom stylesheet.
*
*/
/* line 646, ../sass/typeplate.scss */
.pull-quote {
position: relative;
padding: 1em;
}
/* line 628, ../sass/typeplate.scss */
.pull-quote:before, .pull-quote:after {
height: 1em;
opacity: 0.15;
position: absolute;
font-size: 4em;
}
/* line 634, ../sass/typeplate.scss */
.pull-quote:before {
content: '“';
top: 0em;
left: 0em;
}
/* line 639, ../sass/typeplate.scss */
.pull-quote:after {
content: '”';
bottom: 0em;
right: 0em;
}
/**
* Figures Markup
*
<figure>
<figcaption>
<strong>Fig. 4.2 | </strong>Type Anatomy, an excerpt from Mark Boulton's book<cite title="http://designingfortheweb.co.uk/book/part3/part3_chapter11.php">"Designing for the Web"</cite>
</figcaption>
</figure>
*
* Extend this object into your markup.
*
*/
/**
* Footnote Markup : Replace 'X' with your unique number for each footnote
*
<article>
<p><sup><a href="#fn-itemX" id="fn-returnX"></a></sup></p>
<footer>
<ol class="foot-notes">
<li id="fn-itemX"><a href="#fn-returnX">↩</a></li>
</ol>
</footer>
</article>
*
* Extend this object into your markup.
*
*/