View Single Post
Old 02-15-2017, 04:44 AM   #27
JSWolf
Resident Curmudgeon
JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.
 
JSWolf's Avatar
 
Posts: 79,964
Karma: 147448039
Join Date: Nov 2006
Location: Roslindale, Massachusetts
Device: Kobo Libra 2, Kobo Aura H2O, PRS-650, PRS-T1, nook STR, PW3
Quote:
Originally Posted by Turtle91 View Post
Code:
html, body {height:100%; font-family:serif} (or whatever)
body {font-size:100%; margin:0; padding:0; font-weight:normal} (or whatever)

h3 {font-weight:bold; text-align:center; font-size: 1.2em}
p  {whatever styling you want your standard (98% of the book) paragraph}
i  {font-style:italic}
b  {font-weight:bold}

p.space {margin-top:2em}
div img {max-width:100%} (or whatever styling you want for that image)
These, of course, are only recommendations - they are in no way meant to imply a requirement.

Cheers,
Some of the CSS is not needed. You do not need the i and the b styles as they are italic and bold as is.
JSWolf is online now   Reply With Quote