Made a custom site style using Stylus for more readable text

Before posting on the forum, be sure to read the Forum Rules.
Tuesday, August 5th, 2025, 3:44 AM29 days ago

The default courier font has way too light of a font weight and tall line height, making the page itself way longer than it needs to. It's too difficult to read. So I made a custom style for the Stylus browser extension and thought other people might find it useful.


Other changes I made:

- Darkened the sig's separator line.

- Moved the user's info to the left so your eyes aren't zigzagging while reading a thread.

- Made the avatars smaller for less wasted space.

- Made all buttons change the cursor icon to a pointer.




Moving the user info kind of breaks the mobile view, but it's unlikely anyone will ever use Stylus on anything besides desktop. The default layout is fine enough on mobile anyway.


The CSS:

/* More readable text font */

div.payload-richtext > p {

font-family: Verdana;

line-height: 1.05;

}


/* Darker signature separator */

.border-t-2 {

border-top-color: var(--color-mspa-2);

}


/* Move the author info box to the left */

.md\:flex-row {

flex-direction: row-reverse;

}


div.author {

margin-right: calc(var(--spacing)*2);

}


/* Smaller avatars */

div.author > img {

width: 120px;

height: auto;

}


/* This just feels way better, why's it not default wtf */

button {

cursor: pointer;

}

-Sincerely, Sharkalien

Tuesday, August 5th, 2025, 3:50 AM29 days ago

hi sharkalien, this looks baller

read my fanventure https://mspfa.com/?s=64659&p=1


Vee/Olive
Tuesday, August 5th, 2025, 4:03 AM29 days ago

Nice stuff! Really like to see others making custom themes.

I'm a person... Probably.

YOU THERE, YES YOU, LISTEN TO ME, PLEASE DON'T USE DISCORD LINKS FOR EMBEDS, THE LINK STOPS WORKING VERY FAST, USE A FILE HOSTING SERVICE LIKE file.garden!!!!!!!

Andy
Tuesday, August 5th, 2025, 4:07 AM29 days ago

oh hey shark. love this, obviously. good ideas all around.


i would like to argue for right-side avatars though. it is a little bit counterintuitive because a lot of social areas have left-side user information. this is good when you're focusing on the speaker immediately, but putting user information on the right makes them second-tier information relative to the content of the post itself. i think we're all a little bit guilty of seeing some person we preemptively dislike's post and immediately groaning and deciding against reading it thoroughly, and the reversed order helps with that.

SHAPED OR MOLDED FORMS appear to have been formed from a plastic material through directly applied force.

ABSTRACT FORMS are of uncertain origin.

Tuesday, August 5th, 2025, 6:32 AM29 days ago

> i think we're all a little bit guilty of seeing some person we preemptively dislike's post and immediately groaning and deciding against reading it thoroughly


I feel like the solution to that should just be trying to become better people, as opposed to making a forum the slightest bit less accessible. And knowing the speaker instantly is important in a lot of use cases, like forum adventures!

makin
Tuesday, August 5th, 2025, 7:14 AM29 days ago

It's also inconsistent with the behavior on mobile. The user information is shown right before their post, not after.

-Sincerely, Sharkalien

Tuesday, August 5th, 2025, 5:38 PM29 days ago





Siofra Sabhait
Wednesday, August 6th, 2025, 3:04 AM28 days ago

this is awesome! i always look to the left to see who said what on forums so it being on the right here throws me off lol. very nice

A small sweet bro.


protohay
Wednesday, August 6th, 2025, 3:54 AM28 days ago


Old Forum Mockup


The Profile info being on the right side is left over from my original mockup for the Forum Post view. I wanted to add the clipping effect we have on fan-works on the homepage to the PFPs as well. Styling posts in this way might be something I still take the time to do down the line but obviously something cosmetic like this isn't a priority.

Cami
Wednesday, August 6th, 2025, 4:04 AM28 days ago

This is also why the filename for default profile pictures is "brendan.png"

Cami
Wednesday, August 6th, 2025, 6:00 PM28 days ago

this rules !! thanks for making it clear what does what so i can pick & choose what i want. definitely makes the site easier on the eyes!

a stamp of a spedup davekat amv

arctic
Saturday, August 9th, 2025, 0:21 AM25 days ago

This is a nice site style :3 it's nice to see more people then just me making them too

Nova​
Topic: Made a custom site style using Stylus for more readable text