View Single Post
Old 05-17-2018, 12:38 PM   #8
Brett Merkey
Not Quite Dead
Brett Merkey ought to be getting tired of karma fortunes by now.Brett Merkey ought to be getting tired of karma fortunes by now.Brett Merkey ought to be getting tired of karma fortunes by now.Brett Merkey ought to be getting tired of karma fortunes by now.Brett Merkey ought to be getting tired of karma fortunes by now.Brett Merkey ought to be getting tired of karma fortunes by now.Brett Merkey ought to be getting tired of karma fortunes by now.Brett Merkey ought to be getting tired of karma fortunes by now.Brett Merkey ought to be getting tired of karma fortunes by now.Brett Merkey ought to be getting tired of karma fortunes by now.Brett Merkey ought to be getting tired of karma fortunes by now.
 
Posts: 195
Karma: 654170
Join Date: Jul 2015
Device: Paperwhite 4; Galaxy Tab
@retiredbiker,
After classing the first paragraph, I paste into the CSS file a set of styles that I then modify for color, special fonts, shadowing to fit that particular book. This adds visual interest you can never seem to find in any Amazon delivered book.

Quote:
p.first-para::first-line {
font-style: italic;
font-size: 1.1em;
}
p.first-para::first-letter {
font-weight: bold;
font-style: italic;
color: #cdcdcd;
font-size: 2em;
text-shadow: 3px 1px 3px #000;
float: left;
margin-top: -0.3em;
margin-bottom: -0.3em;
padding-right: .2em;
}
Brett Merkey is offline   Reply With Quote