Replies

Mar 22, 2021 4 years ago
Haunted
plays with dead things
User Avatar
Bookish

I went on like a 6 year hiatus and some of my pets have super wonky profiles now (thanks photobucket)

Looking to get fixes for

Gluttony
Ganache
Melancholic
Shorn

All of these profiles were coded/created by people who no longer play subeta, so I cannot ask them to fix them.

Happy to talk price, just ping me or sMail me!

[tot=Haunted]


ALWAYS looking to trade items for Wishlist from here, or here.

Mar 22, 2021 4 years ago
spacemage
is fashionable
User Avatar

So for images on photobucket quickest way is just put them on a different hosting service like imgur, (watermark doesn't seem to show when I open image in new tab) much less hassle too.

Now other than the above I think I can fix some wonkiness without knowing more on how it should look... so making some assumptions

Gluttony - Anything I try to fix would be total guess since I got no clue of what it should be... also I think the user that coded is still active though so maybe ask? (If not I can try to help with more info)

Melancholic

  • So first add the property/value of "overflow: initial;" inside brackets ({}) of this gets rid of the scrollbar on your content so it's visible like it should be, also add property/value "border-right: none;" gets rid of annoying black line not too noticeable on this pet but still...
  • Next thing I notice is minion name is visible before hover can be fixed by changing a property's value inside the property/value is "padding: 50px 0px 0px 0px;" so change it to look like "padding: 40px 0px 0px 0px;"
  • Only other thing is the pet spotlight trophy so first assumption would be it's part of the info hover so should be hidden to fix this change the following:

    inside , property/value looks like "padding: 170px 0px 0px 0px;" change to "padding: 80px 0px 0px 0px;" inside :hover, property/value looks like "top: 350px;" change to "top: 420px;" (I don't see any other wonkiness which is not photobucket)

Shorn

  • So first add the property/value of "overflow: initial;" inside this gets rid of the scrollbar on your content so it's visible like it should be, also add property/value "border-right: none;" gets rid of annoying black line
  • Now content is still off so change property value inside , property/value should look like "left: -176px;" change it to "left: -10px;"
  • The info the block the pet image is overlapping the following will unsquish it and hopefully with an acceptable arrangement of info so

    first just add ".legacy-name { display: none; }" inside/between style tags (<style></style>) gets rid on legacy name from displaying now inside .pet_spotlight change property value which looks like "top: 230px;" to this "top: 240px;" inside change property/value looks like "top: 405px;" to "top: 420px;" inside .pet_color_info change property value that looks like "top: -34px;" to this "top: -28px;" lastly change inside .owner property/value which looks like "top: -36px;" to this "top: -26px;" (Nothing looks off to me now maybe a bit off from what it should be but nothing terrible looking at least... I hope just let me know if/what tweaks are needed)

Ganache

  • so this will do what the other two do so first add the property/value of "overflow: initial;" inside this gets rid of the scrollbar on your content so it's visible like it should be, also add property/value "border-right: none;" gets rid of annoying black line
  • now add ".legacy-name { display: none; }" inside/between style tags (<style></style>) gets rid of legacy name from displaying
  • I assume you'd like the "story" to not hug the very edge so add property/value of "padding-left: 10px;" inside (There is still some things that need fixing on the profile will do those later read note at end for reason of stopping also I assume you want the pet image and info to appear above the story correct?)

Let me know if these fixes give the appropriate result that you want or if anything isn't clear or such. (NOTE: pretty tired so going to sleep right after posting I'll reply when I get up, hopefully my post makes sense if not I'll rewrite it)

I made a forum group for CustomCSS and more

Please log in to reply to this topic.