From c4bdcf6deba1df8edac023af6ba83be8967e6b2e Mon Sep 17 00:00:00 2001 From: vr8ce Date: Sun, 15 Mar 2020 11:05:01 -0500 Subject: [PATCH] Add descriptions, clean --- src/epub/content.opf | 19 +++++++++---------- src/epub/css/local.css | 36 ++++++++++++++++++------------------ 2 files changed, 27 insertions(+), 28 deletions(-) diff --git a/src/epub/content.opf b/src/epub/content.opf index b67a7bf..9ca6086 100644 --- a/src/epub/content.opf +++ b/src/epub/content.opf @@ -37,9 +37,10 @@ sh85121819 Fiction A collection of O. Henry short stories, ordered by date of publication. - + + <p>William Sydney Porter, known to readers as O. Henry, was a true raconteur. He was a draftsman, a bank teller, a newspaper writer, a fugitive from justice in Central America, a writer living in New York City, and he told stories at each stop and about each stop. His stories were known for their vivid characters who came to life, and sometimes death, in only a few pages. But perhaps the defining attribute of his stories was their “twist” endings, where the outcome is a surprise to both the characters and the readers.</p> + <p>This collection gathers all of his stories written in New York and published in various popular magazines of the time, as well as those he wrote while at the Houston <i>Post</i> that were not attributed to him until many years after his death.</p> + en-US https://www.gutenberg.org/ebooks/2777 @@ -86,9 +87,7 @@ https://archive.org/details/postscripts00henr https://catalog.hathitrust.org/Record/007926272 - https://chroniclingamerica.loc.gov/lccn/sn86071197/issues/ - Any special notes about the production of this ebook for future editors/producers? Remove this element if not. - WORD_COUNT +*po WORD_COUNT READING_EASE https://en.wikipedia.org/wiki/Short_fiction https://github.com/standardebooks/o-henry_short-fiction @@ -595,7 +594,7 @@ - + @@ -656,7 +655,7 @@ - + @@ -778,7 +777,7 @@ - + @@ -807,7 +806,7 @@ - + diff --git a/src/epub/css/local.css b/src/epub/css/local.css index 7e9ad65..8bf1cf1 100644 --- a/src/epub/css/local.css +++ b/src/epub/css/local.css @@ -18,8 +18,8 @@ blockquote[xml|lang]{ } abbr.acronym, -abbr.era { - font-variant: all-small-caps; +abbr.era{ + font-variant: all-small-caps; } /* epigraph */ @@ -54,12 +54,12 @@ section > header [epub|type~="epigraph"]{ display: table; } } -/* end of epigraph */ +/* end of epigraph */ /* poetry, songs */ [epub|type~="z3998:poem"] header{ - font-variant: small-caps; - margin: 1em; + font-variant: small-caps; + margin: 1em; } [epub|type~="z3998:poem"] p, @@ -103,15 +103,15 @@ p span.i3{ text-indent: -1em; padding-left: 4em; } -/* end of poetry, songs */ +/* end of poetry, songs */ /* letters */ [epub|type~="z3998:letter"] header{ text-align: right; } [epub|type~="z3998:salutation"]{ - text-align: left; + text-align: left; } [epub|type~="z3998:salutation"] + p, @@ -126,7 +126,7 @@ p span.i3{ } [epub|type~="z3998:letter"] footer, -p.signature { +p.signature{ text-align: right; } @@ -139,8 +139,8 @@ p.signature { text-indent: 0; text-align: left; } -/* end of letter */ +/* end of letter */ /* drama */ [epub|type~="z3998:drama"] tr:first-child td{ padding-top: 0; @@ -192,8 +192,8 @@ p.signature { [epub|type~="z3998:persona"]{ font-variant: all-small-caps; } -/* end of drama */ +/* end of drama */ /* story-specific formatting */ #conscience-in-art table{ margin: 1em auto; @@ -212,7 +212,7 @@ p.signature { } #sound-and-fury p:last-child{ - font-variant: small-caps; + font-variant: small-caps; margin-top: 1em; text-align: center; } @@ -249,7 +249,7 @@ p.signature { text-align: center; } -#a-departmental-case blockquote > header + p { +#a-departmental-case blockquote > header + p{ font-variant: small-caps; } @@ -279,16 +279,16 @@ p.signature { } #reconciliation p:last-child{ - text-align: center; - text-indent: 0; + text-align: center; + text-indent: 0; } #a-bird-of-bagdad header{ - margin-bottom: 1em; - margin-top: 1.5em; + margin-bottom: 1em; + margin-top: 1.5em; } #a-bird-of-bagdad header > p{ - font-variant: small-caps; - text-align: center; + font-variant: small-caps; + text-align: center; }