View Single Post
Old 05-26-2012, 01:50 PM   #42
theducks
Well trained by Cats
theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.
 
theducks's Avatar
 
Posts: 31,153
Karma: 60406498
Join Date: Aug 2009
Location: The Central Coast of California
Device: Kobo Libra2,Kobo Aura2v1, K4NT(Fixed: New Bat.), Galaxy Tab A
Quote:
Originally Posted by Jellby View Post
If all your <h2> are class="chapno", you don't need the class at all to style them.

It might be interesting, however, to have the possibility of styling the word "Chapter" and the chapter number (and the title, if any) separately, with something like this:

Code:
<h2><span class="name">Chapter</span> <span class="num">1</span><br/>
<span class="title">An Unexpected Party</span></h2>
There are all sorts of fun variations. This is one I recently saw:
Code:
<h2 class="calibre9" id="calibre_pb_21"><span class="calibre10"><span class="calibre28">&nbsp;CH</span>A<span class="calibre28">PTER<br />
  1&nbsp;</span></span></h2>
The "A" appears to be is about 20% bigger (the rest is really at 80%)
theducks is offline   Reply With Quote