tersiswilvin / Roblox-Legacy-Old-Theme

Repository for the Roblox Legacy Old Theme.
https://userstyles.world/style/5399/
12 stars 1 forks source link

Revert default place icons and thumbnails #48

Open ghost opened 8 months ago

ghost commented 8 months ago

Type

CSS

Describe the Feature

Could you revert to the all the old default place icons and thumbnails to the old ones for example: e0d79286270ccba086c8f76da6418e6ffb3c2f7c

HAYDENCRAFT2008 commented 8 months ago

Would that even be possible? Also what did the older ones look like?

ghost commented 8 months ago

Would that even be possible? Also what did the older ones look like?

The older ones look like the image i posted, but there's more on this thread: https://devforum.roblox.com/t/changes-to-thumbnailicon-system/33289

I'm sure it is possible by finding the class of the image element in devtools, targeting it and changing it using background-image For example, this is for a game's thumbnail (not sure if this would work properly):

.thumbnail-2d-container.carousel-item.carousel-item-active.carousel-item-active-out {
background-image: url('[URLTOOLDTHUMBNAIL]');
}

Now that I think about it it would probabaly require js because there should be a check in there that checks if it matches any of the current default place icons and if so it would change to the old ones if that check is not there then every icon and thumnail would be default!

sorry dont know much about css so not sure if background image was even that right thing to use in this case

ghost commented 8 months ago

Also because these probabaly don't exist in roblox's servers anymore (apart from in tr.rbxcdn where people upload the old images off google onto their games manually like i do) we'd have to use data urls

tersiswilvin commented 8 months ago

Type

CSS

Describe the Feature

Could you revert to the all the old default place icons and thumbnails to the old ones for example: e0d79286270ccba086c8f76da6418e6ffb3c2f7c

When the change was originally made I was thinking about doing it, however finding all the old icons (150px and the 640 x 390px versions) chose to be a challenge and I lost motivation and interest to it, however I'll leave this open as a reminder to myself.

Hellforag commented 7 months ago

Would that even be possible? Also what did the older ones look like?

like this: Screenshot_43 Screenshot_44 Screenshot_45 Screenshot_46 i might be missing some, thats the most i had saved