View Single Post
Old 06-08-2010, 06:23 PM   #4
dicknskip
Zealot
dicknskip began at the beginning.
 
Posts: 134
Karma: 10
Join Date: Nov 2009
Location: Okotoks, AB, Canada
Device: iPad V-3
Here it is. It came from when I used html and then into lrf.

Spoiler:
<style type="text/css">
/*<![CDATA[*/
/* Special characters: “ ” — … */

/* body setting over rides */
body {font-family:"Times New Roman",serif; font-size: 120%; margin-left:5%; margin-right:5%;}

/* Main title of the book */
h1 {font-size:150%; text-align:center; font-weight:700; page-break-before:always;}

/* Section or part heading */
h2 {font-size:130%; text-align:center; font-weight:700; page-break-before:always;}

/* Chapter heading */
h3 {font-size:120%; text-align:center; font-weight:700; page-break-before:always;}

/* Non-page break heading*/
h4 {font-style: normal; font-size: 120%; text-align: center; font-weight: 700;}

/* Highlight a quote or section */
blockquote {font-size:100%; text-align:center; font-style:italic; font-weight:700; line-height:100%;}

/* Highlight a quote or section - left */
cite {font-size: 100%; font-style: italic; font-weight: 500; line-height: 100%; text-indent: 1px;}

/* Normal paragraph */
p {margin-top:0.25em; margin-bottom:.60em; line-height:1.2em; text-indent:15pt;}

/* set for sup and sub characters */
sup,sub {font-size: 75%;}

/*]]>*/
</style>
dicknskip is offline   Reply With Quote