prophecy 0.2.0 → 0.2.1
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/.gitignore +1 -0
- data/Overview.md +1 -42
- data/README.md +11 -1
- data/bin/prophecy +5 -0
- data/{docs/licenses/epubcheck → epubcheck_dir}/COPYING.txt +0 -0
- data/{docs/licenses/epubcheck → epubcheck_dir}/README.txt +50 -61
- data/epubcheck_dir/THIRD-PARTY.txt +20 -0
- data/epubcheck_dir/epubcheck.jar +0 -0
- data/epubcheck_dir/lib/Saxon-HE-9.4.0.6.jar +0 -0
- data/epubcheck_dir/lib/commons-compress-1.4.1.jar +0 -0
- data/epubcheck_dir/lib/guava-13.0.1.jar +0 -0
- data/epubcheck_dir/lib/{jing.jar → jing-20120724.0.0.jar} +0 -0
- data/epubcheck_dir/lib/sac-1.3.jar +0 -0
- data/epubcheck_dir/licenses/Apache-2.0.txt +201 -0
- data/epubcheck_dir/licenses/BSD-3-Clause.txt +27 -0
- data/epubcheck_dir/licenses/MPL-1.0.txt +360 -0
- data/epubcheck_dir/licenses/W3C.txt +16 -0
- data/lib/prophecy/assets/latex_template/anecdote.cls +8 -2
- data/lib/prophecy/assets/sass/_byronic.sass +6 -1
- data/lib/prophecy/assets/sass/_colors.sass +1 -1
- data/lib/prophecy/assets/stylesheets/style-epub.css +47 -46
- data/lib/prophecy/assets/stylesheets/style-mobi-kf8.css +47 -46
- data/lib/prophecy/assets/stylesheets/style-mobi.css +47 -46
- data/lib/prophecy/chapter.rb +4 -0
- data/lib/prophecy/cli.rb +55 -18
- data/lib/prophecy/generators/book/book.rb +13 -0
- data/lib/prophecy/version.rb +1 -1
- metadata +15 -7
- data/docs/licenses/epubcheck/jing_license.txt +0 -12
- data/epubcheck_dir/lib/saxon.jar +0 -0
|
@@ -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 26, ../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 37, ../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 42, ../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 49, ../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 60, ../sass/_byronic.sass */
|
|
131
131
|
h1 .chapter-name {
|
|
132
132
|
font-weight: normal;
|
|
133
133
|
}
|
|
134
|
-
/* line
|
|
134
|
+
/* line 62, ../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 66, ../sass/_byronic.sass */
|
|
141
141
|
h2 {
|
|
142
142
|
font-size: 1.5em;
|
|
143
143
|
font-weight: 300;
|
|
@@ -146,16 +146,16 @@ h2 {
|
|
|
146
146
|
letter-spacing: 1pt;
|
|
147
147
|
}
|
|
148
148
|
|
|
149
|
-
/* line
|
|
149
|
+
/* line 73, ../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 78, ../sass/_byronic.sass */
|
|
157
157
|
a {
|
|
158
|
-
color: #
|
|
158
|
+
color: #333333;
|
|
159
159
|
}
|
|
160
160
|
|
|
161
161
|
/* The main title page of the book.
|
|
@@ -166,13 +166,13 @@ a {
|
|
|
166
166
|
* h1 - Part I
|
|
167
167
|
* h2 - part title
|
|
168
168
|
* h3 - part subtitle */
|
|
169
|
-
/* line
|
|
169
|
+
/* line 93, ../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 96, ../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 100, ../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 102, ../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 110, ../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 116, ../sass/_byronic.sass */
|
|
211
211
|
#content.title-page h3,
|
|
212
212
|
#content.part-page h3 {
|
|
213
213
|
font-size: 1.2em;
|
|
@@ -215,17 +215,17 @@ a {
|
|
|
215
215
|
padding-right: 0px;
|
|
216
216
|
}
|
|
217
217
|
|
|
218
|
-
/* line
|
|
218
|
+
/* line 121, ../sass/_byronic.sass */
|
|
219
219
|
div.title-page-rule {
|
|
220
220
|
height: 40px;
|
|
221
221
|
margin-left: 0;
|
|
222
222
|
margin-right: 0;
|
|
223
|
-
background-color: #
|
|
223
|
+
background-color: #cccccc;
|
|
224
224
|
text-align: right;
|
|
225
225
|
padding-right: 0px;
|
|
226
226
|
}
|
|
227
227
|
|
|
228
|
-
/* line
|
|
228
|
+
/* line 129, ../sass/_byronic.sass */
|
|
229
229
|
div.publisher-logo {
|
|
230
230
|
float: right;
|
|
231
231
|
clear: right;
|
|
@@ -234,30 +234,31 @@ div.publisher-logo {
|
|
|
234
234
|
padding-bottom: 20px;
|
|
235
235
|
}
|
|
236
236
|
|
|
237
|
-
/* line
|
|
237
|
+
/* line 137, ../sass/_byronic.sass */
|
|
238
238
|
table.toc td.section {
|
|
239
239
|
text-align: right;
|
|
240
|
-
color: #
|
|
240
|
+
color: #333333;
|
|
241
|
+
width: 5em;
|
|
241
242
|
}
|
|
242
|
-
/* line
|
|
243
|
+
/* line 142, ../sass/_byronic.sass */
|
|
243
244
|
table.toc td.title a {
|
|
244
245
|
text-decoration: none;
|
|
245
246
|
color: #1a1a1a;
|
|
246
247
|
}
|
|
247
|
-
/* line
|
|
248
|
+
/* line 145, ../sass/_byronic.sass */
|
|
248
249
|
table.toc td.title.frontmatter, table.toc td.title.backmatter {
|
|
249
250
|
font-style: italic;
|
|
250
251
|
}
|
|
251
|
-
/* line
|
|
252
|
+
/* line 148, ../sass/_byronic.sass */
|
|
252
253
|
table.toc td.separator {
|
|
253
254
|
width: 30px;
|
|
254
255
|
text-align: center;
|
|
255
256
|
font-size: 2em;
|
|
256
|
-
color:
|
|
257
|
+
color: gray;
|
|
257
258
|
}
|
|
258
259
|
|
|
259
260
|
/* Epigraphs at the beginning of each chapter are in blockquotes */
|
|
260
|
-
/* line
|
|
261
|
+
/* line 155, ../sass/_byronic.sass */
|
|
261
262
|
h1 + blockquote,
|
|
262
263
|
blockquote.epigraph {
|
|
263
264
|
margin-right: 1em;
|
|
@@ -266,7 +267,7 @@ blockquote.epigraph {
|
|
|
266
267
|
font-size: 0.9em;
|
|
267
268
|
font-style: italic;
|
|
268
269
|
}
|
|
269
|
-
/* line
|
|
270
|
+
/* line 163, ../sass/_byronic.sass */
|
|
270
271
|
h1 + blockquote p,
|
|
271
272
|
blockquote.epigraph p {
|
|
272
273
|
text-indent: 0;
|
|
@@ -274,13 +275,13 @@ blockquote.epigraph p {
|
|
|
274
275
|
margin-top: 2pt;
|
|
275
276
|
}
|
|
276
277
|
|
|
277
|
-
/* line
|
|
278
|
+
/* line 168, ../sass/_byronic.sass */
|
|
278
279
|
blockquote {
|
|
279
|
-
border-left: 1px solid #
|
|
280
|
+
border-left: 1px solid #8c8c8c;
|
|
280
281
|
padding: 0.3em 0 0.3em 1em;
|
|
281
282
|
}
|
|
282
283
|
|
|
283
|
-
/* line
|
|
284
|
+
/* line 172, ../sass/_byronic.sass */
|
|
284
285
|
#content.verse blockquote {
|
|
285
286
|
font-style: normal;
|
|
286
287
|
font-size: 1em;
|
|
@@ -288,7 +289,7 @@ blockquote {
|
|
|
288
289
|
}
|
|
289
290
|
|
|
290
291
|
/* The attribution of the blockquote */
|
|
291
|
-
/* line
|
|
292
|
+
/* line 178, ../sass/_byronic.sass */
|
|
292
293
|
span.attribution,
|
|
293
294
|
p.attribution {
|
|
294
295
|
display: block;
|
|
@@ -301,7 +302,7 @@ p.attribution {
|
|
|
301
302
|
|
|
302
303
|
/* ...which also contains an attribution-name, wrapping the name of
|
|
303
304
|
* the person who made the quotation */
|
|
304
|
-
/* line
|
|
305
|
+
/* line 189, ../sass/_byronic.sass */
|
|
305
306
|
span.attribution-name,
|
|
306
307
|
p.attribution-name {
|
|
307
308
|
text-align: left;
|
|
@@ -313,13 +314,13 @@ p.attribution-name {
|
|
|
313
314
|
|
|
314
315
|
/* Outside of the content area you can address the style of the
|
|
315
316
|
* running book and author headings. */
|
|
316
|
-
/* line
|
|
317
|
+
/* line 199, ../sass/_byronic.sass */
|
|
317
318
|
#content-title {
|
|
318
319
|
text-align: right;
|
|
319
320
|
font-size: 0.8em;
|
|
320
321
|
}
|
|
321
322
|
|
|
322
|
-
/* line
|
|
323
|
+
/* line 207, ../sass/_byronic.sass */
|
|
323
324
|
p {
|
|
324
325
|
text-align: justify;
|
|
325
326
|
}
|
|
@@ -327,7 +328,7 @@ p {
|
|
|
327
328
|
/* The first paragraph in the work has a class called "noindent" which
|
|
328
329
|
* suppresses any paragraph indentation applied by default, but you
|
|
329
330
|
* can override this. */
|
|
330
|
-
/* line
|
|
331
|
+
/* line 217, ../sass/_byronic.sass */
|
|
331
332
|
h1 + p, h2 + p, h3 + p, h4 + p,
|
|
332
333
|
h1 + blockquote + p,
|
|
333
334
|
blockquote.epigraph + p,
|
|
@@ -340,62 +341,62 @@ p.noindent {
|
|
|
340
341
|
* the class 'firstletter', which can be used for dropcaps. */
|
|
341
342
|
/* Middlemarch contains a number of letters, which can be styled
|
|
342
343
|
* differently. */
|
|
343
|
-
/* line
|
|
344
|
+
/* line 235, ../sass/_byronic.sass */
|
|
344
345
|
#content p.letter {
|
|
345
346
|
padding-left: 1.5em;
|
|
346
347
|
padding-right: 0.5em;
|
|
347
348
|
}
|
|
348
349
|
|
|
349
350
|
/* Found in a letter */
|
|
350
|
-
/* line
|
|
351
|
+
/* line 240, ../sass/_byronic.sass */
|
|
351
352
|
#content p.salutation {
|
|
352
353
|
display: block;
|
|
353
354
|
font-variant: small-caps;
|
|
354
355
|
}
|
|
355
356
|
|
|
356
|
-
/* line
|
|
357
|
+
/* line 244, ../sass/_byronic.sass */
|
|
357
358
|
#content p.closing {
|
|
358
359
|
display: block;
|
|
359
360
|
text-indent: 1em;
|
|
360
361
|
}
|
|
361
362
|
|
|
362
|
-
/* line
|
|
363
|
+
/* line 248, ../sass/_byronic.sass */
|
|
363
364
|
div.page-break {
|
|
364
365
|
page-break-after: always;
|
|
365
366
|
}
|
|
366
367
|
|
|
367
|
-
/* line
|
|
368
|
+
/* line 251, ../sass/_byronic.sass */
|
|
368
369
|
.page-break-after {
|
|
369
370
|
page-break-after: always;
|
|
370
371
|
}
|
|
371
372
|
|
|
372
|
-
/* line
|
|
373
|
+
/* line 254, ../sass/_byronic.sass */
|
|
373
374
|
.page-break-before {
|
|
374
375
|
page-break-before: always;
|
|
375
376
|
}
|
|
376
377
|
|
|
377
|
-
/* line
|
|
378
|
+
/* line 257, ../sass/_byronic.sass */
|
|
378
379
|
pre {
|
|
379
380
|
margin-top: 1em;
|
|
380
381
|
margin-bottom: 1em;
|
|
381
382
|
}
|
|
382
383
|
|
|
383
|
-
/* line
|
|
384
|
+
/* line 261, ../sass/_byronic.sass */
|
|
384
385
|
.small {
|
|
385
386
|
font-size: 0.9em;
|
|
386
387
|
}
|
|
387
388
|
|
|
388
|
-
/* line
|
|
389
|
+
/* line 264, ../sass/_byronic.sass */
|
|
389
390
|
.footnotesize {
|
|
390
391
|
font-size: 0.8em;
|
|
391
392
|
}
|
|
392
393
|
|
|
393
|
-
/* line
|
|
394
|
+
/* line 267, ../sass/_byronic.sass */
|
|
394
395
|
.tiny {
|
|
395
396
|
font-size: 0.7em;
|
|
396
397
|
}
|
|
397
398
|
|
|
398
|
-
/* line
|
|
399
|
+
/* line 270, ../sass/_byronic.sass */
|
|
399
400
|
.noborder {
|
|
400
401
|
border: none;
|
|
401
402
|
}
|
|
@@ -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 26, ../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 37, ../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 42, ../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 49, ../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 60, ../sass/_byronic.sass */
|
|
131
131
|
h1 .chapter-name {
|
|
132
132
|
font-weight: normal;
|
|
133
133
|
}
|
|
134
|
-
/* line
|
|
134
|
+
/* line 62, ../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 66, ../sass/_byronic.sass */
|
|
141
141
|
h2 {
|
|
142
142
|
font-size: 1.5em;
|
|
143
143
|
font-weight: 300;
|
|
@@ -146,16 +146,16 @@ h2 {
|
|
|
146
146
|
letter-spacing: 1pt;
|
|
147
147
|
}
|
|
148
148
|
|
|
149
|
-
/* line
|
|
149
|
+
/* line 73, ../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 78, ../sass/_byronic.sass */
|
|
157
157
|
a {
|
|
158
|
-
color: #
|
|
158
|
+
color: #333333;
|
|
159
159
|
}
|
|
160
160
|
|
|
161
161
|
/* The main title page of the book.
|
|
@@ -166,13 +166,13 @@ a {
|
|
|
166
166
|
* h1 - Part I
|
|
167
167
|
* h2 - part title
|
|
168
168
|
* h3 - part subtitle */
|
|
169
|
-
/* line
|
|
169
|
+
/* line 93, ../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 96, ../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 100, ../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 102, ../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 110, ../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 116, ../sass/_byronic.sass */
|
|
211
211
|
#content.title-page h3,
|
|
212
212
|
#content.part-page h3 {
|
|
213
213
|
font-size: 1.2em;
|
|
@@ -215,17 +215,17 @@ a {
|
|
|
215
215
|
padding-right: 0px;
|
|
216
216
|
}
|
|
217
217
|
|
|
218
|
-
/* line
|
|
218
|
+
/* line 121, ../sass/_byronic.sass */
|
|
219
219
|
div.title-page-rule {
|
|
220
220
|
height: 40px;
|
|
221
221
|
margin-left: 0;
|
|
222
222
|
margin-right: 0;
|
|
223
|
-
background-color: #
|
|
223
|
+
background-color: #cccccc;
|
|
224
224
|
text-align: right;
|
|
225
225
|
padding-right: 0px;
|
|
226
226
|
}
|
|
227
227
|
|
|
228
|
-
/* line
|
|
228
|
+
/* line 129, ../sass/_byronic.sass */
|
|
229
229
|
div.publisher-logo {
|
|
230
230
|
float: right;
|
|
231
231
|
clear: right;
|
|
@@ -234,30 +234,31 @@ div.publisher-logo {
|
|
|
234
234
|
padding-bottom: 20px;
|
|
235
235
|
}
|
|
236
236
|
|
|
237
|
-
/* line
|
|
237
|
+
/* line 137, ../sass/_byronic.sass */
|
|
238
238
|
table.toc td.section {
|
|
239
239
|
text-align: right;
|
|
240
|
-
color: #
|
|
240
|
+
color: #333333;
|
|
241
|
+
width: 5em;
|
|
241
242
|
}
|
|
242
|
-
/* line
|
|
243
|
+
/* line 142, ../sass/_byronic.sass */
|
|
243
244
|
table.toc td.title a {
|
|
244
245
|
text-decoration: none;
|
|
245
246
|
color: #1a1a1a;
|
|
246
247
|
}
|
|
247
|
-
/* line
|
|
248
|
+
/* line 145, ../sass/_byronic.sass */
|
|
248
249
|
table.toc td.title.frontmatter, table.toc td.title.backmatter {
|
|
249
250
|
font-style: italic;
|
|
250
251
|
}
|
|
251
|
-
/* line
|
|
252
|
+
/* line 148, ../sass/_byronic.sass */
|
|
252
253
|
table.toc td.separator {
|
|
253
254
|
width: 30px;
|
|
254
255
|
text-align: center;
|
|
255
256
|
font-size: 2em;
|
|
256
|
-
color:
|
|
257
|
+
color: gray;
|
|
257
258
|
}
|
|
258
259
|
|
|
259
260
|
/* Epigraphs at the beginning of each chapter are in blockquotes */
|
|
260
|
-
/* line
|
|
261
|
+
/* line 155, ../sass/_byronic.sass */
|
|
261
262
|
h1 + blockquote,
|
|
262
263
|
blockquote.epigraph {
|
|
263
264
|
margin-right: 1em;
|
|
@@ -266,7 +267,7 @@ blockquote.epigraph {
|
|
|
266
267
|
font-size: 0.9em;
|
|
267
268
|
font-style: italic;
|
|
268
269
|
}
|
|
269
|
-
/* line
|
|
270
|
+
/* line 163, ../sass/_byronic.sass */
|
|
270
271
|
h1 + blockquote p,
|
|
271
272
|
blockquote.epigraph p {
|
|
272
273
|
text-indent: 0;
|
|
@@ -274,13 +275,13 @@ blockquote.epigraph p {
|
|
|
274
275
|
margin-top: 2pt;
|
|
275
276
|
}
|
|
276
277
|
|
|
277
|
-
/* line
|
|
278
|
+
/* line 168, ../sass/_byronic.sass */
|
|
278
279
|
blockquote {
|
|
279
|
-
border-left: 1px solid #
|
|
280
|
+
border-left: 1px solid #8c8c8c;
|
|
280
281
|
padding: 0.3em 0 0.3em 1em;
|
|
281
282
|
}
|
|
282
283
|
|
|
283
|
-
/* line
|
|
284
|
+
/* line 172, ../sass/_byronic.sass */
|
|
284
285
|
#content.verse blockquote {
|
|
285
286
|
font-style: normal;
|
|
286
287
|
font-size: 1em;
|
|
@@ -288,7 +289,7 @@ blockquote {
|
|
|
288
289
|
}
|
|
289
290
|
|
|
290
291
|
/* The attribution of the blockquote */
|
|
291
|
-
/* line
|
|
292
|
+
/* line 178, ../sass/_byronic.sass */
|
|
292
293
|
span.attribution,
|
|
293
294
|
p.attribution {
|
|
294
295
|
display: block;
|
|
@@ -301,7 +302,7 @@ p.attribution {
|
|
|
301
302
|
|
|
302
303
|
/* ...which also contains an attribution-name, wrapping the name of
|
|
303
304
|
* the person who made the quotation */
|
|
304
|
-
/* line
|
|
305
|
+
/* line 189, ../sass/_byronic.sass */
|
|
305
306
|
span.attribution-name,
|
|
306
307
|
p.attribution-name {
|
|
307
308
|
text-align: left;
|
|
@@ -313,13 +314,13 @@ p.attribution-name {
|
|
|
313
314
|
|
|
314
315
|
/* Outside of the content area you can address the style of the
|
|
315
316
|
* running book and author headings. */
|
|
316
|
-
/* line
|
|
317
|
+
/* line 199, ../sass/_byronic.sass */
|
|
317
318
|
#content-title {
|
|
318
319
|
text-align: right;
|
|
319
320
|
font-size: 0.8em;
|
|
320
321
|
}
|
|
321
322
|
|
|
322
|
-
/* line
|
|
323
|
+
/* line 207, ../sass/_byronic.sass */
|
|
323
324
|
p {
|
|
324
325
|
text-align: justify;
|
|
325
326
|
}
|
|
@@ -327,7 +328,7 @@ p {
|
|
|
327
328
|
/* The first paragraph in the work has a class called "noindent" which
|
|
328
329
|
* suppresses any paragraph indentation applied by default, but you
|
|
329
330
|
* can override this. */
|
|
330
|
-
/* line
|
|
331
|
+
/* line 217, ../sass/_byronic.sass */
|
|
331
332
|
h1 + p, h2 + p, h3 + p, h4 + p,
|
|
332
333
|
h1 + blockquote + p,
|
|
333
334
|
blockquote.epigraph + p,
|
|
@@ -340,62 +341,62 @@ p.noindent {
|
|
|
340
341
|
* the class 'firstletter', which can be used for dropcaps. */
|
|
341
342
|
/* Middlemarch contains a number of letters, which can be styled
|
|
342
343
|
* differently. */
|
|
343
|
-
/* line
|
|
344
|
+
/* line 235, ../sass/_byronic.sass */
|
|
344
345
|
#content p.letter {
|
|
345
346
|
padding-left: 1.5em;
|
|
346
347
|
padding-right: 0.5em;
|
|
347
348
|
}
|
|
348
349
|
|
|
349
350
|
/* Found in a letter */
|
|
350
|
-
/* line
|
|
351
|
+
/* line 240, ../sass/_byronic.sass */
|
|
351
352
|
#content p.salutation {
|
|
352
353
|
display: block;
|
|
353
354
|
font-variant: small-caps;
|
|
354
355
|
}
|
|
355
356
|
|
|
356
|
-
/* line
|
|
357
|
+
/* line 244, ../sass/_byronic.sass */
|
|
357
358
|
#content p.closing {
|
|
358
359
|
display: block;
|
|
359
360
|
text-indent: 1em;
|
|
360
361
|
}
|
|
361
362
|
|
|
362
|
-
/* line
|
|
363
|
+
/* line 248, ../sass/_byronic.sass */
|
|
363
364
|
div.page-break {
|
|
364
365
|
page-break-after: always;
|
|
365
366
|
}
|
|
366
367
|
|
|
367
|
-
/* line
|
|
368
|
+
/* line 251, ../sass/_byronic.sass */
|
|
368
369
|
.page-break-after {
|
|
369
370
|
page-break-after: always;
|
|
370
371
|
}
|
|
371
372
|
|
|
372
|
-
/* line
|
|
373
|
+
/* line 254, ../sass/_byronic.sass */
|
|
373
374
|
.page-break-before {
|
|
374
375
|
page-break-before: always;
|
|
375
376
|
}
|
|
376
377
|
|
|
377
|
-
/* line
|
|
378
|
+
/* line 257, ../sass/_byronic.sass */
|
|
378
379
|
pre {
|
|
379
380
|
margin-top: 1em;
|
|
380
381
|
margin-bottom: 1em;
|
|
381
382
|
}
|
|
382
383
|
|
|
383
|
-
/* line
|
|
384
|
+
/* line 261, ../sass/_byronic.sass */
|
|
384
385
|
.small {
|
|
385
386
|
font-size: 0.9em;
|
|
386
387
|
}
|
|
387
388
|
|
|
388
|
-
/* line
|
|
389
|
+
/* line 264, ../sass/_byronic.sass */
|
|
389
390
|
.footnotesize {
|
|
390
391
|
font-size: 0.8em;
|
|
391
392
|
}
|
|
392
393
|
|
|
393
|
-
/* line
|
|
394
|
+
/* line 267, ../sass/_byronic.sass */
|
|
394
395
|
.tiny {
|
|
395
396
|
font-size: 0.7em;
|
|
396
397
|
}
|
|
397
398
|
|
|
398
|
-
/* line
|
|
399
|
+
/* line 270, ../sass/_byronic.sass */
|
|
399
400
|
.noborder {
|
|
400
401
|
border: none;
|
|
401
402
|
}
|