About the H2O theme

Post your topics and discussions here that you can't find a good section for.
Post Reply
fade2gray
Noobzor
Noobzor
Posts: 12
Joined: Mon Oct 04, 2021 12:16 pm
Reputation: 0

About the H2O theme

Post by fade2gray »

Is it possible to fix the background and font colours used for text posted between spoiler tags? The contrast makes spoilers near impossible to read using this theme.

User avatar
STN
Founder
Founder
Posts: 4454
Joined: Thu Mar 02, 2017 7:48 pm
Reputation: 3594

Re: About the H2O theme

Post by STN »

fade2gray wrote:
Sun Jun 30, 2024 4:50 pm
Is it possible to fix the background and font colours used for text posted between spoiler tags? The contrast makes spoilers near impossible to read using this theme.
The easiest solution is to get stylish for your browser and edit the style manually on client side. GreenHouse used to have a theme for FRF but he deleted it unfortunately. You can do this for the search box as well.

The fix on server side (by me) involves too many changes as it's not a theme specific change.


I might make a stylish theme myself but time is a luxury these days unfortunately

fade2gray
Noobzor
Noobzor
Posts: 12
Joined: Mon Oct 04, 2021 12:16 pm
Reputation: 0

Re: About the H2O theme

Post by fade2gray »

The easiest solution is to get stylish for your browser and edit the style manually on client side
Good idea, thanks.

fade2gray
Noobzor
Noobzor
Posts: 12
Joined: Mon Oct 04, 2021 12:16 pm
Reputation: 0

Re: About the H2O theme

Post by fade2gray »

Works for me ...

Code: Select all

.spoiler-body{
	background: #2D2D2D !important;
	color: #fe0 !important;
}

cheatenginedead
Expert Cheater
Expert Cheater
Posts: 52
Joined: Fri May 26, 2023 6:05 am
Reputation: 7

Re: About the H2O theme

Post by cheatenginedead »

fade2gray wrote:
Mon Jul 01, 2024 12:01 pm
Works for me ...

Code: Select all

.spoiler-body{
	background: #2D2D2D !important;
	color: #fe0 !important;
}
Would you share your theme please

fade2gray
Noobzor
Noobzor
Posts: 12
Joined: Mon Oct 04, 2021 12:16 pm
Reputation: 0

Re: About the H2O theme

Post by fade2gray »

Code: Select all

/* Fixes for H2O theme */

/* For Spoilers */
.spoiler-body{
	background: #2D2D2D !important;
	color: #fe0 !important;
}

/* For the Google search field */
#gs_tti50 {
    color: black !important
}
table.gstl_50:nth-child(3) {
    color: black !important
}

fade2gray
Noobzor
Noobzor
Posts: 12
Joined: Mon Oct 04, 2021 12:16 pm
Reputation: 0

Re: About the H2O theme

Post by fade2gray »

Code: Select all

@-moz-document domain("fearlessrevolution.com") {
/* Fixes for H2O theme */

/* For Spoilers */
.spoiler-body{
	background: #2D2D2D !important;
	color: #fe0 !important;
}

/* For the Google search field */
#gs_tti50 {
    color: black !important
}
table.gstl_50:nth-child(3) {
    color: black !important
}
}

Post Reply

Who is online

Users browsing this forum: No registered users