- Add html/index.html: book viewer with auto-discovering sidebar, prev/next navigation, keyboard shortcuts, and URL hash persistence - Add html/book-page.css: shared stylesheet for all book pages derived from fabula-ultima-sheet.css (dark theme, CSS variables, Cinzel/ Crimson Text fonts, common class styles) - Add book.js entry point so webpack injects the shared CSS into the book viewer; update webpack.config.js for two entry points, split CSS chunk, CopyWebpackPlugin for book pages, and /book dev server rewrite rule - Add scripts/strip_watermark.py: removes "Guest Customer (Order #52072168)" watermark artifacts from all 210 book pages - Add scripts/restyle_book.py: strips per-page <style> blocks and injects <link rel="stylesheet" href="book-page.css"> into all pages - Update Justfile deploy to scp -r dist/* for the new /book subtree Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
26 lines
1.6 KiB
HTML
26 lines
1.6 KiB
HTML
<link rel="stylesheet" href="book-page.css">
|
||
|
||
|
||
<div class="document-container">
|
||
<h1>The Mystery of the Mountains of Edessa</h1>
|
||
|
||
<h2>Geological and Biological Overview</h2>
|
||
<p>
|
||
The Mountains of Edessa are famous for their electrore formations, which create a rather unique biome. However, recent lowering of temperatures across the region—caused by mysterious turbulence from the west—has significantly reduced the charge stored within this mineral. This deterioration has negatively impacted the flora native to the area and forced many local species to migrate.
|
||
</p>
|
||
|
||
<p>
|
||
Among these migrating species are the exceedingly rare <strong>Thunder Spiders</strong>. Usually peaceful, once outside their natural habitat, these huge arthropods become extremely ravenous. They eat constantly and grow beyond measure. This accelerated growth is not only painful but also makes them even more aggressive.
|
||
</p>
|
||
|
||
<h2>The Threat of Tonitranea Rex</h2>
|
||
<p>
|
||
A truly gigantic specimen was recently spotted in the valley—one so ferocious that it forced the population of nearby villages to flee their homes. The residents speak with a mix of fear and respect about the <strong>Tonitranea Rex</strong>, known as the Lord of Thunder. Its hunting ground grows by the day, threatening not just the people of the valley but the balance of the region’s entire ecosystem.
|
||
</p>
|
||
|
||
<div class="section-break">
|
||
<h2 style="font-size: 1.3em; border-left: none;">Guest Information</h2>
|
||
<p class="metadata-note">
|
||
</p>
|
||
</div>
|
||
</div> |