- 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>
43 lines
1.5 KiB
HTML
43 lines
1.5 KiB
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
<title>Floralist Role Profile</title>
|
|
<link rel="stylesheet" href="book-page.css">
|
|
</head>
|
|
<body>
|
|
|
|
<header>
|
|
<h1>FLORALIST</h1>
|
|
</header>
|
|
|
|
<section class="related-roles">
|
|
<strong>Associated Roles:</strong>
|
|
<ul>
|
|
<li>Bloomblade</li>
|
|
<li>Gardener</li>
|
|
<li>Herbalist</li>
|
|
<li>Floralist</li>
|
|
</ul>
|
|
</section>
|
|
|
|
<blockquote>
|
|
"There is no rose without thorns."
|
|
</blockquote>
|
|
|
|
<p>
|
|
Spiritual energy flows strongly within plants, thanks to their direct connection to our earth. Growing from this encounter are <strong>magiseeds</strong>, gifted with the unique ability to thrive on spiritual energy and blossom into a majestic yet ephemeral triumph of magic.
|
|
</p>
|
|
|
|
<h2>The Art of Floralism</h2>
|
|
<p>
|
|
Floralists possess specialized knowledge allowing them to identify and cultivate these strange seeds. These magiseeds grant a large variety of profound benefits, enabling their combination with all sorts of disciplines—from advanced martial arts techniques to complex magical practices. A true floralist must understand both the botanical nature of the bloom and the energetic resonance required for its proper mastery.
|
|
</p>
|
|
|
|
<div class="metadata">
|
|
<strong>Order Details:</strong>
|
|
</div>
|
|
|
|
</body>
|
|
</html> |