Skip to content

RGU Stylex bug fixes by Chplayz

Details

AuthorChplayz

LicenseNo License

Categoryroblox.com

Created

Updated

Size5.5 kB

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

this is where bug fixes go when the creator of RGU Stylex, Valkryx/luckyystarzz can't post them to the main style. Made by Chplayz, Co dev of RGU Stylex.

Notes

currently fixes play button not being your accent color, the logo being small, the background for friends on the friends page not being glass, the Halloween event icon being too big and the Halloween event page being glitched

Source code

/* ==UserStyle==
@name RGU Stylex bug fixes
@namespace roblox.com
@description this is where bug fixes go when the creator of RGU Stylex, Valkryx/luckyystarzz can't post them to the main style. Made by Chplayz, Co dev of RGU Stylex. there are currently no fixes needed
@version 1.15
@advanced dropdown rbxIcon " Roblox Icon * doesn't include stylex logo cuz of how this patch works* " {
    newIcon "RGU Roblox Icon (Default)" <<<EOT
RGURoblox
EOT;
rogoldLogo "RoGold Logo" <<<EOT
    RoGold
EOT;
}
@advanced dropdown colorTest "Roblox Icon Color" {
    sunsetCabin "Sunset Cabin" <<<EOT
    .dark-theme .icon-logo-r {
        background-image: url(https://github.com/valk-ryx/rgu-stylex/blob/main/themeassets//*[[rbxIcon]]*/LogoUltimate.png?raw=true) !important;
        transform: scale(1) !important;
        transition: transform 0.25s !important;
    }
    .dark-theme .icon-logo-r:hover {
        transform: scale(0.95) !important;
        transition: transform 0.25s !important;
    }
    .light-theme .icon-default-logo, .light-theme .icon-logo, .dark-theme .icon-default-logo, .dark-theme .icon-logo {
background-image: url(https://github.com/valk-ryx/rgu-stylex/blob/main/themeassets//*[[rbxIcon]]*/IconUltimate.png?raw=true) !important;
}
    EOT;
    alpineForest "Alpine Forest" <<<EOT
    .dark-theme .icon-logo-r {
        background-image: url(https://github.com/valk-ryx/rgu-stylex/blob/main/themeassets//*[[rbxIcon]]*/LogoAlpineForest.png?raw=true) !important;
        transform: scale(1) !important;
        transition: transform 0.25s !important;
    }
    .dark-theme .icon-logo-r:hover {
        transform: scale(0.95) !important;
        transition: transform 0.25s !important;
    }
    .light-theme .icon-default-logo, .light-theme .icon-logo, .dark-theme .icon-default-logo, .dark-theme .icon-logo {
background-image: url(https://github.com/valk-ryx/rgu-stylex/blob/main/themeassets//*[[rbxIcon]]*/IconAlpineForest.png?raw=true) !important;
}
    EOT;
    purpleStorm "Midnight" <<<EOT
    .dark-theme .icon-logo-r {
        background-image: url(https://github.com/valk-ryx/rgu-stylex/blob/main/themeassets//*[[rbxIcon]]*/LogoPurpleStorm.png?raw=true) !important;
        transform: scale(1) !important;
        transition: transform 0.25s !important;
    }
    .dark-theme .icon-logo-r:hover {
        transform: scale(0.95) !important;
        transition: transform 0.25s !important;
    }
    .light-theme .icon-default-logo, .light-theme .icon-logo, .dark-theme .icon-default-logo, .dark-theme .icon-logo {
background-image: url(https://github.com/valk-ryx/rgu-stylex/blob/main/themeassets//*[[rbxIcon]]*/IconPurpleStorm.png?raw=true) !important;
}
    EOT;
    morningMist "Morning Mist" <<<EOT
    .dark-theme .icon-logo-r {
        background-image: url(https://github.com/valk-ryx/rgu-stylex/blob/main/themeassets//*[[rbxIcon]]*/LogoClearSky.png?raw=true) !important;
        transform: scale(1) !important;
        transition: transform 0.25s !important;
    }
    .dark-theme .icon-logo-r:hover {
        transform: scale(0.95) !important;
        transition: transform 0.25s !important;
    }
    .light-theme .icon-default-logo, .light-theme .icon-logo, .dark-theme .icon-default-logo, .dark-theme .icon-logo {
background-image: url(https://github.com/valk-ryx/rgu-stylex/blob/main/themeassets//*[[rbxIcon]]*/IconClearSky.png?raw=true) !important;
}
EOT;
gold "Gold" <<<EOT
    .dark-theme .icon-logo-r {
        background-image: url(https://github.com/valk-ryx/rgu-stylex/blob/main/themeassets//*[[rbxIcon]]*/LogoGold.png?raw=true) !important;
        transform: scale(1) !important;
        transition: transform 0.25s !important;
    }
    .dark-theme .icon-logo-r:hover {
        transform: scale(0.95) !important;
        transition: transform 0.25s !important;
    }
    .light-theme .icon-default-logo, .light-theme .icon-logo, .dark-theme .icon-default-logo, .dark-theme .icon-logo {
background-image: url(https://github.com/valk-ryx/rgu-stylex/blob/main/themeassets//*[[rbxIcon]]*/IconGold.png?raw=true) !important;
}
    EOT;
}
==/UserStyle== */
@-moz-document domain("roblox.com") {
/*[[colorTest]]*/
    .btn-growth-md, .btn-growth-sm, .btn-common-play-game-lg, .btn-cta-md, .quick-play:not(.quick-edit) {
     background: var(--accent) !important;   
    }
    #navigation > div > div.simplebar-wrapper > div.simplebar-mask > div > div > div > ul > a > img {
    height: 50px;
    width: 50px !important;   
    }
        .table, .section-content-off, .section-content, .container-empty, .avatar-card-content, .menu-vertical, .menu-secondary-container, .menu-secondary, .avatar-card-container, .avatar-card-btns, .card-item, .stack-row, .subscription-card-item, .default-error-page, td, th {
    background-color: transparent !important;
}
}
@-moz-document url-prefix("https://www.roblox.com/the-haunt") {
    #wrap{
    height: 0px !important;
    }
    #platform-events-landing > div > div.MuiGrid-root.platform-events-top-post-launch.MuiGrid-container.MuiGrid-direction-xs-column.MuiGrid-align-items-xs-center.MuiGrid-align-content-xs-center.MuiGrid-justify-content-xs-center {
     position: relative;
    bottom: 840px;   
    }
    #platform-events-landing > div > div.platform-events-background-fixed-height {
     position: relative;
    bottom: 45px;  
    }
    #platform-events-landing > div > div:nth-child(3) {
     position: relative;
    bottom: 850px;   
    }
}

Reviews

No reviews yet.