Will BGA ever change the wooden background?

Discuss about anything!
Post Reply
User avatar
AlbusMalum
Posts: 68
Joined: 26 September 2020, 02:32

Will BGA ever change the wooden background?

Post by AlbusMalum »

Will they? I'm just curious, nothing wrong with the wooden background.
User avatar
Bootsiebewts
Posts: 15
Joined: 02 April 2021, 06:10

Re: Will BGA ever change the wooden background?

Post by Bootsiebewts »

Certain games have different backgrounds like Number Drop which also offers a dark mode option
User avatar
voriki
Posts: 773
Joined: 28 August 2020, 12:27

Re: Will BGA ever change the wooden background?

Post by voriki »

Well, the name is BOARD game arena, the background is a board.
User avatar
ViolentSilence
Posts: 236
Joined: 30 May 2015, 21:33

Re: Will BGA ever change the wooden background?

Post by ViolentSilence »

I'll be honest, I think a 'table cloth' option would be cool, or the option to change it to a different looking wooden surface, but that's just a minor quibble that some people might enjoy. I know a lot card tables are covered in green felt or baize which might be something for the traditional card games like Hearts or Cribbage to consider
User avatar
Yorgad
Posts: 131
Joined: 21 October 2012, 13:27

Re: Will BGA ever change the wooden background?

Post by Yorgad »

I used custom css to remove it and used a neutral grey since not all games support a dark theme unfortunately.

Go to advanced settings and insert:

Code: Select all

html { background-color:#EEE; }
You can replace the color with a color of your choice

Or also with an image (provided you have a link to it):

Code: Select all

 html { background: url('https://example.com/foo.png'); }
Cheers,
Y.
User avatar
Goof_
Posts: 28
Joined: 26 April 2022, 18:40

Re: Will BGA ever change the wooden background?

Post by Goof_ »

Yorgad wrote: 02 March 2022, 17:56 I used custom css to remove it and used a neutral grey since not all games support a dark theme unfortunately.

Go to advanced settings and insert:

Code: Select all

html { background-color:#EEE; }
You can replace the color with a color of your choice

Or also with an image (provided you have a link to it):

Code: Select all

 html { background: url('https://example.com/foo.png'); }
Cheers,
Y.


Which 3 digit thing would be grey?
User avatar
Yorgad
Posts: 131
Joined: 21 October 2012, 13:27

Re: Will BGA ever change the wooden background?

Post by Yorgad »

XxP1NKxX wrote: 02 May 2022, 20:55 Which 3 digit thing would be grey?
You can use the following hexadecimal code for grey:

Code: Select all

#808080
(but actually you could directly use the keyword grey instead which would work just fine in CSS, or plenty of other variants, such as lightgrey, whitesmoke, gainsboro etc.)

Valuable websites to read from:
https://www.w3schools.com/colors/default.asp
https://www.colourlovers.com/palettes

Cheers,
Y.
User avatar
OctaTracker
Posts: 4
Joined: 22 June 2019, 22:10

Re: Will BGA ever change the wooden background?

Post by OctaTracker »

I am trying to change the wooden background to another wood image, but it doesnt work. I am used to work with css but nothing is happening. It flashes by "Application updated but then nothing is happening. is there a class or div tag to use? using html which is stated here in this thread just writes the css code in the top left of the page.
User avatar
stonebridge
Posts: 5
Joined: 26 March 2013, 20:11

Re: Will BGA ever change the wooden background?

Post by stonebridge »

Paste the code you are using so we can take a look. It may just be the link to your image isn't correct.
Post Reply

Return to “Off-topic”