Don't want the full Stylex experience? Bring the customisable banners from Stylex to RoGold Ultimate!
Stylex Banners by luckyystarzz
Details
Authorluckyystarzz
LicenseNo License
Categoryroblox.com
Created
Updated
Size4.1 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 Stylex Banners
@namespace github.com/valk-ryx/rgu-stylex
@version 1.0.0
@description Don't want the full Stylex experience? Bring the customisable banners from Stylex to RoGold Ultimate!
@author valk_ryx
@advanced text customBannerURL "Banner URL (Custom Banner Only)" "https://github.com/valk-ryx/rgu-stylex/blob/main/themeassets/MidnightBanner.png?raw=true"
@advanced dropdown bannerPreset " Banner " {
customBanner "Custom" <<<EOT
:root {
--customBannerURL: url(/*[[customBannerURL]]*/);
}
EOT;
midnightBanner "Midnight" <<<EOT
:root {
--customBannerURL: url("https://github.com/valk-ryx/rgu-stylex/blob/main/themeassets/MidnightBanner.png?raw=true");
}
EOT;
pixelForestBanner "Pixel Forest (Animated)" <<<EOT
:root {
--customBannerURL: url("https://github.com/valk-ryx/rgu-stylex/blob/main/themeassets/AnimatedForestWallpaper.gif?raw=true");
}
EOT;
alpineForestBanner "Alpine Forest" <<<EOT
:root {
--customBannerURL: url("https://github.com/valk-ryx/rgu-stylex/blob/main/themeassets/ForestBannerUpscaled.png?raw=true");
}
EOT;
sunsetCabinBanner "Sunset Cabin" <<<EOT
:root {
--customBannerURL: url("https://github.com/valk-ryx/rgu-stylex/blob/main/themeassets/banner.png?raw=true");
}
EOT;
morningMistBanner "Morning Mist" <<<EOT
:root {
--customBannerURL: url("https://static.vecteezy.com/system/resources/previews/010/055/968/non_2x/landscape-with-blue-mountains-free-vector.jpg");
}
EOT;
sakuraBlossomBanner "Sakura Blossom" <<<EOT
:root {
--customBannerURL: url("https://media.discordapp.net/attachments/1056584935705673779/1174802532229447710/pngtree-antique-fairy-sakura-romantic-scene-banner-image_179307.jpg?ex=662ab79e&is=6618429e&hm=505e2d5cbf9ce9c4e5e187c9d50a04400ae27af4b430444e6216a0aafe9c4db2&=&format=webp");
}
EOT;
lofiBedroomBanner "Lofi Bedroom" <<<EOT
:root {
--customBannerURL: url("https://github.com/valk-ryx/rgu-stylex/blob/main/themeassets/LofiBedroomBanner.png?raw=true");
}
EOT;
pastelBlueBanner "Pastel Blue" <<<EOT
:root {
--customBannerURL: url("https://github.com/valk-ryx/rgu-stylex/blob/main/themeassets/PastelBlueBanner.png?raw=true");
}
EOT;
pastelGreenBanner "Pastel Green" <<<EOT
:root {
--customBannerURL: url("https://github.com/valk-ryx/rgu-stylex/blob/main/themeassets/PastelGreenBanner.png?raw=true");
}
EOT;
magmaFallsBanner "Magma Falls" <<<EOT
:root {
--customBannerURL: url("https://github.com/valk-ryx/rgu-stylex/blob/main/themeassets/MagmaBanner.png?raw=true");
}
EOT;
deepSeaBanner "Deep Sea" <<<EOT
:root {
--customBannerURL: url("https://github.com/valk-ryx/rgu-stylex/blob/main/themeassets/DeepSeaBanner.png?raw=true");
}
EOT;
lofiShopBanner "Lofi Shop" <<<EOT
:root {
--customBannerURL: url("https://github.com/valk-ryx/rgu-stylex/blob/main/themeassets/LofiShopBanner.png?raw=true");
}
EOT;
steampunkBanner "Steampunk" <<<EOT
:root {
--customBannerURL: url("https://imgs.search.brave.com/ZSHSNe5tzrjAZ0bJvuwFp5rPiNqlZJfjDctq-P8Fn1E/rs:fit:860:0:0/g:ce/aHR0cHM6Ly93YWxs/cGFwZXJiYXQuY29t/L2ltZy8zMDI2OTct/c3RlYW1wdW5rLWhk/LXdhbGxwYXBlci1k/b3dubG9hZC5qcGc");
}
EOT;
cityscapeBanner "Cityscape" <<<EOT
:root {
--customBannerURL: url("https://github.com/valk-ryx/rgu-stylex/blob/main/themeassets/CityscapeBanner.png?raw=true");
}
EOT;
grandSunsetBanner "Grand Sunset (GTA VI)" <<<EOT
:root {
--customBannerURL: url("https://github.com/valk-ryx/rgu-stylex/blob/main/themeassets/GTAVIBanner.png?raw=true");
}
EOT;
}
==/UserStyle== */
@-moz-document url-prefix("https://www.roblox.com/home") {
:root {
--customBannerURL: url("https://github.com/valk-ryx/rgu-stylex/blob/main/themeassets/MidnightBanner.png?raw=true");
}
/*[[bannerPreset]]*/
.profile-banner.profile-banner-long {
background-image: var(--customBannerURL) !important;
}
}