08-15-2017, 10:27 AM
|
#12
|
Bookish
Posts: 1,030
Karma: 2003162
Join Date: Jun 2011
Device: PC, t1, t2, t3, Clara BW, Clara HD, Libra 2, Libra Color, Nxtpaper 11
|
Ok. So I summarize:
- When kobo_extra.css is not present, plugin KoboTouchExtended produces a stylehacks.css file in the resulting kepub containing just:
Code:
div#book-inner {
margin-top: 0;
margin-bottom: 0
}
- When kobo_extra.css is present, plugin KoboTouchExtended produces a stylehacks.css file in the resulting kepub containing:
Code:
div#book-inner {
margin-top: 0;
margin-bottom: 0
}
body {
margin: 0 !important;
padding: 0 !important
}
body > div {
padding-left: 0.2em !important;
padding-right: 0.2em !important
}
- When I removed kobo_extra.css, the already created kepub remains with the correct settings and should normally display just fine as before. Perhaps I did recreated the kepub after the removal of kobo_extra.css.
My questions: - Where can the description for plugin KoboTouchExtended be found stating that this is the manner to use the plugin?
- Are other settings possible for plugin KoboTouchExtended?
|
|
|