View Single Post
Old 06-08-2010, 07:23 PM   #8
dicknskip
Zealot
dicknskip began at the beginning.
 
Posts: 134
Karma: 10
Join Date: Nov 2009
Location: Okotoks, AB, Canada
Device: iPad V-3
I did make two small changes to the css. I removed the font-name tag and did remove an unncessary font-style tag. No change on the Sony. The view in Calibre shows the bigger font and the indent. The Sony doesn't. I'm on firmware 1.1.01 26200 on the Sony. That's what was on at purchase. I couldn't find an upgrade on the Sony site so I guess I'm current.

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

/* body setting over rides */
body {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-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