/*
 * The Conversatron — the `trendwhore` theme.
 *
 * Theme designed by Aaron St.John, and the fourth most common look in the archive at 127
 * pages — by a distance the most-used of the three chrome themes.
 *
 * The chrome is `EntryChrome.Framed`: a flat #26354F border round the whole entry, with the
 * portrait sitting *on* the panel rather than beside it, because `trendwhore.xml` paints
 * both cells the mood colour.
 *
 * **This theme did the modern thing in 2002.** Its row colours are
 * `home_evencolor = even` / `home_oddcolor = odd` — CSS class names smuggled through keys
 * that every other theme filled with hex, consumed as `class="{rowcolor}"`. The actual
 * colours lived in a `<style>` block, and that is where the two below come from.
 *
 * Not ported:
 *   - `entrytitlebg`, `askercolor`, `daycolor`, `indexoutercolor` — dead keys.
 *   - Its gold/silver/bronze star overrides, which are the only theme-level star images in
 *     the collection and still never read: `StarHtml` delegates to `stars.py`, which carries
 *     its own dict.
 *   - The corner images (`main_01.gif` on the front page, `thread_01.gif` on a thread) that
 *     sat over the stripe in a third z-index layer. They are per-page-type rather than
 *     per-theme, which nothing here models. THEME_CATALOG §6.
 */

[data-theme="trendwhore"] {
    --body-bg: #6593e6;
    --body-bg-image: url("/img/trendwhore/backg.gif");
    --body-text: #000000;

    /* From the theme's own <style> block: A:link/:visited/:active on the topic page. */
    --link: #000000;
    --link-active: #ffffff;
    --link-visited: #636363;

    /* `.header` sat on the same #26354F frame the entries use. */
    --home-table-color: #26354f;
    --home-odd-color: #b2c9f3;
    --home-even-color: #98b7ee;

    /* `class="name"` — white bold on the frame colour, so the strip itself is unpainted. */
    --entry-title-bg: transparent;
    --entry-name-askee: #ffffff;
    --entry-name-asker: #ffffff;

    --entry-frame: #26354f;

    --entry-neutral: #98b7ee;
    --entry-happy: #98eeb2;
    --entry-angry: #ee9898;
    --entry-sad: #7886ee;

    /* `default.py`'s hardcoded fallback, for a theme that defined no ghost colours. */
    --entry-ghost-bg: #cccccc;
    --entry-ghost-text: #333333;
    --entry-ghost-link: #000080;

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

    /* ----- The banded stripe across the top of the page ----- */

    --page-stripe-content: "";
    --page-stripe: url("/img/trendwhore/topstripe.gif");
    --page-stripe-height: 116px;
    --page-stripe-gap: 1rem;
}
