Style customization for the new board

Oh look! It's the new Freeones board and it isn't completely ****! Well, I'm one to always complain about something and even in this case, I do have several things that I want to customize. Things that I can do by myself, nobody on the Freeones team need to bother. These customizations are done with Cascading Style Sheets and browser addons like Premium Link Upgrade (the one I'm using right now) that apply those styles to override the ones the site is using.

Here are the fruits of my complaints so far:

CSS:
/* Non-rounded avatars */
.avatar {
    border-radius: 0;
}
/* Background color */
.p-body {
    background-color: #505050;
}
/* Message box colors */
.message-inner {
    background-color: #b0b0b0;
}
.message-attribution-main {
    color: #202020;
}
.message-lastEdit {
    color: #202020;
}
.message-signature {
    color: #202020;
}
/* Quote and code box colors */
code {
    background-color: #d0d0d0;
    color: #202020;
}
.bbCodeBlock-content {
    background-color: #d0d0d0;
    color: #202020;
}
/* Right upper corner buttons and post number text color */
.message-attribution-opposite {
    color: #202020;
}
.message-attribution-opposite--list {
    color: #202020;
}
/* Thread titles */
.p-title {
    color: #d0d0d0;
}
/* Username display near the thread title */
.username {
    color: #d0d0d0 !important;
}
.u-concealed {
    color: #d0d0d0 !important;
}
/* Thread menu header */
.menu-header {
    color: #202020 !important;
}

Anyone who wants to put in their own customizations here, please do so and comment (of course, if you can be bothered, screenshot) what kinds of changes they make or what board component they change, like I've done above inside the CSS comment block /* */.

Edit: fixes to some glaring omissions, such as white text on white background on the thread menu header text that this causes.

Here's what the changes look like at the moment:
 
Premium Media Content
Upgrade to Premium to view all images in this thread
Last edited:

Premium Content

This thread contains exclusive content for our premium community members.

What you're missing:
  • Full discussion and replies
  • Community interaction and voting
Already have an account?
✨ Unlock exclusive discussions and premium features
Premium Benefits:
Exclusive content • Priority support • Advanced features • Full thread access
Top