View Single Post
Old 09-15-2019, 06:44 PM   #139
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,257
Karma: 16544692
Join Date: Sep 2009
Location: UK
Device: ClaraHD, Forma, Libra2, Clara2E, LibraCol, PBTouchHD3
Quote:
Originally Posted by Terisa de morgan View Post
[*]Could you rewrite "Custom font to collection and author titles" and specially "Increase the view details container size".
Regarding oren64's "Increase the view details container size" ... I've been using my own custom version for a while to change the top/bottom split proportions of the Book Details page. It should work for fw 4.16.

If oren64 is no longer maintaining his patch and you're prepared to beta test on behalf of the rest of the kobopatch community, perhaps mine could be used as a suitable replacement in the standard pack.

Increase Book Details synopsis area patch for nickel.yaml
Spoiler:
Code:
Increase Book Details synopsis area:
  - Enabled: no
  - Description: |
      Book details page: 
        Increase height of bottom half (Synopsis) by 
        decreasing height of top half (Cover, Title, Author, Series)
      See https://www.mobileread.com/forums/showpost.php?p=3311354&postcount=134
      fw 4.12/4.16: updated by jackie_w
  - FindZlib: "#bookInfoWidget"
  - ReplaceZlibGroup:
      Replacements:
            #   Portrait mode:  #bookInfoWidget[isLandscape=false]: 
        - {Find: "height: 300px;", Replace: "height: 200px;"} #Touch/Mini
        - {Find: "height: 390px;", Replace: "height: 230px;"} #Glo/Aura/Aura2
        - {Find: "height: 550px;", Replace: "height: 370px;"} #AuraHD/H2O/H2O2/GloHD/ClaraHD
        - {Find: "height: 642px;", Replace: "height: 425px;"} #LibraH2O (*untested)
        - {Find: "height: 715px;", Replace: "height: 500px;"} #AuraOne/Forma
            #   Landscape mode:  #bookInfoWidget[isLandscape=true]: 
        - {Find: "height: 210px;", Replace: "height: 200px;"} #Touch/Mini
        - {Find: "height: 265px;", Replace: "height: 230px;"} #Glo/Aura/Aura2
        - {Find: "height: 420px;", Replace: "height: 370px;"} #AuraHD/H2O/H2O2/GloHD/ClaraHD
        - {Find: "height: 490px;", Replace: "height: 425px;"} #LibraH2O (*untested)
        - {Find: "height: 540px;", Replace: "height: 500px;"} #AuraOne/Forma

Last edited by jackie_w; 09-16-2019 at 10:22 AM.
jackie_w is offline   Reply With Quote