this post was submitted on 21 Jun 2023
4 points (100.0% liked)

Kbin Userstyles and Userscripts

15 readers
1 users here now

Custom CSS and JS to help improve your Kbin experience! ### Userscripts Greasy Fork ### Stylesheets UserStyles.world ### Userscript managers

founded 1 year ago
 

Hi all, is there a userstyle that highlights the OP in the comments? Whether it's a little tag that says OP or their name is just highlighted somehow? I haven't seen anything but I could've missed it.

top 6 comments
sorted by: hot top controversial new old
[–] [email protected] 5 points 1 year ago
[–] [email protected] 2 points 1 year ago

I have this logic in my theme, if you just want the code snippet, I will post it below

    .own.author > header > .user-inline::after{
        content:" OP ";
        color: white;
        background-color:#111;
        margin-left: 3px
    }

[–] [email protected] 1 points 1 year ago

Thanks all!

[–] [email protected] 1 points 1 year ago (1 children)

By default, there is a dashed line on the left edge of comments that indicates this, as far as I'm aware.

[–] [email protected] 2 points 1 year ago (1 children)

Was wondering what the hell that was for

[–] [email protected] 1 points 1 year ago

Haha, for sure. I mostly learned as I'm working on CSS styling for a magazine I started. There's dashed borders for both OP in comments and for your own comments.