Quote:
Originally Posted by booklover6
Is there any way to make a patch to remove the kepub header, but keep the rest of the kepub features? I love the "hours to go" that shows on the book tile on the main page. That doesn't get displayed with epub books. It's especially nice on the Kobo Aura HD, every tile shows how much time is left!
Or, conversely, a way to enable epubs to show the time left on tiles?
I've searched all through the patches that I have and the only thing I see regarding the header is changing the font. (And I admit to failure at trying to change the footer size on my Aura with the patch fw 3.5.0)
|
Footer size change only when you go into the epub,but possible allso with kepub, it looks like there is nothing change whatever you do, open the menu where u can set the margins sliders,the linehight sliders.. when you change one of them,and return to the book, then you see it visible ( when you applied the patch. )
In my case, this works fine for me,
Spoiler:
<Patch>
patch_name = `Custom reading footer style`
patch_enable = `yes`
replace_string = DE449C, `ReadingFooter {\n\tmin-height: 70px;\n\tmax-height: 70px;\n\tqproperty-footerMargin: 40;\n}\n\nReadingFooter[qApp_deviceCodeName="phoenix"] {\n\tmin-height: 82px;\n\tmax-height: 82px;\n\tqproperty-footerMargin: 15;\n}\n\nReadingFooter[qApp_deviceCodeName="dragon"] {\n\tmin-height: 120px;\n\tmax-height: 120px;\n\tqproperty-footerMargin: 20;\n}\n\n* {\n\tfont-size: 16px;\n}\n\n[qApp_deviceCodeName="phoenix"] {\n\tfont-size: 20px;\n}\n\n[qApp_deviceCodeName="dragon"] {\n\tfont-size: 26px;\n}\n\n[qApp_localeName="ja_JP"] {\n\tfont-family: A-OTF Gothic MB101 Pr6N;\n}`, `ReadingFooter {\n\tmin-height: 70px;\n\tmax-height: 70px;\n\tqproperty-footerMargin: 40;\n}\n\n* {\n\tfont-size: 16px;\n\tpadding-bottom: 0px;\n\tmargin-top: 0px;\n\t/*font-family:none;*/\n}\n\n[qApp_localeName="ja_JP"] {\n\tfont-family: A-OTF Gothic MB101 Pr6N;\n}`
#
# Uncomment the replace_string lines of one of the examples below, comment out
# the rest. If you choose to make further changes to the examples, BE CAREFUL
# NOT TO ALTER THE LENGTH OF THE REPLACEMENT STRINGS! (Add or remove spaces if
# necessary to keep the total length the same.)
#
# Example for Touch/Mini:
#replace_string = DE44AD, `min-height: 70px;`, `min-height: 32px;`
#replace_string = DE44C0, `max-height: 70px;`, `max-height: 32px;`
#replace_string = DE44DD, `footerMargin: 40;`, `footerMargin: 40;`
#replace_string = DE44F7, `font-size: 16px;`, `font-size: 16px;`
#replace_string = DE4509, `padding-bottom: 0px;`, `padding-bottom: 4px;`
#replace_string = DE451F, `margin-top: 0px;`, `margin-top: 0px;`
#
# Example for Glo/Aura:
#replace_string = DE44AD, `min-height: 70px;`, `min-height: 40px;`
#replace_string = DE44C0, `max-height: 70px;`, `max-height: 40px;`
#replace_string = DE44DD, `footerMargin: 40;`, `footerMargin: 15;`
#replace_string = DE44F7, `font-size: 16px;`, `font-size: 20px;`
#replace_string = DE4509, `padding-bottom: 0px;`, `padding-bottom: 5px;`
#replace_string = DE451F, `margin-top: 0px;`, `margin-top: 0px;`
#
# Example for Nick's Aura HD:
replace_string = DE44AD, `min-height: 70px;`, `min-height: 70px;`
replace_string = DE44C0, `max-height: 70px;`, `max-height: 70px;`
replace_string = DE44DD, `footerMargin: 40;`, `footerMargin: 20;`
replace_string = DE44F7, `font-size: 16px;`, `font-size: 31px;`
replace_string = DE4509, `padding-bottom: 0px;`, `padding-bottom: 0px;`
replace_string = DE451F, `margin-top: 0px;`, `margin-top: 0px;`
#
#
# Uncomment one of the following if you wish the footer to use a fixed font.
# (And enable the Custom header style patch below using the same font.)
#
replace_string = DE4531, `/*font-family:none;*/`, `font-family: Amasis;`
#replace_string = DE4531, `/*font-family:none;*/`, `font-family: Avenir;`
#replace_string = DE4531, `/*font-family:none;*/`, `font-family: Georgia;`
#
</Patch>
But the bottom line only becomes at the richt place when I change one of the sliders once... after that it hasn't have to be done until the next patch.
Custom made for me by the famous
GeoffR !!!