/*
 * The Conversatron — the `space` theme.
 *
 * "Conversatron In Space!" Near-black on near-black, `themes/space.ini`. Theme by
 * Conversatron Command, and shot from guns.
 *
 * Not ported:
 *   - `home_archivecolor`, which space defines but `space.xml` overrides with a hardcoded
 *     white, so the theme's value never applied.
 *   - `dayimg` (a comet beside each weekday separator) and `archiveimg` (a 100px band of
 *     craters behind the archives row). Both are front-page decoration, and both were
 *     really seen: a reader browsing in `space` got them on every visit. They are deferred
 *     rather than dropped, because today only the site default renders a front page — a
 *     fact about the current configuration, not about the design. THEME_CATALOG §6.6
 *     tracks them, and a theme picker (Phase 8) is what makes them visible again.
 *   - `stylesheet = /themes/space.css`, four lines of font stack.
 */

[data-theme="space"] {
    --body-bg: #000000;
    --body-bg-image: none;
    --body-text: #ddeeff;
    --link: #ffffff;
    --link-active: #ffff00;
    --link-visited: #cccccc;

    /* Three shades of almost-black, which is most of the effect. */
    --home-table-color: #000011;
    --home-odd-color: #000033;
    --home-even-color: #000022;

    --entry-title-bg: #000022;
    --entry-name-askee: #ffffff;
    --entry-name-asker: #0099ff;

    --entry-neutral: #000000;
    --entry-happy: #003500;
    --entry-angry: #350000;
    --entry-sad: #000040;

    --entry-ghost-bg: #cccccc;
    --entry-ghost-text: #333333;
    /* White on light grey is unreadable; the ghost panel needs a dark link. */
    --entry-ghost-link: #000080;

    --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;
}
