View Single Post
Old 02-22-2016, 03:48 AM   #23
DrewBoyd
Member
DrewBoyd began at the beginning.
 
Posts: 14
Karma: 10
Join Date: Feb 2016
Device: Kindle Fire
Thanks so much, @BetterRed! I wasn't sure how to get the whole thing posted. Here it is:

Code:
/* Structure */
body {
 oeb-column-number: 1;
 font-size: 100%;
}


/* Typeography */

* {
 margin-left: 20px;
 margin-right: 20px;
 padding: 0em;
}

h1, h2, h3, h4, h5, h6 {
 font-weight: 500;
}

h1 {
 font-size: 1.5em;
 margin: 2em 20px 0.75em 20px;
 text-align: center;
}

h1.chaptertitle {
 font-size: 1.5em;
 margin: 25% 20px 1em 20px;
 text-align: center;
 page-break-before:always;
}

h1.titlepage1 {
 font-size: 2.5em;
 margin: 20% 20px 0.25em 20px;
 text-align: center;
}

h1.titlepage2 {
 font-size: 2.0em;
 margin: 0.05em 20px 0.5em 20px;
 letter-spacing: 5px;
 text-align: center;
}

h2 {
 font-size: 1.15em;
 font-style: italic;
 margin: 0 20px 1.25em 20px;
 text-align: center;
}

h2.titlepage {
 font-size: 1.25em;
 font-style: italic;
 text-align: center;
 margin: 0 20px 2.5em 20px;
}

h3 {
 font-size: 0.9em;
 text-align: center;
 margin: 20% 20px 1.0em 20px;
}

h4 {
 font-size: 1.125em; 
 font-style: italic;
 margin: 0 0 -.6em 0;
}

p {
 font-size: 1em;
 margin: 0.35em 20px 0 20px;
 text-indent: 1.6em;
 text-align: justify;
 line-height: 1.4em;
}

p.firstparagraph {
 margin: 0.6em 20px 0 20px;
 text-indent: 0.005em;
 text-align: justify;
}

p.italic {
 font-style: italic
}

p.caption {
 margin:0 0 1em 0;
}

p.center {
 margin: 0.35em 20px 0 20px;
 text-indent: 0.005em;
 text-align: center;
}

p.scenebreak {
 margin: 1.5em 20px 2em 20px;
 text-indent: 0.005em;
 text-align: center;
}

p.alsoby {
 margin:0.80em 20px 0 20px;
 font-size: 1.15em;
 text-indent: 0.005em;
 text-align: center;
}

p.copyright {
 margin:0.85em 20px 0 20px;
 font-size: 0.8em;
 text-indent: 0.005em;
 text-align: center;
}

a:link {
	text-decoration: none;
}

blockquote.quote {
 padding-left: .5em;
 border-left: .3em solid #ccc;
}


/* Images */

img.cover {
 max-width:100%; 
 border-style:none;
}

img.titlepage {
 max-width:80%; 
 border-style:none;
}

img.scenebreak {
 max-width:20%; 
 border-style:none;
}

div.center {
 margin-left:auto;
 margin-right:auto;
 width: 99%;
}

img.floatleft {
 float: left;
 margin: 0px 10px 5px 10px;
}

img.floatright {
 float: right;
 margin: 0px 10px 5px 10px;
}

img.border {
 border-style:solid;
 border-width:thin;
}



/* Lists */

ul {
 list-style-type: circle;
}

ul.disc {
 list-style-type: disc;
}

ul.square {
 list-style-type: square;
}



/* Misc */

/* Use with "Checkbox" in Clips to create an inline checkbox square */
.checkbox {
 font-size: 75%;
 border: .2em solid #ccc;
}
DrewBoyd is offline   Reply With Quote