Thanks for the feedback. I settled on a more restrained style for the nav bar:
.navBar{width: 80%; border-style: solid; border-width: thin; font-size: 0.9em; text-align: left;}
This is used with a nav bar after each section break:
<hr class="sigil_split_marker"/>
<p class="navBar"><a href="../Text/TOC.xhtml">Seasons</a>
<a href="../Text/TOD.xhtml">Days</a> <a href="../Text/Index.xhtml">Index</a> <a href="../Text/References.xhtml">References</a></p>
The built-in toc is fine, but it takes too long to get around a complex document with many citations and cross-references.
|