Quote:
Originally Posted by Arkadian
You are quite right... but I was hoping I wold be able to do it simply altering the existing css... It would take me some time to get the basics (I would think)
|
Most CSS for basic e-book use is butt-simple (compared to a web page) :
class="some_name" is where the real styling work is done
Find some books in the MR Library (3 men in a boat is advanced stuff)
Look at the code for what you like
find the class name in the CSS
fiddle with a SINGLE attribute value and note what happens in the Live Preview pane.
Borrow 
code snippets from PD/open sources (CSS in other books my be covered by copyrights if using for other than you personal enjoyment)
HTMLdog has good tutorials (remember. Not all CSS applies to EPUB)