It seems that you're using an outdated browser. Some things may not work as they should (or don't work at all).
We suggest you upgrade newer and better browser like: Chrome, Firefox, Internet Explorer or Opera

×
Due to my aging eyes, I'm finding it a bit difficult reading the dark grey text on a light grey background. There sems to be no way of changing this, Can GOg please give us the ability to change the forum settings?
avatar
Gazjon: Due to my aging eyes, I'm finding it a bit difficult reading the dark grey text on a light grey background. There sems to be no way of changing this, Can GOg please give us the ability to change the forum settings?
You can change to white text on grey background. Look at the top of the page.
There are to themes, you can change it on top of the forum (see pic).
Attachments:
theme.png (35 Kb)
You mean, by clicking the My Settings button and changing it from "aluminum" to "carbon"?

Double ninja'd! I should probably buy Shadow Tactics, practice a bit.
Post edited December 17, 2016 by HereForTheBeer
If neither of the preset colour schemes appeal you could also whip up some CSS and use it with something like Stylish to make the text and background whatever colour you wanted.
I vote carbon, only cross eyed people select aluminium.
avatar
adaliabooks: If neither of the preset colour schemes appeal you could also whip up some CSS and use it with something like Stylish to make the text and background whatever colour you wanted.
Yeah, that probably would work, if I had any idea what you are on about.


I'll try with Carbon, but 2 colour choices? Hardly a wonderful selection. Thakns for the replies, guys.
Post edited December 17, 2016 by Gazjon
avatar
adaliabooks: If neither of the preset colour schemes appeal you could also whip up some CSS and use it with something like Stylish to make the text and background whatever colour you wanted.
avatar
Gazjon: Yeah, that probably would work, if I had any idea what you are on about.
Well, depending on whether you use or [url=https://addons.mozilla.org/en-GB/firefox/addon/stylish/]Firefox you can download an extension that lets you run custom CSS on a webpage.

For a very simple change for the Gog forum you would want something like:

body {
background: none;
background-color: #FFF;
}

.post_text {
color: #000;
}

To make a white background with black text.
You'd probably need to do other things too to make it perfect (not sure that would change username text colour say) but it's not that hard.
Post edited December 17, 2016 by adaliabooks
avatar
adaliabooks: For a very simple change for the Gog forum you would want something like:
Can you do a script that makes your avatar dance?

I want you to see you dance and do the moonwalk.
avatar
adaliabooks: body {
background: none;
background-color: #FFF;
}

.post_text {
color: #000;
}
It's easier if I adapt your code:

background: adaliabooks;
background-color: #discolights;


.post_text: Just some guy
color: #Funky;
Post edited December 17, 2016 by Kleetus