Since some people have been grumbling about the Categories page, and since I wasn’t keen on the default layout either, I’ve done a bit of messing around with it. It’s starting to look more like a useful page to me now. YMMV.
Note that this has not yet been checked for cascade problems due to re-use of classes elsewhere in the app, but IMO it starts to sort out the Categories page anyway. Will check more stuff later when I can be bothered.
You can drag and drop into the text editor and position it between letters even. Else there’s the upload button in the text editor header. Share a preview, please.
Tried the upload button, but it just resulted in a non-clickable link stuck in the post. I’ll try drag and drop once I get a pic together (IOW, after I down some coffee). I’ve done some more on it, so the previous code no longer applies anyway.
That’s just standard CSS running in my browser’s userContent.css file. But IIRC most browsers don’t support that these days, so you’d probably need an extension of some sort.
Thanks for the reminder about the code tag syntax. I haven’t used Shithub for yonks, so that detail had slipped my mind.
The Markdown reference was about how you wrote the reply. The editor seems to support multiple things. BBCode code tags also work, it seems, yet differently.
code
No color.
I know it’s CSS, and already using some tricks of my own, that I also pasted in different threads.
Not bad. Gets quite close to the old main page.
To bring it even closer I’d:
Drop the latest feed / box, keep it to its own page.
Add the last active thread of each sub forum (Latest News - Off Topic) left justified on the same line (possibly truncated), or below sub forum label (better for mobile?). One or the other though, don’t mix.
Make those thread links dump users at latest post as before.
.wrap{
max-width: 96% !important;
}
.timeline-container {
top: 5em !important;
margin-left: 90% !important;
float: right !important;
}
.timeline-container>.topic-timeline {
top: 10% !important;
margin-left: 0 !important;
width: 100% !important;
}
.posts-wrapper {
position: relative;
/*
Still need to figure out how to make
posts span site-wide from left to right
man I've gotten rusty...
*/
}
Lol at the last declaration. Yeah, me too. But if you make the posts full width won’t that conflict with the timeline slider?
And I usually run my windows at full screen size, which is why I wanted forum content restricted to something readable. 1900px long strings of text are too hard to parse, particularly if there are long paragraphs.
That’s the wonderful thing about custom CSS. You don’t have to argue with any other bastard.
Back in the bad old days I sometimes used to try and make themes please a bunch of people. Dunno if you’ve ever tried it, but it drove me nuts. Everyone wants something different and they never agree with each other.
Pleasing yourself and ignoring everyone else is much easier on the brain.
I think I’ll play around with the featured row up top. I reckon I can tweak the CSS so it scales to any screen width. I’m damned sure I could do it if I was writing the entire thing from scratch, but I think I can still do it on top of what’s there (which for some daft reason has inline styles locking in the thumbnail size. D’oh).