Replies

Jun 1, 2015 10 years ago
Seerow
is the richest user
User Avatar
Sweetgrass Voice

Hello everyone, hope I'm putting this in the right spot!

I deleted my custom css because I thought Staff had tweaked something and it didn't like my customCSS and and it had ate the site. Nothing was loading or viewable so I deleted my code via my phone (thank god for horrid Subeta mobile layout hah). Ended up just being some glitchy event and after that had cleared out the site was fine.

Well I thought I had the most recent save of my css but alas I did not. I'm hoping someone might know the codes for the following tweaks:

  • The Shop Search light blue box/border thing. This was posted on the forums when it was updated last but can't find that post.
  • The wishlist item hover to make it back into the + or - sign.
  • Change the color of staff posts so they stick out more. I had changed it to red when the forums underwent that massive overhaul a few years back but seemed to have misplaced that code.
  • Change the background color of the buttons by your HA on posts. The ones for liking an avatar, post, etc.
  • Force the footer to the bottom of the pages.

If you aren't sure what part of the site I'm referring to please let me know and I'll post some screenshots.

Thank you to anyone who can help me, I appreciate it.

Headshot by

Jun 3, 2015 10 years ago
Lypsyl
is a billionaire
User Avatar
Crotchety

Shop search, change to whatever colour you want. If you want it gone, use transparent as the color .ui.blue.message { background-color: red ;}

Wishlist+ div.wl_plus {display: none;}

Footer footer {position: static !important; margin-top: 250px !important; font-size: 8px !important;}

Sorry can't help with the others.

EDIT: In case anyone else is interested in these codes, the wishlist code above removes any option to add an item to your wishlist, the following code adds a small +/- in the bottom right corner instead of the bar.div.wl_plus {margin-left: 55px; margin-top: -5px; width: 10px; height: 13px; background: transparent;}

Jun 3, 2015 10 years ago
Seerow
is the richest user
User Avatar
Sweetgrass Voice

thank you for those codes!

Headshot by

Please log in to reply to this topic.