Quote:
Originally Posted by cramoisi
for books, you have the option of using a system wide css which would be append to the book's css when sending it to the reader with calibre.
|
This only works for ePub books, as @page isn't recognised by the KePub reader:
Code:
@page { margin-top: 2cm; }
For DRM-free ePubs you can set up Calibre to add this to each book as it is sent to the device (edit: by creating a file named "kobo_extra.css" in the root directory of the device that contains the @page style above, and changing the built-in KoboTouch plugin to enable the "Modify CSS" option), or you can patch the firmware to achieve the same effect with a modification of the `ePub fixed top/bottom margins` patch, which works with DRM ePubs also. (I can help with this if you want to go this way.)
However this only affects the margins for the book content, it has no effect on the menus' and popups' placement, so I don't know if it is really of much use to the OP.