/*
 * The Conversatron — the `solstice` theme.
 *
 * Midwinter: pale blue and white over a photographic background, `themes/solstice.ini`.
 * Theme by PolyChroma. Second most common light theme in the archive at 130 pages.
 */

[data-theme="solstice"] {
    --body-bg: #cccccc;
    --body-bg-image: url("/img/solsticebg.jpg");
    --body-text: #000033;
    --link: #000066;
    --link-active: #999999;
    --link-visited: #3366aa;

    --home-table-color: #99ccff;
    --home-odd-color: #ffffff;
    --home-even-color: #dddee8;

    /* A light title strip, so the names on it are dark rather than white. */
    --entry-title-bg: #aaccff;
    --entry-name-askee: #000000;
    --entry-name-asker: #000066;

    --entry-neutral: #ffffff;
    --entry-happy: #ccffcc;
    --entry-angry: #ff9966;
    --entry-sad: #99ccff;

    --entry-ghost-bg: #cccccc;
    --entry-ghost-text: #333333;
    --entry-ghost-link: #000066;

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