This adds the Great Yolktales (egg hunt 2018) icon to The Hunt:First Edition.
The Hunt: Great Yolktales Icon (homepage) by Parrot
Details
AuthorParrot
LicenseNONE
Categoryuserstyles
Created
Updated
Size1.1 kB
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
You can use this following mod: https://userstyles.world/style/15369/the-hunt-great-yolktales-morph to amplify your experience and accurate morph or theme. THIS MOD DOESNT SUPPORT THE 2018 MOD!!
Source code
/* ==UserStyle==
@name The Hunt: Great Yolktales Icon (homepage)
@version 20240322.01.18
@namespace ?
==/UserStyle== */
@-moz-document url-prefix("https://www.roblox.com/home") {
/* Target the game icon on the homepage */
img[src="https://tr.rbxcdn.com/61c6be662f482fc059953c6e2742a60c/150/150/Image/Png"] {
/* Replace the URL with the URL of the 2018 Egg Hunt icon image */
content: url('https://tr.rbxcdn.com/fdc1a53a3dc5794d9592bb43f352327e/150/150/Image/Png') !important;
/* Hide original text label */
text-indent: -9999px !important;
}
/* Set the replacement text and title */
img[src="https://tr.rbxcdn.com/61c6be662f482fc059953c6e2742a60c/150/150/Image/Png"]::before {
content: "Egg Hunt: The Great Yolktales" !important;
display: block !important;
font-size: 14px !important;
text-indent: 0 !important;
}
/* Target the game card container and set the title to "Egg Hunt 2018" */
.game-card-container[data-testid="game-tile"] .game-card-name.game-name-title[title="The Hunt: First Edition"] {
/* Replace the original title with the new title */
content: "Egg Hunt 2018" !important;
}
}