/*
 * The Conversatron — the `halloween` theme.
 *
 * Black and pumpkin brown, `themes/halloween.ini`. Theme by Jin Wicked, whose byline was
 * the only one in any theme that linked to the artist's own site.
 *
 * Shares classic's entry palette; what it changes is the brown chrome around it. Note
 * `halloween.ini` names no `slogan_bucket`, so it drew from `expert` like everything else
 * — the three slogans sitting in the `hallow` bucket were never once shown, and by
 * decision they stay that way.
 */

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

    --home-table-color: #8c6636;
    --home-odd-color: #382613;
    --home-even-color: #332211;

    --entry-title-bg: #8c6636;
    --entry-name-askee: #ffffff;
    --entry-name-asker: #000066;

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