View Single Post
Old 05-10-2017, 12:40 PM   #11
oren64
I need a chapter break
oren64 ought to be getting tired of karma fortunes by now.oren64 ought to be getting tired of karma fortunes by now.oren64 ought to be getting tired of karma fortunes by now.oren64 ought to be getting tired of karma fortunes by now.oren64 ought to be getting tired of karma fortunes by now.oren64 ought to be getting tired of karma fortunes by now.oren64 ought to be getting tired of karma fortunes by now.oren64 ought to be getting tired of karma fortunes by now.oren64 ought to be getting tired of karma fortunes by now.oren64 ought to be getting tired of karma fortunes by now.oren64 ought to be getting tired of karma fortunes by now.
 
oren64's Avatar
 
Posts: 4,042
Karma: 56058267
Join Date: Mar 2015
Location: Israel
Device: Kobo Glo
Patch 'Custom synopsis/font size'

Increasing synopsis font size, file nickel.patch.

Spoiler:
Code:
<Patch>
patch_name = `Custom synopsis/font size`
patch_enable = `no`
# Multi-version patch: 4.4.9298+
#
## Increase synopsis font size
#
#
find_base_address = `padding: 0px;\n}\nbody[qApp_deviceIsTrilogy=true] {\n`
# Touch (Trilogy)
replace_string = 0034, `font-size: 19px;`, `font-size: 20px;`
# Glo/Aura (Phoenix)
replace_string = 006B, `font-size: 23px;`, `font-size: 25px;`
# Aura HD/H2O
replace_string = 00A1, `font-size: 29px;`, `font-size: 32px;`
# Glo HD 
replace_string = 00D8, `font-size: 32px;`, `font-size: 35px;`
# Aura ONE
replace_string = 0110, `font-size: 37px;`, `font-size: 40px;`
</Patch>
oren64 is offline   Reply With Quote