Page 1 of 1

To the site's admins: Dark theme CSS issue

Posted: Tue Jul 23, 2024 5:57 am
by Pharaoh2k
@sunbeam
I noticed a small CSS issue in the reputations/score on the website's dark theme.
Example: Image

Here is a modified reputation_viewtopic.css that fixes it, with just a few minor corrections:

Code: Select all

.rate-good-icon:before {
}

.rate-bad-icon:before {
}

.rate-good-icon:hover:before {
}

.rate-bad-icon:hover:before {
}

.rate-good-icon:before,.rate-bad-icon:before {
}

.own,.rate-good-icon.rated_bad,.rate-bad-icon.rated_good {
    display: none
}

.rate-good-icon.rated_good:before {
}

.rate-bad-icon.rated_bad:before {
}

.user-reputation span {
    color: #536482;
    font-weight: 400;
    width: 18px
}

.post-reputation {
    padding-bottom: 0;
    height: 30px;
    font-weight: 700;
    cursor: auto!important;
    width: 18px
}

.post-reputation:hover {
    text-shadow: 0 0 #fff
}

.post-reputation.positive span,.post-reputation.negative span {
    color: #fff;
    font-size: 12px
}

.post-reputation.positive {
    background: #00ab00
}

.post-reputation.negative {
    background: #d31141;
    padding: 2px 6px 1px
}

.post-reputation.neutral {
    /* padding:2px 8px 0; */
}

.post-reputation.neutral span {
    color: #666;
    font-size: 12px
}

.reputation-avatar img {
    width: 40px;
    height: initial
}

website dark theme ?

Posted: Sat Jul 27, 2024 7:16 pm
by Roxy
option please so we can do dark theme here :roll: 8-) :ph34r: :sleep: ^_^ :-D :wub:

Re: website dark theme ?

Posted: Sat Jul 27, 2024 9:00 pm
by RampageFormula
Roxy wrote:
Sat Jul 27, 2024 7:16 pm
option please so we can do dark theme here :roll: 8-) :ph34r: :sleep: ^_^ :-D :wub:
What?

Re: website dark theme ?

Posted: Mon Jul 29, 2024 6:12 am
by Roxy
Casisback wrote:
Sat Jul 27, 2024 9:00 pm
Roxy wrote:
Sat Jul 27, 2024 7:16 pm
option please so we can do dark theme here :roll: 8-) :ph34r: :sleep: ^_^ :-D :wub:
What?
no idea how to use those :o

Re: website dark theme ?

Posted: Mon Jul 29, 2024 8:40 am
by RampageFormula
Roxy wrote:
Mon Jul 29, 2024 6:12 am
no idea how to use those :o
Go to your user control panel > board preferences and choose H20

Re: To the site's admins: Dark theme CSS issue

Posted: Mon Aug 05, 2024 9:02 am
by STN
Pharaoh2k wrote:
Tue Jul 23, 2024 5:57 am
@sunbeam
I noticed a small CSS issue in the reputations/score on the website's dark theme.
Example: Image

Here is a modified reputation_viewtopic.css that fixes it, with just a few minor corrections:
I am sick of modifying core files of the software and then updates becoming a nightmare. There used to be a Stylish theme by Greenhouse but he deleted it after joining wedeceive and there's no viable option now.

It should be relatively easy for anyone who knows a little bit of css to come up with another though.