View Single Post
Old 08-15-2017, 10:27 AM   #12
DrChiper
Bookish
DrChiper ought to be getting tired of karma fortunes by now.DrChiper ought to be getting tired of karma fortunes by now.DrChiper ought to be getting tired of karma fortunes by now.DrChiper ought to be getting tired of karma fortunes by now.DrChiper ought to be getting tired of karma fortunes by now.DrChiper ought to be getting tired of karma fortunes by now.DrChiper ought to be getting tired of karma fortunes by now.DrChiper ought to be getting tired of karma fortunes by now.DrChiper ought to be getting tired of karma fortunes by now.DrChiper ought to be getting tired of karma fortunes by now.DrChiper ought to be getting tired of karma fortunes by now.
 
DrChiper's Avatar
 
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:
  1. 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
        }
  2. 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
        }
  3. 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:
  1. Where can the description for plugin KoboTouchExtended be found stating that this is the manner to use the plugin?
  2. Are other settings possible for plugin KoboTouchExtended?
DrChiper is offline   Reply With Quote