View Single Post
Old 10-28-2018, 11:46 AM   #39
jackie_w
Grand Sorcerer
jackie_w ought to be getting tired of karma fortunes by now.jackie_w ought to be getting tired of karma fortunes by now.jackie_w ought to be getting tired of karma fortunes by now.jackie_w ought to be getting tired of karma fortunes by now.jackie_w ought to be getting tired of karma fortunes by now.jackie_w ought to be getting tired of karma fortunes by now.jackie_w ought to be getting tired of karma fortunes by now.jackie_w ought to be getting tired of karma fortunes by now.jackie_w ought to be getting tired of karma fortunes by now.jackie_w ought to be getting tired of karma fortunes by now.jackie_w ought to be getting tired of karma fortunes by now.
 
Posts: 6,252
Karma: 16544692
Join Date: Sep 2009
Location: UK
Device: ClaraHD, Forma, Libra2, Clara2E, LibraCol, PBTouchHD3
Quote:
Originally Posted by jcn363 View Post
This is the cleanest I can figure it right now.

FOOTER
Select show footer into settings.
BE CAREFUL NOT TO CHANGE THE LENGTH OF THE REPLACEMENT STRING.
You can increase red color text.
Spoiler:
Code:
  - FindReplaceString:
      Find:    "ReadingFooter {\n  qproperty-footerMargin: 105;\n}\n\
                ReadingFooter[qApp_deviceIsDragon=true] {\n  qproperty-footerMargin: 170;\n}\n\
                ReadingFooter[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_deviceIsNova=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}"
      Replace: "ReadingFooter{ qproperty-footerMargin: 00; min-height: 40px; max-height: 40px; }\n\
                ReadingFooter[qApp_deviceIsDragon=true] { min-height: 00px; max-height: 00px; }\n\
                ReadingFooter[qApp_deviceIsDaylight=true] { min-height: 60px; max-height: 60px; }\n\
                #caption{ font-size: 16px; margin-top: -08px; }\n\
                #caption[qApp_deviceIsPhoenix=true] { font-size: 20px; }\n\
                #caption[qApp_deviceIsDragon=true] { font-size: 26px; }\n\
                #caption[qApp_deviceIsAlyssum=true], #caption[qApp_deviceIsNova=true] { font-size: 30px; }\n\
                #caption[qApp_deviceIsDaylight=true] { font-size: 32px; }\n\
                #caption[qApp_localeName=\"ja_JP\"] { font-family: Sans-SerifJP, sans-serif; font-style: normal; }   "

HEADER
If you have activated
Code:
  src/libnickel.so.1.0.0.yaml:
    Custom kepub default margins: yes
you can reduce
Spoiler:
Code:
  - ReplaceZlib:
      Find:    "#StatusBarView[qApp_deviceIsTrilogy=true] {\n  max-height: 71px;\n  min-height: 71px;\n}\n\
                #StatusBarView[qApp_deviceIsPhoenix=true] {\n  max-height: 91px;\n  min-height: 91px;\n}\n\
                #StatusBarView[qApp_deviceIsDragon=true] {\n  max-height: 121px;\n  min-height: 121px;\n}\n\
                #StatusBarView[qApp_deviceIsDaylight=true] {\n  max-height: 157px;\n  min-height: 157px;\n}"
      Replace: "#StatusBarView{max-height:60px;min-height:60px;}"

perhaps to

  - ReplaceZlib:
      Find:    "#StatusBarView[qApp_deviceIsTrilogy=true] {\n  max-height: 71px;\n  min-height: 71px;\n}\n\
                #StatusBarView[qApp_deviceIsPhoenix=true] {\n  max-height: 91px;\n  min-height: 91px;\n}\n\
                #StatusBarView[qApp_deviceIsDragon=true] {\n  max-height: 121px;\n  min-height: 121px;\n}\n\
                #StatusBarView[qApp_deviceIsDaylight=true] {\n  max-height: 157px;\n  min-height: 157px;\n}"
      Replace: "#StatusBarView{max-height:35px;min-height:35px;}"

Beware because it's the menu bar size too.
Good luck.
Am I the only one who is confused?

Are these suggestions aimed only at those who are using your "Progressive 4.11.11911" patch set (aka tshering's BAD EYES revisited)? Because, if so, you should make that clear.

If you are offering general advice to to all kobopatch users then why not make it clear that all this can be achieved by custom-tweaking the values in existing patches in the standard patch pack for 4.11.11911?

Your suggestions for reducing Footer look like a re-hash of GeoffR's standard patches for nickel.yaml
- 'Custom reading footer style' or
- 'Disable reading footer'

Your suggestions for reducing Header look like a re-hash of my standard patches for nickel.yaml
- 'Custom menubar - reduce height by 33%' or
- 'Custom menubar - reduce height by 50%'

Since the introduction of geek1011's new kobopatch yaml system, all users have been free to custom-tweak the values in all standard patches.
jackie_w is offline   Reply With Quote