/*
 * The Conversatron — the `orange` theme.
 *
 * "Conversatron, Fruity Fresh." Commented out of the 2005 registry — retired — but 13
 * archive pages were posted while it was live, so it comes back.
 *
 * A **flow** theme, and the only one that puts nothing between its entries at all:
 * `orange.xml`'s entry template ends on a bare `<br><br>`.
 *
 * Not ported: the 60px vertical texture columns (`orangel.jpg` / `oranger.jpg`) flanking
 * the page, and the hardcoded yellow heading cells with their four corner GIFs. Front-page
 * decoration, tracked in THEME_CATALOG §6.6.
 */

[data-theme="orange"] {
    --body-bg: #fa801a;
    --body-bg-image: none;

    --body-text: #000000;
    --link: #003377;
    --link-active: #199933;
    --link-visited: #004411;

    /*
     * 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 `orange.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: #003377;

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