View Single Post
Old 05-23-2011, 07:18 PM   #32
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 rkomar View Post
Any suggestions for a simple userStyle.css file that would immediately show me that it is being used?
How about a one-liner to display the epub in its default monospace font:

Code:
body {font-family: monospace}
or all italic:

Code:
body {font-style: italic}
Edit: I've also attached a tiny epub with no existing special formatting which should work with either of the above custom css files.
Attached Files
File Type: epub csstest.epub (86.3 KB, 190 views)

Last edited by jackie_w; 05-23-2011 at 07:41 PM. Reason: added a test epub
jackie_w is offline   Reply With Quote