site banner

Share your Custom CSS!

Top level posts should include:

  • a short description of what you're going for

  • a link to the CSS (on gist.github.com or another pastebin that doesn't randomly delete old pastes)

  • and an image link to a screenshot.

Like this:

I'm trying to sort of imitate the visual style of old Reddit: no icons, limited width, not much margin space.

https://gist.github.com/FeepingCreature/907b05dd498435cb5a193ebbb5f39846

https://i.imgur.com/R2oBUt5_d.webp?maxwidth=9999&fidelity=high

7
Jump in the discussion.

No email address required.

Noice. I took your stuff and added some extra rules to squeeze things vertically (maybe I went too far... eh), debiggen the voting arrows, and make the bar of buttons under a post flush with the left margin of the comment.

https://pastebin.com/vudDcLxp

https://imgur.com/a/wlNZakx

Edit: it looks kind of crap when there are multiple collapsed comments with non-default profile pics as those slightly overlap. You can remove them by adding:


.profile-pic-25 {

    display: none;

}

Looks better in the 4chan theme which doesn't have those bars on the left:

https://imgur.com/a/b4cfk2j