/*
 * The Conversatron — the `2000pm` theme.
 *
 * The night half of the 2000 default. Identical to `2000am` in everything a thread page
 * can show; the difference is the front page — "The Conversatron at night" over a
 * different main logo.
 *
 * This is the key the archive importer bakes for all 347 pages of the pair, since nothing
 * in the rendered output distinguishes them and this is the one whose name matches the
 * colour. See THEME_CATALOG §7.
 */

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

    --body-text: #ffffff;
    --link: #bbddff;
    --link-active: #ffffff;
    --link-visited: #aa77ee;

    /*
     * 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 `2000n.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;
}
