Quote:
Originally Posted by icallaci
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`