I got help with the description for Eliwood Anderson a few months ago but now when I go look at it...the background color has completely overlaid the words and that can't be good...and honestly, I have NO IDEA how to fix it without completely removing the background color...and honestly, that's kinda a last resort.
As for this question, if you have time...can someone check my stickers and see if I have all the ones from this and prior Vesnali's?...I've tried but EVERY TIME I'm going through it I'm finding several ones I didn't see the last dozen times I checked (and it's not because I've got any new ones when I go through the list multiple times...I mean when I check I go through the page multiple times without getting anything in between)...and I don't exactly want to be buying ones I've already got...which I've actually done on a few occasions with other stickers.
Wormwood falls from the sky
a soul denied, twice will die
For the second question: Go to your sticker album, right click and click on 'view page source'. Then you can search for each sticker using ctrl-f. c: Alternatively/additionally, you could set up a SubetaLodge checklist and use mass add following the instructions here.
I can't really help with the first question, but the second has an easy trick! Click here and you'll see all the Vesnali-related stickers that Esther has. Then compare that with what you have (Ctrl+F is a godsend)! Alternatively, change the 'notes' part of the URL to 'Vesnali' and it'll pull up not only Esther stickers, but ones that restocked as well.
For your first question- your font color is set to the same thing as your background color. Try this:
{ font-color: !important; }
🐝 ☕ bug (he/him) | your friendly neighborhood code wrangler. stay in the loop! join and check out the latest admin post highlights
& Okay.
Are you sure?
<style> , , -ban, -ban-main, -lrc, -rrc, , -right, , , , , , {display:none;} {background-color:transparent; height: auto !important;} body {background: black; color: } a:link,a:visited {color:;} a:hover {color:; text-decoration:none;} {position:relative; margin:auto !important; width: 700px;} {background:url(http://i.imgur.com/1Tf7zse.png);} img {background:url(http://i.imgur.com/amwKKQp.png) no-repeat; height:0px; width:64px; padding:0px 0px 64px 0px;} .statbar div.stat {background-color:; height:12px;} .statbar {height:12px; border:1px solid ;} {position: absolute; margin-left: auto; margin-right: auto; top: 533px; height: 200px; width: 80%; overflow: auto; border: 2px solid ;} {position: absolute; margin-left: auto; margin-right: auto; top: 735px; height: 200px; width: 80%; overflow: auto; border: 2px solid ;} {position: absolute; margin-left: auto; margin-right: auto; top: 937px; left: 5px; height: 78px; width: 78.5%; overflow: auto; border: 2px solid ;} </style>^That's what's between my style tags.
Wormwood falls from the sky
a soul denied, twice will die
when i inspect the page source it still seems that your code isn't overriding the site's styling and there is a line that says "body, html {color:!important}". try adding this:
html {color: }
To override the !important you need to add your own !important rule. And I'm pretty sure about what I said - Did you try the code I gave you?
🐝 ☕ bug (he/him) | your friendly neighborhood code wrangler. stay in the loop! join and check out the latest admin post highlights
yeah i wasn't sure if the !important would be necessary as i've never had to use it just to override the site's default styling before.
Yeah, yesterday (I removed it yesterday when I saw it DIDN'T work) AND again today...but it doesn't work...unless I'm sticking it in the wrong place between the style tags.
And, I tried yours to...still a giant nothing.
Wormwood falls from the sky
a soul denied, twice will die
For the Vesnali stickers, I've been doing the same with plushies and beanbags and have just been going through Esther's shop then hovering over the picture of each one and right clicking on account search. Is that any good or are there others that aren't in the shop you want? Either way, before you buy it, you can hover over the picture and do an account search to double check you don't have it before buying.
Try either of this to see if any works for you:
{color:;}
or
{color:;}
I don't know why it doesn't work with 'body' and 'html' though, unless you add !important to the code if you want to specify the font colour within the body and html lines. Also 'color' would work but 'font-color' wouldn't.
Well...for whatever reason beyond my limited understanding of coding...the first code you provided worked. Sooo...thank you!
Thanks. I used the page source idea that was mentioned above though...the Ctrl+F can be VERY picky though when you look for a item name and it says you don't have it because the stupid thing adds a space at the end that wasn't there when you copied the name. But I ran out of Vesnali coins and actually had to buy more sooo...I'll probably wait to do Beanbag/Plushie searches until I restock my SP.
Wormwood falls from the sky
a soul denied, twice will die