So you'd need mods who (1) came over, (2) believe in the platform, (3) believe in the instance, (4) want to do custom CSS, (5) know how to do custom CSS, (6) are willing to put for the effort for a readership that's still fairly small, and (7) feel that the odds of a change that will break their CSS are low.
That's a tall stack of filters, and you may not have a lot of company yet on the other side of it. /m/neverwinternights looks really nice, though. Well done!
Come on folks, where's that MySpace/Xanga/Geocities spirit‽ Maybe younger folks here weren't active online at that time. Sad we've lost that a bit online. Lots of people learned lots of stuff to make their pages look cool.
Codecademy can be good if you are just starting out like the first time trying CSS. Probably would wanna do the lessons on html and then CSS but ya. I took already computer science course in school (only intro course yet bc is summer now) and there can teach more stuff, but before then i already did some lessons on codecademy and it helped to have context for the beginning parts of the class.
Yeah, I'm at 7. With kbin still being actively worked on, basically still a prototype, and then just being exhausted from full stack web development all day, my desire to make something cool that may disappear in a month is just really low.
Mine is 5, being influenced by 4, all being bedrock by 7. That is I I don't know how to do custom CSS(5), and I don't want to learn (4) right now because it'll probably break sooner rather than later (7)
I started m/WNC and I have no idea what a CSS is . On top of that I post things to the magazine and they never show up. I have posted like 3 things today and a few over the last few days and the last thing I have that showed up is like 4 days ago. I don't know what I am doing wrong.
...instead why don't you make an easy to follow tutorial and post an article, "THIS is how you can decorate your magazine using CSS..."
If your goal is to have a more beautiful user experience for all who browse the second would seem more effective at achieving that goal.
If your goal is to humble brag and position your magazine (and coding skills) as superior to those of other mag mods, the first phrasing is the superior way to go about that.
I very much doubt your intent was to talk down to anyone, however, so I would very much advocate your writing up a CSS guide in pursuit of what I presume to be your goals (a vibrant and beautiful library of magazines here on kbin).
Your magazine is very pretty and I commend you for your decorative and coding skills.
I don't know CSS. I took the automatically generated background CSS (under appearance) & fed it into ChatGTP & told it how I wanted it to look. After a little trial & error to get that right, I tweaked the color codes till I liked them. That's pretty much it.
I definitely wasn't trying to talk down to anyone.
Still, could do a small informative post about how to go about modifying CSS of a magazine. This place is still relatively small and I bet many people don't even know there can be custom CSS (like myself lol).
I'm just waiting for things to shake out before I start going crazy with CSS.
This website's CSS is more complex than Old Reddit's, and people can easily apply different themes. Without a checkbox to turn CSS off, I can easily break my magazines for others.
Bc not all of them know how. some people just started magazines bc they were told "is there no magazine for that thing u like? Just make it yourself!" which doesnt necessarily mean they know how to moderate a community or even do custom CSS.
Some mods are literally just there to moderate. Others were there for CSS stuff and bot functionality. I imagine more of the latter will come over when it becomes unwieldy to do those things on the platform, and hopefully kbin will be more accepting to that functionality in the future.
Edit: Added a comment and updated the option bar to match the navbar.
Sure, here you go! I've never done anything like this before so it's probably a formatting disaster, but I've done my best to clean it a bit and add some comments about what does what here. This is what I've come up with after a few hours of just poking around with the inspect element feature and reading some tutorials:
/* The little arrow button in the bottom right that takes you back to the top of the page */ #scroll-top {
background: linear-gradient(to top right, rgba(229, 0, 32, .8) , rgba(242, 151, 57, .8));
box-shadow: 0px 4px 10px 1px rgba(0,0,0,0.5);
backdrop-filter: blur(10px);
}
I've done some decorating over at https://kbin.social/m/ArcBrowser. Not done yet, but for Arc Browser users, the colors will adjust to match your browser theme!
I played around with it but honestly it's a bit of a nightmare to support given all the different Kbin user themes and the differences between desktop and mobile. Kbin is also not stable in the sense that new changes are expected and new themes are still being added. I figured I'd wait until it stabilized and/or until someone came up with a decent design you can easily plug and play.
As a magazine having a custom CSS isn't important for whether I decide to interact with a community, I'm much more focused on other methods of gathering an audience and activity which isn't just me posting over and over.
I have /m/learnesperanto and I am slowly working on sprucing up the CSS. So far all I’ve really done is add a green bottom border to some link hovers in the sidebar.
I'm a mod. My subreddit (kbin.social/m/bestof) will not get a facelift any time soon, I don't think. Aren't people expecting to customize their own view of all communities?
Also, do the visuals persist to all of the fediverse? How does your community look on kbin, lemmy, etc?