View Single Post
Old 01-28-2014, 03:44 PM   #3
SeaCanary
Enthusiast
SeaCanary began at the beginning.
 
SeaCanary's Avatar
 
Posts: 34
Karma: 10
Join Date: Jan 2014
Device: Nook
Quote:
Note: SGC Page styling as you show is NOT transferable between pages.
So what you're saying is I have done it correctly?

I have two css files in the epub file with the rest of my formatting.
  1. page_styles.css
    Code:
    @page {
        margin-bottom: 5pt;
        margin-top: 5pt
        }
  2. stylesheet.css
    Code:
    .calibre {
        display: block;
        font-size: 1em;
        margin-bottom: 0;
        margin-left: 5pt;
        margin-right: 5pt;
        margin-top: 0;
        padding-left: 0;
        padding-right: 0
        }
    .versebody {
        display: block;
        margin-bottom: 0em;
        margin-left: 1em;
        text-indent:-1em;
        margin-right: 0;
        margin-top: 0em
        }
    ...
SeaCanary is offline   Reply With Quote