Quote:
Originally Posted by DNSB
If anyone is interested in testing this on an Aura, have fun. I've tested it on an Aura HD running 2.9.0 and it seems to work fine.
Only 4 items have been included:
- My line spacing values
- Custom fonts sizes
- Custom left & right margins
- Brightness fine control
Regards,
David
|
If anybody is interested in changing the reading footer style in FW
2.9.0, the address is 13508E4 (instead of 1205FF4 of 2.8.1[a]).
Be aware that the original values have been changed.
Code:
ReadingFooter {\n\tmin-height: 70px;\n\tmax-height: 70px;\n\tqproperty-footerMargin: 40;\n}\n\nReadingFooter[deviceCodeName="kraken"], \nReadingFooter[deviceCodeName="phoenix"] {\n\tmin-height: 82px;\n\tmax-height: 82px;\n\tqproperty-footerMargin: 15;\n}\n\nReadingFooter[deviceCodeName="dragon"] {\n\tmin-height: 120px;\n\tmax-height: 120px;\n\tqproperty-footerMargin: 20;\n}\n\n* {\n\tfont-size: 16px;\n}\n\n[deviceCodeName="kraken"], \n[deviceCodeName="phoenix"] {\n\tfont-size: 20px;\n}\n\n[deviceCodeName="dragon"] {\n\tfont-size: 26px;\n}\n\n[localeName="ja_JP"] {\n\tfont-family: A-OTF Gothic MB101 Pr6N;\n}
USE THIS INFORMATION AT YOUR OWN RISK.