catan dark theme

Forum rules
Please DO NOT POST BUGS on this forum. Please report (and vote) bugs on : https://boardgamearena.com/bugs
Post Reply
User avatar
mrbass
Posts: 60
Joined: 05 March 2015, 10:26

catan dark theme

Post by mrbass »

Code: Select all

.bgagame-catan #cat_summary:before {
background-image:url(https://x.boardgamearena.net/data/themereleases/current/games/catan/220611-1138/img/summaryv2.jpg);
width:100%;
height:100%;
position:absolute;
top:0;
left:0;
content:"";
filter:invert(80%);
}
this will make the building cost card dark gray so you can see the text. Add this CSS code to your BGA Dark Theme CSS
https://github.com/bastien09/bga-dark-theme

Also I tried to change the roads from light tan to a dark brown color but no luck

Code: Select all

#cat_map_container {
 background:radial-gradient(circle,#eed399 0,#eed399 56%,transparent 57%,transparent 100%)

 .cat_map_container {
    background:radial-gradient(circle,##783f04 0,##783f04 56%,transparent 57%,transparent 100%)
    
And tried to dark the ocean up a tad but also no luck (goes from left light blue ---> darker blue)

Code: Select all

#cat_map_bg {
 background:radial-gradient(circle,#009bda 0,#0091cc 18%,#2280b7 23%,#07486e 65%);
 
   .cat_map_bg {
     background:radial-gradient(circle,#2280b7 0,#2280b7 18%,#07486e 23%,#07486e 65%);
     
User avatar
mrbass
Posts: 60
Joined: 05 March 2015, 10:26

Re: catan dark theme

Post by mrbass »

Image

BGA Dark theme pretty much works for all games more or less and has custom dark theme CSS for the following games:
abandonallartichokes, agricola, alhambra, azul, bang, bloodrage, boomerangaustralia, cacao, codexnaturalis, concept, crazy_farmers, cubirds, deus, dice_forge, dinosaur_tea_party, draftosaurus, elgrande, flamingpyramids, fluxx, for_sale, frenchtarot, gonutsfordonuts, greatwesterntrail, haiclue, hanabi, hardback, icecoldicehockey, imhotep, kingdom_builder, letter_tycoon, lostcities, love_letter, mascarade, memoir44, not_alone, numberdrop, oriflamme, papayoo, patchwork, polis, piratenkapern, potion_explosion, puerto_rico, railroadink, railwaysoftheworld, rallymangt, redsevengame, rememberwhen, rollforthegalaxy, santorini, seven_wonders, sevenwondersarchitects, sevenwondersduel, shiftingstones, sobek, spaceempires, splendor, starfluxx, stella, sushigoparty, tapestry, targi, thebuilders, thebuildersantiquity, thecrew, tichu, trekkingtheworld, ultimaterailroads, veggiegarden, via_magica, viticulture, vultureculture, welcometo, welcometonewlasvegas, yatzy
User avatar
mrbass
Posts: 60
Joined: 05 March 2015, 10:26

Re: catan dark theme

Post by mrbass »

bastien09 added official support for Catan 5 days ago
and it works great
https://github.com/bastien09/bga-dark-theme
User avatar
Bacontroll
Posts: 21
Joined: 04 November 2020, 11:06
Contact:

Re: catan dark theme

Post by Bacontroll »

Just this only work perfectly with CATAN
https://github.com/bastien09/bga-dark-theme
Post Reply

Return to “Catan”