prophecy 0.2.5 → 0.2.6
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/bin/kindlegen.exe +0 -0
- data/bin/kindlegen_linux +0 -0
- data/bin/kindlegen_mac +0 -0
- data/docs/licenses/kindlegen/KindleGen_Mac_i386_v2_9/EULA.txt +24 -0
- data/docs/licenses/kindlegen/KindleGen_Mac_i386_v2_9/KindleGen Legal Notices 2013-02-19 Mac.txt +339 -0
- data/docs/licenses/kindlegen/KindleGen_Mac_i386_v2_9/manual.html +78 -0
- data/docs/licenses/kindlegen/kindlegen_linux_2.6_i386_v2_9/EULA.txt +24 -0
- data/docs/licenses/kindlegen/kindlegen_linux_2.6_i386_v2_9/KindleGen Legal Notices 2013-02-19 Linux.txt +339 -0
- data/docs/licenses/kindlegen/kindlegen_linux_2.6_i386_v2_9/manual.html +78 -0
- data/docs/licenses/kindlegen/kindlegen_win32_v2_9/EULA.txt +24 -0
- data/docs/licenses/kindlegen/kindlegen_win32_v2_9/KindleGen Legal Notices 2013-02-19 Windows.txt +339 -0
- data/docs/licenses/kindlegen/kindlegen_win32_v2_9/manual.html +78 -0
- data/lib/prophecy/assets/Styles/style-epub.css +52 -53
- data/lib/prophecy/assets/Styles/style-mobi-kf8.css +52 -53
- data/lib/prophecy/assets/Styles/style-mobi.css +46 -41
- data/lib/prophecy/assets/epub_template/OEBPS/content.opf.erb +1 -1
- data/lib/prophecy/assets/epub_template/OEBPS/toc.ncx.erb +1 -1
- data/lib/prophecy/assets/latex_template/anecdote.cls +1146 -14
- data/lib/prophecy/assets/latex_template/book_main.tex.erb +9 -1
- data/lib/prophecy/book.rb +4 -3
- data/lib/prophecy/cli.rb +1 -1
- data/lib/prophecy/generators/book/Gemfile.tt +3 -0
- data/lib/prophecy/generators/book/README.md.tt +0 -1
- data/lib/prophecy/generators/book/book.yml.tt +6 -25
- data/lib/prophecy/generators/book/epub_mobi.yml.tt +20 -4
- data/lib/prophecy/generators/book/example-book.yml +0 -1
- data/lib/prophecy/generators/book/latex.yml.tt +15 -4
- data/lib/prophecy/generators/book/manuscript/markdown/copyright.md.erb +17 -17
- data/lib/prophecy/generators/book/manuscript/tex/copyright-details.tex +45 -0
- data/lib/prophecy/generators/book/manuscript/tex/copyright.tex.erb +32 -0
- data/lib/prophecy/generators/book/manuscript/tex/titlepage.tex +27 -0
- data/lib/prophecy/manifest.rb +1 -0
- data/lib/prophecy/version.rb +1 -1
- data/prophecy.gemspec +2 -2
- metadata +18 -36
- data/docs/licenses/kindlegen/EULA.txt +0 -61
- data/docs/licenses/kindlegen/KindleGen Legal Notices 2009-11-10 Linux.txt +0 -21
- data/docs/licenses/kindlegen/KindleGen Legal Notices 2009-11-10 Mac.txt +0 -21
- data/docs/licenses/kindlegen/KindleGen OSS Notices 2009-07-29-Windows.txt +0 -19
- data/lib/prophecy/assets/latex_template/book-core-first.sty +0 -739
- data/lib/prophecy/assets/latex_template/book-core-last.sty +0 -40
|
@@ -5,11 +5,10 @@
|
|
|
5
5
|
|
|
6
6
|
@font-face {
|
|
7
7
|
font-family: 'ExistenceLight';
|
|
8
|
-
src: url("../
|
|
8
|
+
src: url("../Fonts/existence-light.ttf") format("truetype");
|
|
9
9
|
font-weight: normal;
|
|
10
10
|
font-style: normal;
|
|
11
11
|
}
|
|
12
|
-
|
|
13
12
|
/* line 2, ../sass/_font-source-sans-pro.scss */
|
|
14
13
|
.font-source-sans-pro {
|
|
15
14
|
font-family: 'SourceSansPro';
|
|
@@ -17,39 +16,34 @@
|
|
|
17
16
|
|
|
18
17
|
@font-face {
|
|
19
18
|
font-family: 'SourceSansPro';
|
|
20
|
-
src: url("../
|
|
19
|
+
src: url("../Fonts/sourcesanspro-regular.ttf") format("truetype");
|
|
21
20
|
font-weight: normal;
|
|
22
21
|
font-style: normal;
|
|
23
22
|
}
|
|
24
|
-
|
|
25
23
|
@font-face {
|
|
26
24
|
font-family: 'SourceSansPro';
|
|
27
|
-
src: url("../
|
|
25
|
+
src: url("../Fonts/sourcesanspro-italic.ttf") format("truetype");
|
|
28
26
|
font-weight: normal;
|
|
29
27
|
font-style: italic;
|
|
30
28
|
}
|
|
31
|
-
|
|
32
29
|
@font-face {
|
|
33
30
|
font-family: 'SourceSansPro';
|
|
34
|
-
src: url("../
|
|
31
|
+
src: url("../Fonts/sourcesanspro-bold.ttf") format("truetype");
|
|
35
32
|
font-weight: bold;
|
|
36
33
|
font-style: normal;
|
|
37
34
|
}
|
|
38
|
-
|
|
39
35
|
@font-face {
|
|
40
36
|
font-family: 'SourceSansPro';
|
|
41
|
-
src: url("../
|
|
37
|
+
src: url("../Fonts/sourcesanspro-lightitalic.ttf") format("truetype");
|
|
42
38
|
font-weight: 300;
|
|
43
39
|
font-style: italic;
|
|
44
40
|
}
|
|
45
|
-
|
|
46
41
|
@font-face {
|
|
47
42
|
font-family: 'SourceSansPro';
|
|
48
|
-
src: url("../
|
|
43
|
+
src: url("../Fonts/sourcesanspro-light.ttf") format("truetype");
|
|
49
44
|
font-weight: 300;
|
|
50
45
|
font-style: normal;
|
|
51
46
|
}
|
|
52
|
-
|
|
53
47
|
/* line 5, ../sass/_fontfaces.scss */
|
|
54
48
|
.font-bold {
|
|
55
49
|
font-weight: bold;
|
|
@@ -91,7 +85,7 @@
|
|
|
91
85
|
*
|
|
92
86
|
* Released under the Creative Commons Attribution License.
|
|
93
87
|
* http://creativecommons.org/licenses/by/3.0/ */
|
|
94
|
-
/* line
|
|
88
|
+
/* line 29, ../sass/_byronic.sass */
|
|
95
89
|
#content {
|
|
96
90
|
font-family: "SourceSansPro", "Lucida Grande", "DejaVu Sans", "Bitstream Vera Sans", "Tahoma", "Palatino", "Caecilia", sans-serif;
|
|
97
91
|
font-weight: normal;
|
|
@@ -101,21 +95,26 @@
|
|
|
101
95
|
margin-right: 0;
|
|
102
96
|
}
|
|
103
97
|
|
|
104
|
-
/* line
|
|
98
|
+
/* line 40, ../sass/_byronic.sass */
|
|
99
|
+
em, i {
|
|
100
|
+
font-family: "SourceSansPro", "Lucida Grande", "DejaVu Sans", "Bitstream Vera Sans", "Tahoma", "Palatino", "Caecilia", sans-serif;
|
|
101
|
+
}
|
|
102
|
+
|
|
103
|
+
/* line 43, ../sass/_byronic.sass */
|
|
105
104
|
h1, h2, h3, h4, h5, h6 {
|
|
106
105
|
font-weight: normal;
|
|
107
106
|
font-family: "SourceSansPro", "Lucida Grande", "DejaVu Sans", "Bitstream Vera Sans", "Tahoma", "Palatino", "Caecilia", sans-serif;
|
|
108
107
|
page-break-after: avoid;
|
|
109
108
|
}
|
|
110
109
|
|
|
111
|
-
/* line
|
|
110
|
+
/* line 48, ../sass/_byronic.sass */
|
|
112
111
|
h1, h2 {
|
|
113
112
|
text-align: left;
|
|
114
113
|
text-transform: uppercase;
|
|
115
114
|
padding-top: 10px;
|
|
116
115
|
}
|
|
117
116
|
|
|
118
|
-
/* line
|
|
117
|
+
/* line 55, ../sass/_byronic.sass */
|
|
119
118
|
h1 {
|
|
120
119
|
font-size: 2em;
|
|
121
120
|
margin: 0.5em 0 1em 0px;
|
|
@@ -127,17 +126,17 @@ h1 {
|
|
|
127
126
|
* chapter-name (always contains the word "Chapter") and
|
|
128
127
|
* chapter-number (as a roman numeral) */
|
|
129
128
|
}
|
|
130
|
-
/* line
|
|
129
|
+
/* line 66, ../sass/_byronic.sass */
|
|
131
130
|
h1 .chapter-name {
|
|
132
131
|
font-weight: normal;
|
|
133
132
|
}
|
|
134
|
-
/* line
|
|
133
|
+
/* line 68, ../sass/_byronic.sass */
|
|
135
134
|
h1 .chapter-number {
|
|
136
135
|
font-size: 0.8em;
|
|
137
136
|
letter-spacing: 0.1em;
|
|
138
137
|
}
|
|
139
138
|
|
|
140
|
-
/* line
|
|
139
|
+
/* line 72, ../sass/_byronic.sass */
|
|
141
140
|
h2 {
|
|
142
141
|
font-size: 1.5em;
|
|
143
142
|
font-weight: 300;
|
|
@@ -146,14 +145,14 @@ h2 {
|
|
|
146
145
|
letter-spacing: 1pt;
|
|
147
146
|
}
|
|
148
147
|
|
|
149
|
-
/* line
|
|
148
|
+
/* line 79, ../sass/_byronic.sass */
|
|
150
149
|
h3, h4 {
|
|
151
150
|
font-weight: bold;
|
|
152
151
|
text-transform: none;
|
|
153
152
|
margin-bottom: 0.1em;
|
|
154
153
|
}
|
|
155
154
|
|
|
156
|
-
/* line
|
|
155
|
+
/* line 84, ../sass/_byronic.sass */
|
|
157
156
|
a {
|
|
158
157
|
color: #333333;
|
|
159
158
|
}
|
|
@@ -166,13 +165,13 @@ a {
|
|
|
166
165
|
* h1 - Part I
|
|
167
166
|
* h2 - part title
|
|
168
167
|
* h3 - part subtitle */
|
|
169
|
-
/* line
|
|
168
|
+
/* line 99, ../sass/_byronic.sass */
|
|
170
169
|
#content.title-page p,
|
|
171
170
|
#content.part-page p {
|
|
172
171
|
text-align: right;
|
|
173
172
|
padding-right: 0px;
|
|
174
173
|
}
|
|
175
|
-
/* line
|
|
174
|
+
/* line 102, ../sass/_byronic.sass */
|
|
176
175
|
#content.title-page h1, #content.title-page h2, #content.title-page h3,
|
|
177
176
|
#content.part-page h1,
|
|
178
177
|
#content.part-page h2,
|
|
@@ -181,13 +180,13 @@ a {
|
|
|
181
180
|
text-align: right;
|
|
182
181
|
text-transform: none;
|
|
183
182
|
}
|
|
184
|
-
/* line
|
|
183
|
+
/* line 106, ../sass/_byronic.sass */
|
|
185
184
|
#content.title-page h1, #content.title-page h2,
|
|
186
185
|
#content.part-page h1,
|
|
187
186
|
#content.part-page h2 {
|
|
188
187
|
letter-spacing: 1.5pt;
|
|
189
188
|
}
|
|
190
|
-
/* line
|
|
189
|
+
/* line 108, ../sass/_byronic.sass */
|
|
191
190
|
#content.title-page h1,
|
|
192
191
|
#content.part-page h1 {
|
|
193
192
|
font-size: 2em;
|
|
@@ -198,7 +197,7 @@ a {
|
|
|
198
197
|
padding-right: 0px;
|
|
199
198
|
line-height: 1em;
|
|
200
199
|
}
|
|
201
|
-
/* line
|
|
200
|
+
/* line 116, ../sass/_byronic.sass */
|
|
202
201
|
#content.title-page h2,
|
|
203
202
|
#content.part-page h2 {
|
|
204
203
|
font-size: 1.5em;
|
|
@@ -207,7 +206,7 @@ a {
|
|
|
207
206
|
padding-top: 0.3em;
|
|
208
207
|
padding-right: 0px;
|
|
209
208
|
}
|
|
210
|
-
/* line
|
|
209
|
+
/* line 122, ../sass/_byronic.sass */
|
|
211
210
|
#content.title-page h3,
|
|
212
211
|
#content.part-page h3 {
|
|
213
212
|
font-size: 1.2em;
|
|
@@ -215,7 +214,7 @@ a {
|
|
|
215
214
|
padding-right: 0px;
|
|
216
215
|
}
|
|
217
216
|
|
|
218
|
-
/* line
|
|
217
|
+
/* line 127, ../sass/_byronic.sass */
|
|
219
218
|
div.title-page-rule {
|
|
220
219
|
height: 40px;
|
|
221
220
|
margin-left: 0;
|
|
@@ -225,7 +224,7 @@ div.title-page-rule {
|
|
|
225
224
|
padding-right: 0px;
|
|
226
225
|
}
|
|
227
226
|
|
|
228
|
-
/* line
|
|
227
|
+
/* line 135, ../sass/_byronic.sass */
|
|
229
228
|
div.publisher-logo {
|
|
230
229
|
float: right;
|
|
231
230
|
clear: right;
|
|
@@ -234,22 +233,22 @@ div.publisher-logo {
|
|
|
234
233
|
padding-bottom: 20px;
|
|
235
234
|
}
|
|
236
235
|
|
|
237
|
-
/* line
|
|
236
|
+
/* line 143, ../sass/_byronic.sass */
|
|
238
237
|
table.toc td.section {
|
|
239
238
|
text-align: right;
|
|
240
239
|
color: #333333;
|
|
241
240
|
width: 5em;
|
|
242
241
|
}
|
|
243
|
-
/* line
|
|
242
|
+
/* line 148, ../sass/_byronic.sass */
|
|
244
243
|
table.toc td.title a {
|
|
245
244
|
text-decoration: none;
|
|
246
245
|
color: #1a1a1a;
|
|
247
246
|
}
|
|
248
|
-
/* line
|
|
247
|
+
/* line 151, ../sass/_byronic.sass */
|
|
249
248
|
table.toc td.title.frontmatter, table.toc td.title.backmatter {
|
|
250
249
|
font-style: italic;
|
|
251
250
|
}
|
|
252
|
-
/* line
|
|
251
|
+
/* line 154, ../sass/_byronic.sass */
|
|
253
252
|
table.toc td.separator {
|
|
254
253
|
width: 30px;
|
|
255
254
|
text-align: center;
|
|
@@ -258,7 +257,7 @@ table.toc td.separator {
|
|
|
258
257
|
}
|
|
259
258
|
|
|
260
259
|
/* Epigraphs at the beginning of each chapter are in blockquotes */
|
|
261
|
-
/* line
|
|
260
|
+
/* line 161, ../sass/_byronic.sass */
|
|
262
261
|
h1 + blockquote,
|
|
263
262
|
blockquote.epigraph {
|
|
264
263
|
margin-right: 1em;
|
|
@@ -267,7 +266,7 @@ blockquote.epigraph {
|
|
|
267
266
|
font-size: 0.9em;
|
|
268
267
|
font-style: italic;
|
|
269
268
|
}
|
|
270
|
-
/* line
|
|
269
|
+
/* line 169, ../sass/_byronic.sass */
|
|
271
270
|
h1 + blockquote p,
|
|
272
271
|
blockquote.epigraph p {
|
|
273
272
|
text-indent: 0;
|
|
@@ -275,13 +274,13 @@ blockquote.epigraph p {
|
|
|
275
274
|
margin-top: 2pt;
|
|
276
275
|
}
|
|
277
276
|
|
|
278
|
-
/* line
|
|
277
|
+
/* line 174, ../sass/_byronic.sass */
|
|
279
278
|
blockquote {
|
|
280
279
|
border-left: 1px solid #8c8c8c;
|
|
281
280
|
padding: 0.3em 0 0.3em 1em;
|
|
282
281
|
}
|
|
283
282
|
|
|
284
|
-
/* line
|
|
283
|
+
/* line 178, ../sass/_byronic.sass */
|
|
285
284
|
#content.verse blockquote {
|
|
286
285
|
font-style: normal;
|
|
287
286
|
font-size: 1em;
|
|
@@ -289,7 +288,7 @@ blockquote {
|
|
|
289
288
|
}
|
|
290
289
|
|
|
291
290
|
/* The attribution of the blockquote */
|
|
292
|
-
/* line
|
|
291
|
+
/* line 184, ../sass/_byronic.sass */
|
|
293
292
|
span.attribution,
|
|
294
293
|
p.attribution {
|
|
295
294
|
display: block;
|
|
@@ -302,7 +301,7 @@ p.attribution {
|
|
|
302
301
|
|
|
303
302
|
/* ...which also contains an attribution-name, wrapping the name of
|
|
304
303
|
* the person who made the quotation */
|
|
305
|
-
/* line
|
|
304
|
+
/* line 195, ../sass/_byronic.sass */
|
|
306
305
|
span.attribution-name,
|
|
307
306
|
p.attribution-name {
|
|
308
307
|
text-align: left;
|
|
@@ -314,13 +313,13 @@ p.attribution-name {
|
|
|
314
313
|
|
|
315
314
|
/* Outside of the content area you can address the style of the
|
|
316
315
|
* running book and author headings. */
|
|
317
|
-
/* line
|
|
316
|
+
/* line 205, ../sass/_byronic.sass */
|
|
318
317
|
#content-title {
|
|
319
318
|
text-align: right;
|
|
320
319
|
font-size: 0.8em;
|
|
321
320
|
}
|
|
322
321
|
|
|
323
|
-
/* line
|
|
322
|
+
/* line 213, ../sass/_byronic.sass */
|
|
324
323
|
p {
|
|
325
324
|
text-align: justify;
|
|
326
325
|
}
|
|
@@ -328,7 +327,7 @@ p {
|
|
|
328
327
|
/* The first paragraph in the work has a class called "noindent" which
|
|
329
328
|
* suppresses any paragraph indentation applied by default, but you
|
|
330
329
|
* can override this. */
|
|
331
|
-
/* line
|
|
330
|
+
/* line 223, ../sass/_byronic.sass */
|
|
332
331
|
h1 + p, h2 + p, h3 + p, h4 + p,
|
|
333
332
|
h1 + blockquote + p,
|
|
334
333
|
blockquote.epigraph + p,
|
|
@@ -341,62 +340,62 @@ p.noindent {
|
|
|
341
340
|
* the class 'firstletter', which can be used for dropcaps. */
|
|
342
341
|
/* Middlemarch contains a number of letters, which can be styled
|
|
343
342
|
* differently. */
|
|
344
|
-
/* line
|
|
343
|
+
/* line 241, ../sass/_byronic.sass */
|
|
345
344
|
#content p.letter {
|
|
346
345
|
padding-left: 1.5em;
|
|
347
346
|
padding-right: 0.5em;
|
|
348
347
|
}
|
|
349
348
|
|
|
350
349
|
/* Found in a letter */
|
|
351
|
-
/* line
|
|
350
|
+
/* line 246, ../sass/_byronic.sass */
|
|
352
351
|
#content p.salutation {
|
|
353
352
|
display: block;
|
|
354
353
|
font-variant: small-caps;
|
|
355
354
|
}
|
|
356
355
|
|
|
357
|
-
/* line
|
|
356
|
+
/* line 250, ../sass/_byronic.sass */
|
|
358
357
|
#content p.closing {
|
|
359
358
|
display: block;
|
|
360
359
|
text-indent: 1em;
|
|
361
360
|
}
|
|
362
361
|
|
|
363
|
-
/* line
|
|
362
|
+
/* line 254, ../sass/_byronic.sass */
|
|
364
363
|
div.page-break {
|
|
365
364
|
page-break-after: always;
|
|
366
365
|
}
|
|
367
366
|
|
|
368
|
-
/* line
|
|
367
|
+
/* line 257, ../sass/_byronic.sass */
|
|
369
368
|
.page-break-after {
|
|
370
369
|
page-break-after: always;
|
|
371
370
|
}
|
|
372
371
|
|
|
373
|
-
/* line
|
|
372
|
+
/* line 260, ../sass/_byronic.sass */
|
|
374
373
|
.page-break-before {
|
|
375
374
|
page-break-before: always;
|
|
376
375
|
}
|
|
377
376
|
|
|
378
|
-
/* line
|
|
377
|
+
/* line 263, ../sass/_byronic.sass */
|
|
379
378
|
pre {
|
|
380
379
|
margin-top: 1em;
|
|
381
380
|
margin-bottom: 1em;
|
|
382
381
|
}
|
|
383
382
|
|
|
384
|
-
/* line
|
|
383
|
+
/* line 267, ../sass/_byronic.sass */
|
|
385
384
|
.small {
|
|
386
385
|
font-size: 0.9em;
|
|
387
386
|
}
|
|
388
387
|
|
|
389
|
-
/* line
|
|
388
|
+
/* line 270, ../sass/_byronic.sass */
|
|
390
389
|
.footnotesize {
|
|
391
390
|
font-size: 0.8em;
|
|
392
391
|
}
|
|
393
392
|
|
|
394
|
-
/* line
|
|
393
|
+
/* line 273, ../sass/_byronic.sass */
|
|
395
394
|
.tiny {
|
|
396
395
|
font-size: 0.7em;
|
|
397
396
|
}
|
|
398
397
|
|
|
399
|
-
/* line
|
|
398
|
+
/* line 276, ../sass/_byronic.sass */
|
|
400
399
|
.noborder {
|
|
401
400
|
border: none;
|
|
402
401
|
}
|
|
@@ -7,7 +7,7 @@
|
|
|
7
7
|
*
|
|
8
8
|
* Released under the Creative Commons Attribution License.
|
|
9
9
|
* http://creativecommons.org/licenses/by/3.0/ */
|
|
10
|
-
/* line
|
|
10
|
+
/* line 29, ../sass/_byronic.sass */
|
|
11
11
|
#content {
|
|
12
12
|
font-family: "SourceSansPro", "Lucida Grande", "DejaVu Sans", "Bitstream Vera Sans", "Tahoma", "Palatino", "Caecilia", sans-serif;
|
|
13
13
|
font-weight: normal;
|
|
@@ -17,21 +17,26 @@
|
|
|
17
17
|
margin-right: 0;
|
|
18
18
|
}
|
|
19
19
|
|
|
20
|
-
/* line
|
|
20
|
+
/* line 40, ../sass/_byronic.sass */
|
|
21
|
+
em, i {
|
|
22
|
+
font-family: "SourceSansPro", "Lucida Grande", "DejaVu Sans", "Bitstream Vera Sans", "Tahoma", "Palatino", "Caecilia", sans-serif;
|
|
23
|
+
}
|
|
24
|
+
|
|
25
|
+
/* line 43, ../sass/_byronic.sass */
|
|
21
26
|
h1, h2, h3, h4, h5, h6 {
|
|
22
27
|
font-weight: normal;
|
|
23
28
|
font-family: "SourceSansPro", "Lucida Grande", "DejaVu Sans", "Bitstream Vera Sans", "Tahoma", "Palatino", "Caecilia", sans-serif;
|
|
24
29
|
page-break-after: avoid;
|
|
25
30
|
}
|
|
26
31
|
|
|
27
|
-
/* line
|
|
32
|
+
/* line 48, ../sass/_byronic.sass */
|
|
28
33
|
h1, h2 {
|
|
29
34
|
text-align: left;
|
|
30
35
|
text-transform: uppercase;
|
|
31
36
|
padding-top: 10px;
|
|
32
37
|
}
|
|
33
38
|
|
|
34
|
-
/* line
|
|
39
|
+
/* line 55, ../sass/_byronic.sass */
|
|
35
40
|
h1 {
|
|
36
41
|
font-size: 2em;
|
|
37
42
|
margin: 0.5em 0 1em 0px;
|
|
@@ -43,17 +48,17 @@ h1 {
|
|
|
43
48
|
* chapter-name (always contains the word "Chapter") and
|
|
44
49
|
* chapter-number (as a roman numeral) */
|
|
45
50
|
}
|
|
46
|
-
/* line
|
|
51
|
+
/* line 66, ../sass/_byronic.sass */
|
|
47
52
|
h1 .chapter-name {
|
|
48
53
|
font-weight: normal;
|
|
49
54
|
}
|
|
50
|
-
/* line
|
|
55
|
+
/* line 68, ../sass/_byronic.sass */
|
|
51
56
|
h1 .chapter-number {
|
|
52
57
|
font-size: 0.8em;
|
|
53
58
|
letter-spacing: 0.1em;
|
|
54
59
|
}
|
|
55
60
|
|
|
56
|
-
/* line
|
|
61
|
+
/* line 72, ../sass/_byronic.sass */
|
|
57
62
|
h2 {
|
|
58
63
|
font-size: 1.5em;
|
|
59
64
|
font-weight: 300;
|
|
@@ -62,14 +67,14 @@ h2 {
|
|
|
62
67
|
letter-spacing: 1pt;
|
|
63
68
|
}
|
|
64
69
|
|
|
65
|
-
/* line
|
|
70
|
+
/* line 79, ../sass/_byronic.sass */
|
|
66
71
|
h3, h4 {
|
|
67
72
|
font-weight: bold;
|
|
68
73
|
text-transform: none;
|
|
69
74
|
margin-bottom: 0.1em;
|
|
70
75
|
}
|
|
71
76
|
|
|
72
|
-
/* line
|
|
77
|
+
/* line 84, ../sass/_byronic.sass */
|
|
73
78
|
a {
|
|
74
79
|
color: #333333;
|
|
75
80
|
}
|
|
@@ -82,13 +87,13 @@ a {
|
|
|
82
87
|
* h1 - Part I
|
|
83
88
|
* h2 - part title
|
|
84
89
|
* h3 - part subtitle */
|
|
85
|
-
/* line
|
|
90
|
+
/* line 99, ../sass/_byronic.sass */
|
|
86
91
|
#content.title-page p,
|
|
87
92
|
#content.part-page p {
|
|
88
93
|
text-align: right;
|
|
89
94
|
padding-right: 0px;
|
|
90
95
|
}
|
|
91
|
-
/* line
|
|
96
|
+
/* line 102, ../sass/_byronic.sass */
|
|
92
97
|
#content.title-page h1, #content.title-page h2, #content.title-page h3,
|
|
93
98
|
#content.part-page h1,
|
|
94
99
|
#content.part-page h2,
|
|
@@ -97,13 +102,13 @@ a {
|
|
|
97
102
|
text-align: right;
|
|
98
103
|
text-transform: none;
|
|
99
104
|
}
|
|
100
|
-
/* line
|
|
105
|
+
/* line 106, ../sass/_byronic.sass */
|
|
101
106
|
#content.title-page h1, #content.title-page h2,
|
|
102
107
|
#content.part-page h1,
|
|
103
108
|
#content.part-page h2 {
|
|
104
109
|
letter-spacing: 1.5pt;
|
|
105
110
|
}
|
|
106
|
-
/* line
|
|
111
|
+
/* line 108, ../sass/_byronic.sass */
|
|
107
112
|
#content.title-page h1,
|
|
108
113
|
#content.part-page h1 {
|
|
109
114
|
font-size: 2em;
|
|
@@ -114,7 +119,7 @@ a {
|
|
|
114
119
|
padding-right: 0px;
|
|
115
120
|
line-height: 1em;
|
|
116
121
|
}
|
|
117
|
-
/* line
|
|
122
|
+
/* line 116, ../sass/_byronic.sass */
|
|
118
123
|
#content.title-page h2,
|
|
119
124
|
#content.part-page h2 {
|
|
120
125
|
font-size: 1.5em;
|
|
@@ -123,7 +128,7 @@ a {
|
|
|
123
128
|
padding-top: 0.3em;
|
|
124
129
|
padding-right: 0px;
|
|
125
130
|
}
|
|
126
|
-
/* line
|
|
131
|
+
/* line 122, ../sass/_byronic.sass */
|
|
127
132
|
#content.title-page h3,
|
|
128
133
|
#content.part-page h3 {
|
|
129
134
|
font-size: 1.2em;
|
|
@@ -131,7 +136,7 @@ a {
|
|
|
131
136
|
padding-right: 0px;
|
|
132
137
|
}
|
|
133
138
|
|
|
134
|
-
/* line
|
|
139
|
+
/* line 127, ../sass/_byronic.sass */
|
|
135
140
|
div.title-page-rule {
|
|
136
141
|
height: 40px;
|
|
137
142
|
margin-left: 0;
|
|
@@ -141,7 +146,7 @@ div.title-page-rule {
|
|
|
141
146
|
padding-right: 0px;
|
|
142
147
|
}
|
|
143
148
|
|
|
144
|
-
/* line
|
|
149
|
+
/* line 135, ../sass/_byronic.sass */
|
|
145
150
|
div.publisher-logo {
|
|
146
151
|
float: right;
|
|
147
152
|
clear: right;
|
|
@@ -150,22 +155,22 @@ div.publisher-logo {
|
|
|
150
155
|
padding-bottom: 20px;
|
|
151
156
|
}
|
|
152
157
|
|
|
153
|
-
/* line
|
|
158
|
+
/* line 143, ../sass/_byronic.sass */
|
|
154
159
|
table.toc td.section {
|
|
155
160
|
text-align: right;
|
|
156
161
|
color: #333333;
|
|
157
162
|
width: 5em;
|
|
158
163
|
}
|
|
159
|
-
/* line
|
|
164
|
+
/* line 148, ../sass/_byronic.sass */
|
|
160
165
|
table.toc td.title a {
|
|
161
166
|
text-decoration: none;
|
|
162
167
|
color: #1a1a1a;
|
|
163
168
|
}
|
|
164
|
-
/* line
|
|
169
|
+
/* line 151, ../sass/_byronic.sass */
|
|
165
170
|
table.toc td.title.frontmatter, table.toc td.title.backmatter {
|
|
166
171
|
font-style: italic;
|
|
167
172
|
}
|
|
168
|
-
/* line
|
|
173
|
+
/* line 154, ../sass/_byronic.sass */
|
|
169
174
|
table.toc td.separator {
|
|
170
175
|
width: 30px;
|
|
171
176
|
text-align: center;
|
|
@@ -174,7 +179,7 @@ table.toc td.separator {
|
|
|
174
179
|
}
|
|
175
180
|
|
|
176
181
|
/* Epigraphs at the beginning of each chapter are in blockquotes */
|
|
177
|
-
/* line
|
|
182
|
+
/* line 161, ../sass/_byronic.sass */
|
|
178
183
|
h1 + blockquote,
|
|
179
184
|
blockquote.epigraph {
|
|
180
185
|
margin-right: 1em;
|
|
@@ -183,7 +188,7 @@ blockquote.epigraph {
|
|
|
183
188
|
font-size: 0.9em;
|
|
184
189
|
font-style: italic;
|
|
185
190
|
}
|
|
186
|
-
/* line
|
|
191
|
+
/* line 169, ../sass/_byronic.sass */
|
|
187
192
|
h1 + blockquote p,
|
|
188
193
|
blockquote.epigraph p {
|
|
189
194
|
text-indent: 0;
|
|
@@ -191,13 +196,13 @@ blockquote.epigraph p {
|
|
|
191
196
|
margin-top: 2pt;
|
|
192
197
|
}
|
|
193
198
|
|
|
194
|
-
/* line
|
|
199
|
+
/* line 174, ../sass/_byronic.sass */
|
|
195
200
|
blockquote {
|
|
196
201
|
border-left: 1px solid #8c8c8c;
|
|
197
202
|
padding: 0.3em 0 0.3em 1em;
|
|
198
203
|
}
|
|
199
204
|
|
|
200
|
-
/* line
|
|
205
|
+
/* line 178, ../sass/_byronic.sass */
|
|
201
206
|
#content.verse blockquote {
|
|
202
207
|
font-style: normal;
|
|
203
208
|
font-size: 1em;
|
|
@@ -205,7 +210,7 @@ blockquote {
|
|
|
205
210
|
}
|
|
206
211
|
|
|
207
212
|
/* The attribution of the blockquote */
|
|
208
|
-
/* line
|
|
213
|
+
/* line 184, ../sass/_byronic.sass */
|
|
209
214
|
span.attribution,
|
|
210
215
|
p.attribution {
|
|
211
216
|
display: block;
|
|
@@ -218,7 +223,7 @@ p.attribution {
|
|
|
218
223
|
|
|
219
224
|
/* ...which also contains an attribution-name, wrapping the name of
|
|
220
225
|
* the person who made the quotation */
|
|
221
|
-
/* line
|
|
226
|
+
/* line 195, ../sass/_byronic.sass */
|
|
222
227
|
span.attribution-name,
|
|
223
228
|
p.attribution-name {
|
|
224
229
|
text-align: left;
|
|
@@ -230,13 +235,13 @@ p.attribution-name {
|
|
|
230
235
|
|
|
231
236
|
/* Outside of the content area you can address the style of the
|
|
232
237
|
* running book and author headings. */
|
|
233
|
-
/* line
|
|
238
|
+
/* line 205, ../sass/_byronic.sass */
|
|
234
239
|
#content-title {
|
|
235
240
|
text-align: right;
|
|
236
241
|
font-size: 0.8em;
|
|
237
242
|
}
|
|
238
243
|
|
|
239
|
-
/* line
|
|
244
|
+
/* line 213, ../sass/_byronic.sass */
|
|
240
245
|
p {
|
|
241
246
|
text-align: justify;
|
|
242
247
|
}
|
|
@@ -244,7 +249,7 @@ p {
|
|
|
244
249
|
/* The first paragraph in the work has a class called "noindent" which
|
|
245
250
|
* suppresses any paragraph indentation applied by default, but you
|
|
246
251
|
* can override this. */
|
|
247
|
-
/* line
|
|
252
|
+
/* line 223, ../sass/_byronic.sass */
|
|
248
253
|
h1 + p, h2 + p, h3 + p, h4 + p,
|
|
249
254
|
h1 + blockquote + p,
|
|
250
255
|
blockquote.epigraph + p,
|
|
@@ -257,62 +262,62 @@ p.noindent {
|
|
|
257
262
|
* the class 'firstletter', which can be used for dropcaps. */
|
|
258
263
|
/* Middlemarch contains a number of letters, which can be styled
|
|
259
264
|
* differently. */
|
|
260
|
-
/* line
|
|
265
|
+
/* line 241, ../sass/_byronic.sass */
|
|
261
266
|
#content p.letter {
|
|
262
267
|
padding-left: 1.5em;
|
|
263
268
|
padding-right: 0.5em;
|
|
264
269
|
}
|
|
265
270
|
|
|
266
271
|
/* Found in a letter */
|
|
267
|
-
/* line
|
|
272
|
+
/* line 246, ../sass/_byronic.sass */
|
|
268
273
|
#content p.salutation {
|
|
269
274
|
display: block;
|
|
270
275
|
font-variant: small-caps;
|
|
271
276
|
}
|
|
272
277
|
|
|
273
|
-
/* line
|
|
278
|
+
/* line 250, ../sass/_byronic.sass */
|
|
274
279
|
#content p.closing {
|
|
275
280
|
display: block;
|
|
276
281
|
text-indent: 1em;
|
|
277
282
|
}
|
|
278
283
|
|
|
279
|
-
/* line
|
|
284
|
+
/* line 254, ../sass/_byronic.sass */
|
|
280
285
|
div.page-break {
|
|
281
286
|
page-break-after: always;
|
|
282
287
|
}
|
|
283
288
|
|
|
284
|
-
/* line
|
|
289
|
+
/* line 257, ../sass/_byronic.sass */
|
|
285
290
|
.page-break-after {
|
|
286
291
|
page-break-after: always;
|
|
287
292
|
}
|
|
288
293
|
|
|
289
|
-
/* line
|
|
294
|
+
/* line 260, ../sass/_byronic.sass */
|
|
290
295
|
.page-break-before {
|
|
291
296
|
page-break-before: always;
|
|
292
297
|
}
|
|
293
298
|
|
|
294
|
-
/* line
|
|
299
|
+
/* line 263, ../sass/_byronic.sass */
|
|
295
300
|
pre {
|
|
296
301
|
margin-top: 1em;
|
|
297
302
|
margin-bottom: 1em;
|
|
298
303
|
}
|
|
299
304
|
|
|
300
|
-
/* line
|
|
305
|
+
/* line 267, ../sass/_byronic.sass */
|
|
301
306
|
.small {
|
|
302
307
|
font-size: 0.9em;
|
|
303
308
|
}
|
|
304
309
|
|
|
305
|
-
/* line
|
|
310
|
+
/* line 270, ../sass/_byronic.sass */
|
|
306
311
|
.footnotesize {
|
|
307
312
|
font-size: 0.8em;
|
|
308
313
|
}
|
|
309
314
|
|
|
310
|
-
/* line
|
|
315
|
+
/* line 273, ../sass/_byronic.sass */
|
|
311
316
|
.tiny {
|
|
312
317
|
font-size: 0.7em;
|
|
313
318
|
}
|
|
314
319
|
|
|
315
|
-
/* line
|
|
320
|
+
/* line 276, ../sass/_byronic.sass */
|
|
316
321
|
.noborder {
|
|
317
322
|
border: none;
|
|
318
323
|
}
|