View Single Post
Old 07-29-2014, 08:09 AM   #1
RZetlin
Addict
RZetlin ought to be getting tired of karma fortunes by now.RZetlin ought to be getting tired of karma fortunes by now.RZetlin ought to be getting tired of karma fortunes by now.RZetlin ought to be getting tired of karma fortunes by now.RZetlin ought to be getting tired of karma fortunes by now.RZetlin ought to be getting tired of karma fortunes by now.RZetlin ought to be getting tired of karma fortunes by now.RZetlin ought to be getting tired of karma fortunes by now.RZetlin ought to be getting tired of karma fortunes by now.RZetlin ought to be getting tired of karma fortunes by now.RZetlin ought to be getting tired of karma fortunes by now.
 
RZetlin's Avatar
 
Posts: 383
Karma: 3461302
Join Date: Mar 2013
Location: Canada
Device: Kobo Aura One, Kobo Glo, Kobo Aura HD (RIP)
CBR to ePub - Suppress Calibre Default CSS

When I convert CBR to ePub, Calibre add its own CSS into the epub.

- page_styles.css
- stylesheet.css

Specifically Calibre add its own CSS coding

Code:
page_styles.css 
@page {
    margin-bottom: 0;
    margin-top: 0
    }

stylesheet.css
.calibre {
    display: block;
    text-align: left;
    padding: 0;
    margin: 0
    }
.calibre1 {
    display: block;
    text-align: center
    }
.calibre2 {
    height: auto;
    width: auto
    }
1) Is there a way to suppress Calibre Default CSS when converting from CBR to epub?

2) What CSS coding should I use to get the images to show up full screen on my Aura HD reader?
RZetlin is offline   Reply With Quote