/*
 * The Conversatron — the `val` theme.
 *
 * The Loversatron: Valentine's Day, pink on pink, `themes/val.ini`. Theme by Nyx.
 *
 * It also carries the eight oldest Valentine's pages in the archive, from a 2000-era
 * theme whose config did not survive — a different pink (`#FA7D7D` with white panels and
 * pastel moods) but unmistakably the same holiday. THEME_CATALOG §5b records what was
 * lost, and every asset for it is still in `img/` should anyone want it back.
 *
 * Not ported: `bgtext`, a typo for `bodytext`, which meant val's body text colour never
 * applied and the page ran on the browser default.
 */

[data-theme="val"] {
    --body-bg: #ead3dd;
    --body-bg-image: url("/img/newvalbg.gif");

    /*
     * `val.ini` names no body text or link colours — see the `bgtext` typo above — so the
     * 2005 page rendered in the browser's defaults. Named explicitly rather than left
     * unset, because base.css has no fallbacks on purpose.
     */
    --body-text: #000000;
    --link: #0000ee;
    --link-active: #ee0000;
    --link-visited: #551a8b;

    /* Front page thread table — a red frame over two shades of pink. */
    --home-table-color: #ff6666;
    --home-odd-color: #ffd6fc;
    --home-even-color: #ffdfff;

    --entry-title-bg: #ff0000;
    --entry-name-askee: #ffffff;
    --entry-name-asker: #ffcccc;

    --entry-neutral: #ffffff;
    --entry-happy: #ccffcc;
    --entry-angry: #ff9999;
    --entry-sad: #ccccff;

    --entry-ghost-bg: #cccccc;
    --entry-ghost-text: #333333;
    --entry-ghost-link: #0000ee;

    --doc-banner-bg: #000000;
    --doc-banner-text: #ffffff;

    /* `<font face="Trebuchet MS" size=4>` on the worded prev/next arrows. */
    --nav-label-font: "Trebuchet MS", Helvetica, Arial, sans-serif;
    --nav-label-size: 1.25rem;
}
