View Single Post
Old 07-15-2014, 03:52 AM   #4
Jellby
frumious Bandersnatch
Jellby ought to be getting tired of karma fortunes by now.Jellby ought to be getting tired of karma fortunes by now.Jellby ought to be getting tired of karma fortunes by now.Jellby ought to be getting tired of karma fortunes by now.Jellby ought to be getting tired of karma fortunes by now.Jellby ought to be getting tired of karma fortunes by now.Jellby ought to be getting tired of karma fortunes by now.Jellby ought to be getting tired of karma fortunes by now.Jellby ought to be getting tired of karma fortunes by now.Jellby ought to be getting tired of karma fortunes by now.Jellby ought to be getting tired of karma fortunes by now.
 
Jellby's Avatar
 
Posts: 7,561
Karma: 20150435
Join Date: Jan 2008
Location: Spaniard in Sweden
Device: Cybook Orizon, Kobo Aura
The superscripts are done like this:

Code:
<span id="v_0_9" class="v">10</span>Gud kallade det torra landet jord, och vattenmassan kallade han hav. Och Gud såg att det var gott.
with:

Code:
span.v {
    vertical-align: top;
    font-size: 0.6em;
}
Nothing particularly fancy.

The text is included with javascript, replacing this placeholder:

Code:
<div class="bible_content" id="bible_content__2k__1_mos">
  <div class="bible_content_notincluded">1 Mos</div>
</div>

Last edited by Jellby; 07-15-2014 at 03:55 AM.
Jellby is offline   Reply With Quote