View Single Post
Old 12-20-2017, 05:48 AM   #8
jcn363
absolute beginner
jcn363 ought to be getting tired of karma fortunes by now.jcn363 ought to be getting tired of karma fortunes by now.jcn363 ought to be getting tired of karma fortunes by now.jcn363 ought to be getting tired of karma fortunes by now.jcn363 ought to be getting tired of karma fortunes by now.jcn363 ought to be getting tired of karma fortunes by now.jcn363 ought to be getting tired of karma fortunes by now.jcn363 ought to be getting tired of karma fortunes by now.jcn363 ought to be getting tired of karma fortunes by now.jcn363 ought to be getting tired of karma fortunes by now.jcn363 ought to be getting tired of karma fortunes by now.
 
jcn363's Avatar
 
Posts: 323
Karma: 1750999
Join Date: May 2017
Location: Go with the wind (43°19'17.7"N 2°00'19.4"W)
Device: ka1
Quote:
Originally Posted by Percivale View Post
I have been trying to do so but with unsatisfactory effect.

It is all about the settings values - with which I have problems.

Any settings values from users are very welcome here.

I will be very grateful.
I like the combination of Custom Header menubar - reduce height by 50% and this patch
Spoiler:
Code:
<Patch>
patch_name = `MY Custom reading footer style`
patch_enable = `yes`
#
# ESTA ES MI VERSION This patch will NOT WORK with BAD EYES
#
find_base_address = `ReadingFooter {\n  qproperty-footerMargin: 105;\n}\n`
# For KA1
#replace_string = 0000, `ReadingFooter {\n  qproperty-footerMargin: 105;\n}\nReadingFooter[qApp_deviceIsDragon=true] {\n  qproperty-footerMargin: 170;\n}\nReadingFooter[qApp_deviceIsDaylight=true] {\n  qproperty-footerMargin: 221;\n}\n#caption[qApp_deviceIsTrilogy=true] {\n  font-size: 19px;\n}\n#caption[qApp_deviceIsPhoenix=true] {\n  font-size: 23px;\n}\n#caption[qApp_deviceIsDragon=true] {\n  font-size: 29px;\n}\n#caption[qApp_deviceIsAlyssum=true] {\n  font-size: 32px;\n}\n#caption[qApp_deviceIsDaylight=true] {\n  font-size: 37px;\n}\n#caption[qApp_localeName="ja_JP"] {\n  font-family: Sans-SerifJP, sans-serif;\n  font-style: normal;\n}\n`, `ReadingFooter {qproperty-footerMargin:105;min-height:70px;max-height:70px}\nReadingFooter[qApp_deviceIsDaylight=true] {min-height:68px;max-height:68px}\n#caption { font-family: Georgia; font-size: 16px; margin-top: -05px}\n#caption[qApp_deviceIsDaylight=true] {font-size: 34px}\n                                                                                                                                                                                                                                                                                                                                 \0`
# For any
replace_string = 0000, `ReadingFooter {\n  qproperty-footerMargin: 105;\n}\nReadingFooter[qApp_deviceIsDragon=true] {\n  qproperty-footerMargin: 170;\n}\nReadingFooter[qApp_deviceIsDaylight=true] {\n  qproperty-footerMargin: 221;\n}\n#caption[qApp_deviceIsTrilogy=true] {\n  font-size: 19px;\n}\n#caption[qApp_deviceIsPhoenix=true] {\n  font-size: 23px;\n}\n#caption[qApp_deviceIsDragon=true] {\n  font-size: 29px;\n}\n#caption[qApp_deviceIsAlyssum=true] {\n  font-size: 32px;\n}\n#caption[qApp_deviceIsDaylight=true] {\n  font-size: 37px;\n}\n#caption[qApp_localeName="ja_JP"] {\n  font-family: Sans-SerifJP, sans-serif;\n  font-style: normal;\n}\n`, `ReadingFooter {qproperty-footerMargin:105;min-height:70px;max-height:70px}\nReadingFooter[qApp_deviceIsDragon=true] {qproperty-footerMargin:170;}\nReadingFooter[qApp_deviceIsDaylight=true] {min-height:68px;max-height:68px}\n#caption {font-family:Georgia;font-size:16px;margin-top:-05px}\n#caption[qApp_deviceIsTrilogy=true] {font-size:19px;}\n#caption[qApp_deviceIsPhoenix=true] {font-size:23px;}\n#caption[qApp_deviceIsDragon=true] {font-size:29px;}\n#caption[qApp_deviceIsAlyssum=true] {font-size:32px;}\n#caption[qApp_deviceIsDaylight=true] {font-size:34px;}\n                                        `
</Patch>


Good luck.
Attached Thumbnails
Click image for larger version

Name:	screen_002.png
Views:	767
Size:	198.1 KB
ID:	160794  

Last edited by jcn363; 12-20-2017 at 06:04 AM.
jcn363 is offline   Reply With Quote