View Single Post
Old 12-30-2009, 02:00 PM   #31
pepak
Guru
pepak has a spectacular aura aboutpepak has a spectacular aura aboutpepak has a spectacular aura aboutpepak has a spectacular aura aboutpepak has a spectacular aura aboutpepak has a spectacular aura aboutpepak has a spectacular aura aboutpepak has a spectacular aura aboutpepak has a spectacular aura aboutpepak has a spectacular aura aboutpepak has a spectacular aura about
 
Posts: 610
Karma: 4150
Join Date: Mar 2008
Device: Sony Reader PRS-T3, Kobo Libra H2O
That's extremely simple! Just create file epub/userStyle.css in reader's external memory and put these lines into it:
Code:
html, body, p { font-style: italic !important; }
If the hack works, all EPUBs should display with majority of their text in italics. Or you can use:
Code:
html, body, p { text-decoration: underline !important; }
and test for underline.
pepak is offline   Reply With Quote