a style that morphs the hunt page into the 2018 egg hunt
The Hunt: Great Yolktales morph by Parrot
Details
AuthorParrot
LicenseNONE
Categoryuserstyles
Created
Updated
Size3.3 kB
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
a homepage version is available, check that to get the mod fully working! DOES NOT WORK WITH THE 2018 ALIKE MOD
Source code
/* ==UserStyle==
@name The Hunt: Great Yolktales morph
@version 20240322.01.11
@namespace https://userstyles.world/user/parrot
@description a style that morphs the hunt page into the 2018 egg hunt
@author parrot
@license NONE
==/UserStyle== */
@-moz-document url-prefix("https://www.roblox.com/games/16537295657/The-Hunt-First-Edition") {
.game-name[title="The Hunt: First Edition"] {
visibility: hidden !important; /* Hide the original text */
font-size: 0 !important; /* Set font size to 0 to remove space */
line-height: 0 !important; /* Set line height to 0 to remove space */
}
.game-name[title="The Hunt: First Edition"]:before {
content: "Egg Hunt: The Great Yolktales" !important; /* Replace the text */
visibility: visible !important; /* Show the new text */
font-size: 32px !important; /* Adjust the font size as needed */
line-height: 1.4em !important; /* Adjust the line height as needed */
font-weight: 800;
}
a.text-name.text-overflow[href="https://www.roblox.com/groups/4111519"] {
visibility: hidden !important; /* Hide the original text */
}
a.text-name.text-overflow[href="https://www.roblox.com/groups/4111519"]::before {
content: "Fifteam" !important; /* Replace the text */
visibility: visible !important; /* Show the new text */
}
/* image */
/* Target the game icon on the homepage */
img[src="https://tr.rbxcdn.com/1f49e0e04600e1cfa49b99245f5eb4e8/768/432/Image/Png"] {
/* Replace the URL with the URL of the 2018 Egg Hunt icon image */
content: url('https://tr.rbxcdn.com/d5252bfd0b72a34a75b16cc481275b94/768/432/Image/Png') !important;
/* Hide original text label */
text-indent: -9999px !important;
}
/* description */
.text.game-description.linkify {
visibility: hidden !important; /* Hide the original text */
font-size: 0 !important; /* Set font size to 0 to remove space */
line-height: 0 !important; /* Set line height to 0 to remove space */
}
.text.game-description.linkify::before {
content: "Travel back in time to The Mirage where you'll be greeted by an old friend. Can you help them on their quest to find a mysterious egg!?\A\A A year following the defeat of the chaotic Dr. Deville d'Egg, an ominous threat breaks free from its eternal prison in an attempt to destroy the Eggverse. Open the mythical Eggcyclopedia and journey through unique open worlds, complete various tasks, all whilst being accompanied by your trusty companion, Booker. Will you save the world, or will its fate rest in Lord Aymor's talons? With 48 eggs for you to discover, welcome to Egg Hunt: The Great Yolktales!\A\A 🏆 2019 Annual Bloxy Awards Winner for Best Art Direction and Best Original Music Score.\A\A 🌍 This game is available on PC, Mac, Xbox One, Tablet, Mobile (Android and iOS).\A Includes multi-platform gameplay and language support for English and Spanish.\A\A 📝 The changelog can be viewed here!\A (https://devforum.roblox.com/t/egg-hunt-2018-the-great-yolktales-changelog/110633)" !important;
visibility: visible !important; /* Show the new text */
font-size: 16px !important; /* Adjust the font size as needed */
line-height: 1.4em !important; /* Adjust the line height as needed */
font-weight: 400;
}
}