Thread: Kobo Patcher
View Single Post
Old 12-08-2013, 12:57 PM   #590
GeoffR
Wizard
GeoffR ought to be getting tired of karma fortunes by now.GeoffR ought to be getting tired of karma fortunes by now.GeoffR ought to be getting tired of karma fortunes by now.GeoffR ought to be getting tired of karma fortunes by now.GeoffR ought to be getting tired of karma fortunes by now.GeoffR ought to be getting tired of karma fortunes by now.GeoffR ought to be getting tired of karma fortunes by now.GeoffR ought to be getting tired of karma fortunes by now.GeoffR ought to be getting tired of karma fortunes by now.GeoffR ought to be getting tired of karma fortunes by now.GeoffR ought to be getting tired of karma fortunes by now.
 
GeoffR's Avatar
 
Posts: 3,821
Karma: 19162882
Join Date: Nov 2012
Location: Te Riu-a-Māui
Device: Kobo Glo
Quote:
Originally Posted by icallaci View Post
GeoffR, it worked as far as creating the KoboRoot.tgz file with no errors, but the font-size and margin for the Page Number footer didn't change. So I think I will just use the code that is working for me, which is much better than Kobo's defaults. It might be because the font-size property for the Aura HD looks like it is in a separate section from the other properties, but I don't have time today to play with it. I thank you for your help, and when I get more time, I will try to figure it out. Thanks again.
OK perhaps this will work as your replacement string (using tshering's idea for \x00 as the terminating null instead of a separate replace_bytes line):
Code:
`ReadingFooter {\n\tmin-height: 40px;\n\tmax-height: 70px;\n\tqproperty-footerMargin: 15;\n}\n\n* {\n\tfont-size: 26px;\n}\n\n\x00`
GeoffR is offline   Reply With Quote