/*
 * The Conversatron — the `expert` theme.
 *
 * The site default at shutdown, day and night both, and the most common look in the
 * archive: 1436 of the 4785 thread pages. Cream and olive, `themes/expert.ini`.
 *
 * `themes/2expert.ini` sits beside it byte-identical and unregistered; there is nothing
 * to port from it.
 *
 * Not ported: the star icons (dead in every theme — stars.py has its own dict), and
 * `stylesheet = /conversatron.css`, which is a 27-byte file containing one comment.
 */

[data-theme="expert"] {
    --body-bg: #ffffff;
    --body-bg-image: none;
    /*
     * `expert.ini` defines no body text or link colours, so the 2005 page rendered in the
     * browser's defaults. Named explicitly rather than left unset: base.css has no
     * fallbacks on purpose, and writing down what the browser did is not inventing a look.
     */
    --body-text: #000000;
    --link: #0000ee;
    --link-active: #ee0000;
    --link-visited: #551a8b;

    /* Front page thread table — olive frame over cream banding. */
    --home-table-color: #cccc99;
    --home-odd-color: #ffffcc;
    --home-even-color: #eeeebb;

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

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

    --entry-ghost-bg: #cccccc;
    --entry-ghost-text: #333333;
    /* The body link colour already reads on the grey ghost panel. */
    --entry-ghost-link: #0000ee;

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