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