Put "collection" and "wishlist" icons, as well as DRMs and launchers in color + Geforce now in green
🟢 PK gg.deals ICONS by mondary
Details
Authormondary
LicenseNo License
Categorygg.deals
Created
Updated
Size1.8 kB
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Userstyle doesn't have notes.Source code
/* ==UserStyle==
@name 🟢 PK gg.deals ICONS
@version 20240511.09.02
@namespace https://userstyles.world/user/mondary
@description Put "collection" and "wishlist" icons, as well as DRMs and launchers in color + Geforce now in green
@author mondary
@license No License
==/UserStyle== */
@-moz-document url-prefix("https://gg.deals/") {
/*
TAG ICONS COLOR
*/
.svg-icon-wishlist-fill {
color: #ff47f0;
}
.svg-icon-owned-fill {
color : #279af1;
}
.svg-icon-platform-geforce-now.svg-icon {
color: #00ff02;
}
/*
DRM ICONS COLOR
*/
.svg-icon-drm-prime-gaming {
color: #ff0;
}
.svg-icon-drm-steam {
color: #279af1;
}
.svg-icon-drm-epic-games {
color: #be2130;
}
.svg-icon-drm-gog {
color: #ba5ffb;
}
/*
DRM STORE ICONS COLOR
*/
.tippy-initialized.svg-icon-drm-steam {
color: #279af1;
}
/*
V2 BACKGROUND
*/
.owned {
background-color: #008fffbf;
}
.owned:hover {
background-color: #008fffe3; /* Changer la couleur au survol */
}
.owned.wishlisted {
background: linear-gradient(0.5turn, #279af1, #ff48f1d6);
}
.owned.wishlisted:hover {
background: linear-gradient(0.5turn, #008fffe3, #fa00e69c); /* Changer la couleur au survol */
}
.wishlisted {
background-color: #fa00e65c;
}
.wishlisted:hover {
background-color: #fa00e69c; /* Changer la couleur au survol */
}
.owned.with-checkbox {
background-color: #353448;
}
.wishlisted.with-checkbox
{
background-color: #353448;
}
.with-image.site-banner-content-widget {
display: none;
}
/*
.banner-image-container {
display: none !important;
}
.presets-wrapper
{
background-color : #23222f;
padding-bottom: 0px;
padding-top: 32px;
}
.games-hover-boxes .game-hover-box .game-details-wrapper
{
background-color: #f21d00;
}
*/
}