View Single Post
Old 08-29-2019, 10:49 AM   #258
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 droopy View Post
As kepubs
Because you're posting in this thread I'm assuming you already know how to use the kobopatch system , so try this for starters...

Add this new patch to the .yaml file where you're storing all your other patches for libnickel.so.1.0.0

Code:
KePub stylesheet anchor style:
  - Enabled: yes
  - Description: Customise style of kepub hyperlinks
  - FindBaseAddressString: "a:link, a:visited, a:hover, a:active {"
  - ReplaceString: 
      Find:    "a:link, a:visited, a:hover, a:active { border-bottom: 1px dotted black !important; color: #696969 !important; }"
      Replace: "a:link, a:visited, a:hover, a:active { border-bottom: 3px dotted black !important; color: inherit !important; }"
      MustMatchLength: yes
Here's a screenshot of how it looks on my Forma. You can see the 2 hyperlinks at the bottom of the page.

You can customise the style in the Replace string however you like as long as you keep it exactly the same length as the Find string, e.g. if it's too wishy-washy try dashed instead of dotted or increase the 3px.

Good luck
Attached Thumbnails
Click image for larger version

Name:	anchors.jpg
Views:	365
Size:	120.4 KB
ID:	173161  
jackie_w is offline   Reply With Quote