/*
 * The Conversatron — the `night` theme.
 *
 * The after-dark skin, and the third most common in the archive at 565 pages. Shares
 * classic's entry palette exactly; what differs is the page around it — black under a
 * tiled starfield, pale blue links, and a navy thread table.
 *
 * Not ported: `extraimage = /img/moon.gif`, which nothing reads, so the moon was never
 * drawn (THEME_CATALOG §4).
 */

[data-theme="night"] {
    --body-bg: #000000;
    --body-bg-image: url("/img/nightbg.gif");
    --body-text: #ffffff;
    --link: #bbddff;
    --link-active: #ffffff;
    --link-visited: #aa77ee;

    --home-table-color: #000066;
    --home-odd-color: #000033;
    --home-even-color: #000022;

    --entry-title-bg: #222222;
    --entry-name-askee: #ffffff;
    --entry-name-asker: #9999ff;

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

    --entry-ghost-bg: #cccccc;
    --entry-ghost-text: #333333;
    /* Pale blue 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;
}
