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?