this post was submitted on 20 Jun 2023
3 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
 

When customizing the appearance section of a magazine, for the icon, is there a specific recommended pixel size?

I see many magazines with their icons getting squashed so I inspected the CSS to get a size for mine, but wish I knew the exact size. Ended with 520px x 434px.

And for the background, I reckon I can do it with custom CSS, but there's a background URL option but nowhere to add a URL. Is that a work-in-progress?

top 2 comments
sorted by: hot top controversial new old
[–] [email protected] 2 points 1 year ago* (last edited 1 year ago) (1 children)

not sure about if its a wip, but here is some CSS for a background image url for mags:

#middle { background-image: url(INSERT URL HERE); background-repeat: no-repeat; background-size: cover; }

as for icons, idk how to find out the recommended size, but I do know they are rendered at 260ps × 217px

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

Hey, thank you, much appreciated! Actually been referencing your Silent Hill CSS for some ideas already, haha.

load more comments
view more: next ›