- Joined
- Nov 17, 2024
This is custom CSS made by @The Spoils of War. It needs some fixing up since it doesn't work out-of-the-box because of the theme update from 2 months ago. @The Spoils of War has his profile set to private (Undoubtely before Jewsh unbroke it) and hasn't been here since March so it's unlikely he'll un-private it. As such, it'll be a good idea to share it since he only ever posted it on his profile.
He had screenshots of it on his profile. The theme, as he showcased, was going for a very minimal look. He had a lot of text and elements removed from the main page and elsewhere.
CSS:
.message-inner,
.messageUserBlock {
padding-left: 0 !important;
margin-left: 0 !important;
contain: layout style;
}
.message-cell.message-cell--main {
padding-left: 10px !important;
contain: layout style;
}
.contentRow-figure {
display: none !important;
}
.message--quickReply .message-cell.message-cell--user {
display: none !important;
}
.p-body-inner {
background: #1a1c1e !important;
contain: layout style paint;
}
.block-container {
background: #242628 !important;
contain: layout style;
}
.node {
background-color: #242628 !important;
border-color: rgba(255, 255, 255, 0.05) !important;
contain: layout style;
}
.node + .node:nth-child(even) {
background-color: #242628 !important;
}
.node:hover,
.node + .node:nth-child(even):hover {
background-color: #2a2c2e !important;
}
.message {
background-color: #242628 !important;
contain: layout style;
}
.message-cell.message-cell--main {
background-color: #242628 !important;
}
.structItem {
background-color: #242628 !important;
border-color: rgba(255, 255, 255, 0.05) !important;
contain: layout style;
}
.structItem:hover {
background-color: #2a2c2e !important;
}
.node-title a,
.structItem-title a {
color: #e0e0e0 !important;
}
@media (min-width: 750px) {
.p-pageWrapper {
background-image: none !important;
background-size: initial !important;
background-position: initial !important;
background-color: #1a1c1e !important;
}
}
.block-header {
background-color: #2a2c2e !important;
}
.node--unread .node-icon i:before,
.structItem--unread .structItem-statuses i:before {
color: #6ba65e !important;
}