/*
 * The Conversatron — the `2000` theme.
 *
 * The cream original of the 2000 family, and nearly extinct: three archive pages carry it
 * before the dark day/night pair took over. A **flow** theme (see EntryLayout), and the
 * first to punctuate its replies — a centred row of dots between each, from `post_sep`.
 *
 * Commented out of the 2005 registry alongside `orange`. Restored because those three
 * pages exist and have to render as something.
 *
 * Shares its palette exactly with `beach`, which is the same body under a beach
 * photograph; the two differ only in logos and slogan bucket, both front-page things.
 */

[data-theme="2000"] {
    --body-bg: #f1df9f;
    --body-bg-image: none;

    /*
     * `2000.ini` names no text or link colours, so the 2005 page ran on the browser's
     * defaults. Written down rather than left unset — base.css has no fallbacks by design.
     */
    --body-text: #000000;
    --link: #0000ee;
    --link-active: #ee0000;
    --link-visited: #551a8b;

    /*
     * The flow templates' thread lists carry no frame cell and no row banding — 2000.xml
     * ruled its headings with a `border-bottom` instead, which is front-page decoration
     * tracked in THEME_CATALOG §6.6 rather than a fill this can express.
     */
    --home-table-color: transparent;
    --home-odd-color: transparent;
    --home-even-color: transparent;

    /*
     * The flow layout paints no surfaces, and `2000.ini` names no panel colours either.
     * base.css also binds these to the account panels and admin tables, which have no 2005
     * counterpart — in this theme those render as unstyled text on the background, exactly
     * as `StartBox` did in 2005 with an undefined `ucolor`.
     */
    --entry-title-bg: transparent;
    --entry-name-askee: inherit;
    --entry-name-asker: inherit;
    --entry-neutral: transparent;
    --entry-happy: transparent;
    --entry-angry: transparent;
    --entry-sad: transparent;

    /* Ghost panels keep their colour: `default.py` hardcoded these as the fallback for
     * precisely the themes that never defined them, so they are ported, not invented. */
    --entry-ghost-bg: #cccccc;
    --entry-ghost-text: #333333;
    --entry-ghost-link: #000080;

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