While you're here, please consider supporting GamingOnLinux on:
Reward Tiers:
Patreon. Plain Donations:
PayPal.
This ensures all of our main content remains totally free for everyone with no article paywalls. We also don't have tons of adverts, there's also no tracking and we respect your privacy. Just good, fresh content. Without your continued support, we simply could not continue!
You can find even more ways to support us on this dedicated page any time. If you already are, thank you!
Reward Tiers:


This ensures all of our main content remains totally free for everyone with no article paywalls. We also don't have tons of adverts, there's also no tracking and we respect your privacy. Just good, fresh content. Without your continued support, we simply could not continue!
You can find even more ways to support us on this dedicated page any time. If you already are, thank you!
Login / Register
- SteamOS 3.5.7 released, plus Steam Deck Client update and Power LED changes coming
- VKD3D-Proton 2.11 released with DirectX Raytracing enabled by default
- Deckmate, my favourite Steam Deck accessory is discounted for Black Friday
- Check out Doom Infinite, a Doom-based FPS roguelike mod for GZDoom
- Dominatrix is a fresh updated port of Ritual Entertainment's SiN
- > See more over 30 days here
-
Xorg is dead, long live Wayland - Red Hat Enterprise Li…
- slaapliedje -
Xorg is dead, long live Wayland - Red Hat Enterprise Li…
- Soulprayer -
Xorg is dead, long live Wayland - Red Hat Enterprise Li…
- Lofty -
Plasma 6 full steam ahead with only one showstopper lef…
- tofuhead -
Xorg is dead, long live Wayland - Red Hat Enterprise Li…
- SentakuHM - > See more comments
Latest Forum Posts
- A New Game Screenshots Thread
- Avehicle7887 - OLED regret
- Ehvis - Got a few Steam keys to give out
- Pengling - EA WRC Rally tournament
- Xpander - That time when Jackie Chan endorsed a bootleg NES-clone PC…
- StoneColdSpider - See more posts
Four month ago, I've Asked Liam on the fedi to add coloured square for ProtonDB status of game in bundle.
I had a bit of time recently so I did that, I hope it help, not sure about what float, margin-bottom and clear do, I copy paste a snippets from stackoverflow but I do have looked for the correct color on ProtonDB.
No sure about the black border too, maybe borderless will be better. I don't trust my taste on design through.
Amatai
.protonDB_native {
float: left;
height: 20px;
width: 20px;
margin-bottom: 15px;
border: 1px solid black;
clear: both;
background-color: green;
}
.protonDB_platinum {
float: left;
height: 20px;
width: 20px;
margin-bottom: 15px;
border: 1px solid black;
clear: both;
background-color: rgb(180, 199, 220);
}
.protonDB_gold {
float: left;
height: 20px;
width: 20px;
margin-bottom: 15px;
border: 1px solid black;
clear: both;
background-color: rgb(207, 181, 59);
}
.protonDB_silver {
float: left;
height: 20px;
width: 20px;
margin-bottom: 15px;
border: 1px solid black;
clear: both;
background-color: rgb(166, 166, 166);
}
.protonDB_bronze {
float: left;
height: 20px;
width: 20px;
margin-bottom: 15px;
border: 1px solid black;
clear: both;
background-color: rgb(205, 127, 50);
}
.protonDB_borked {
float: left;
height: 20px;
width: 20px;
margin-bottom: 15px;
border: 1px solid black;
clear: both;
background-color: red;
}