/*
 * The Conversatron — the `elvis` theme.
 *
 * "The King!" — white leather and rhinestones, `themes/elvis.ini`. Theme by PolyChroma.
 * I'm a steamroller, baby.
 *
 * Its palette is `expert`'s, unchanged, under a completely different set of images: white
 * leather behind the page, rhinestone arrows for navigation, and rhinestone stars in
 * place of the gold/silver/bronze ones. Those stars are the one theme-level star override
 * in the whole collection — and they are still dead, because StarHtml never read the
 * theme's values in any theme (THEME_CATALOG §4).
 */

[data-theme="elvis"] {
    --body-bg: #ffffff;
    --body-bg-image: url("/img/elvis/whiteleather.jpg");
    --body-text: #000000;
    --link: #ff3300;
    --link-active: #ff9900;
    --link-visited: #663333;

    --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;
    --entry-ghost-link: #663333;

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