What theme are you using for the intfiction forum?

get ready to scroll. a lot

6 Likes

My thoughts exactly lol

3 Likes

That was one of the reference images I considered making the theme and was like ā€œlavender on blue, chunky font…NO!ā€ :joy: I never got a Commodore64 when I was young so it’s right out!

I didn’t take any screenshots of how awful the initial attempts were.

4 Likes

I think a lot of the smaller utilitarian text would look better sans serif. But I just made a user style that does just body text and post headlines in serf.

      .link-top-line { font-family: ET Bembo, EB Garamond, serif; font-size: 1.25em; font-weight: bold;}
    div.topic-statuses + a { margin-left: 0; }
    .link-top-line > a:first-child { margin-left: .75em; }
    a.title { display: inline-block; }
    topic-list-main-link a.title, .latest-topic-list-item .main-link a.title, .topic-list .main-link a.title { padding: 0; }
    .link-bottom-line { margin-top: .5em; }
    .regular.contents p { font-family: ET Bembo, EB Garamond, serif; font-size: 1.33rem; line-height: 1.5; width: 42rem; }
    h1 .fancy-title { font-family: ET Bembo, EB Garamond, serif; }
    :root { --primary-high: #d8d8d8;
    --primary-medium: #a0a0a0;
    --primary-low: #666; }
    .topic-list-item.visited .topic-list-data a.title:not(.badge-notification) { color: #99d;}
    a.badge-notification { font-family: sans serif; }
    .badge-notification.unread-posts { font-weight: bold; }
    .badge-category__wrapper .badge-category::before { width: .9375em; }
    .badge-category__wrapper { font-weight: bold; }
    span.event-date-container-wrapper { margin-left: .9375em; display: block; font-family: sans serif; border-radius: .125em; }
    span.event-date span.text { padding: .15em ; }
    a.powered-by-discourse { display: none; }
    .discourse-tags::before { content: "šŸ·ļø\00a0"; }
    .discourse-tags { margin-left: 2em; }

Edited: gah, and once I really started looking at it, I couldn’t stand the jaggedness of the left-hand side of a topic list 'cause some have solution or bookmark icons and some don’t. So added a bunch more, above.

4 Likes