the new version is a mess and the "view your posts" button is in a dropdown now

ah righto... is it possible to at least change the quote button back to text and move the view your posts button back where it was somehow?wildweasel wrote: ↑Mon Aug 08, 2022 6:18 pm None of the old themes are compatible with the new version of the forum software. It can be added to the wishlist, but be aware, that's a very long list, and the focus is on getting the basic experience working first.
That's one for the "ZDoom.org Bugs" subforum, I think. Be right back...
Code: Select all
/* Align profile information to the left */
.postprofile {
float: left;
border-width: 0 1px 0 0;
margin: 10px 10px 5px 0;
padding: 0px 5px 0px 0px;
}
Code: Select all
/* Expand and always show Quick Links menu entries */
li#quick-links {
line-height: 1.0em;
}
li#quick-links > a {
visibility: hidden;
position: absolute;
}
li#quick-links .dropdown {
display: inline-block;
border: none;
position: static;
padding: 0px;
margin-right: auto;
}
li#quick-links .dropdown .pointer {
display: none;
}
li#quick-links .dropdown .dropdown-contents {
display: block;
border: none;
padding: 0px;
background: none !important;
box-shadow: none;
}
li#quick-links .dropdown .dropdown-contents li {
display: inline-block;
border: none;
padding: 0px;
}
A skin that doesn’t actually, not-a-joke-or-exaggeration hurt my eyes seems like a pretty essential addition. Who do I have to bribe to get the old tan colour scheme pushed to the front of the queue?wildweasel wrote: ↑Mon Aug 08, 2022 6:18 pm and the focus is on getting the basic experience working first.
Anyone who can do CSS can make a new skin.Kinsie wrote: ↑Mon Aug 08, 2022 11:46 pmA skin that doesn’t actually, not-a-joke-or-exaggeration hurt my eyes seems like a pretty essential addition. Who do I have to bribe to get the old tan colour scheme pushed to the front of the queue?wildweasel wrote: ↑Mon Aug 08, 2022 6:18 pm and the focus is on getting the basic experience working first.