
Nice, I've been using non-20XX Light myself so far. 20XX is fine too but I'm too used to the old style and that feels "right".Chiitoo wrote: Thu Apr 02, 2026 8:55 pm The non-20XX light and dark ones are by me, based on JRG's work from before, and are supposed to represent the phpBB2 style we had.

That is very nice to read.Ionen wrote: Thu Apr 02, 2026 9:18 pmNice, I've been using non-20XX Light myself so far. 20XX is fine too but I'm too used to the old style and that feels "right".Chiitoo wrote: Thu Apr 02, 2026 8:55 pm The non-20XX light and dark ones are by me, based on JRG's work from before, and are supposed to represent the phpBB2 style we had.
I wanted to use the dark one originally but, for the same reason, just too used to the old style so I'm not sureMight try it again later.

Code: Select all
ul.topiclist > li.row > dl.row-item, ul.topiclist > li.row > dl.row-item > dt {
display: flex;
align-items: center;
}
div.list-inner > .pagination {
margin-bottom: 0;
}
It looks like a "background" is placed behind the image making it look different in the posts.Ionen wrote: Thu Apr 02, 2026 3:57 pm On another note, I wonder why transparency doesn't work in avatars anymore? Well, it works in the profile image and the top-right icon but not in the threads themselves where it's replaced by white. Then again given there is a frame thing around it probably wouldn't look right either way.
Code: Select all
.postprofile .avatar img {
background-color: white;
border: 1px solid #d3d9de;
box-shadow: 0 0 7px grey;
}
Yeah that part should be commented out now.skellr wrote: Fri Apr 03, 2026 2:37 amIt looks like a "background" is placed behind the image making it look different in the posts.Ionen wrote: Thu Apr 02, 2026 3:57 pm On another note, I wonder why transparency doesn't work in avatars anymore? Well, it works in the profile image and the top-right icon but not in the threads themselves where it's replaced by white. Then again given there is a frame thing around it probably wouldn't look right either way.
From colours.css line 695:
Removing the border and box-shadow seems to help, at least in 20XX.Code: Select all
.postprofile .avatar img { background-color: white; border: 1px solid #d3d9de; box-shadow: 0 0 7px grey; }
That was fast. Thanks!

I did it quite a while ago so maybe some cache magic was happening...

Amen.desultory wrote:If you want to retain credibility as a functional adult; when you are told that you are acting boorishly, the correct response is to consider that possibility and act accordingly to correct that behavior.
GDH-gentoo wrote: Thu Apr 02, 2026 3:23 pm Huh, someone changed the decoration...
Is there an equivalent of "view all posts in the last 24 hours" (or something like that), that the old version of the forums had? There's "active topics", but it misses some threads with new posts.
Help me, I don't seem to see where these Quick Links are ?flysideways wrote: Fri Apr 03, 2026 2:27 am Thanks to all that made this happen.
Quick Links > Unread Posts , provides the functionality I like for catching up every few days, sometimes weeks when other things get in the way.
The left top corner. I didn't see it at the first moment either.



Perhaps try the Gentoo Light style for the old feel if you haven't yet?


I don't think I'm seeing the jarr, or I'm misunderstanding something.RumpletonBongworth wrote: Fri Apr 03, 2026 12:44 am The first cells of each "topiclist" row - as formed by dt elements - do not vertically align their content, which is quite jarring. Please consider incorporating the following styles, if possible.
Code: Select all
ul.topiclist > li.row > dl.row-item, ul.topiclist > li.row > dl.row-item > dt { display: flex; align-items: center; } div.list-inner > .pagination { margin-bottom: 0; }

Yeah the icons weren't really put much or any work into but it is on the todo-list for me at least.logrusx wrote: Sat Apr 04, 2026 6:15 pm The icon indicating unread (posts in) threads for a forum is almost indistinguishable from the one that indicates no unread threads/posts. In all themes. When opening the forum the situation is a bit better for the unread threads.
Bold text worked better in the old forum software.
Best Regards,
Georgi