Thank you so much for this, it's really going to help! I always end up having SubetaLodge open while I do quests so that I can figure out what comes from where. This will save so much time!
Thank you for pinging me, sweets!!
Hey sugar, come check this out! You might be interested. =)
And then a general question for the public - does anyone know a way to help separate these and make them easier to manage in the CSS box? Like, a way to easily label them, or a visual way to easily tell where one set begins and one ends? I'd honestly like to label a couple other bits of code I have in there as well, and it would be really helpful. I feel like there's definitely a way, but I've forgotten how to do it..
seconding the question on how to manage css- the showing of the years is an absolute game changer, so i'd like to keep it up to date and i have a bad habit of messing coding stuff up, its wizardry
Thank you, thank you, thank you!
and
's solution is a good one, but I like to be a little more descriptive.
/* adding year to tab shops - steamworks and Libertine*/
But really the important thing is the slash star opening that tells the CSS to ignore what follows, then closing it with the star slash code, that says resume.
/* anything */
In loving memory of Need posting achievements?Then join Posting Frenzy Achievement Items - searchable list List of Borders and cutouts New at Fresh and Flavorful Ping Group
My hero! It's going to be such a relief, not having to quickly go to SubetaLodge to find out which year an item is under.
Oh thank god, all the copy/pasting to SubetaLodge was getting tiresome.
This is wonderful. Especially helpful for Quentin's quests. Thank you.
doesnt show the year (2009)!
strange it shows for me and I double checked to make sure the code I have implemented is the one on the forum post match and they do
best to check that what you have in your customCSS is correct
oh weird, this is the only instance of it not working thus far and it was only that one item...
yeah, weird must be some outside source... I can't really do much for that, you could try a different device and/or incognito/private mode and see if it works there
though thank you anyways for letting me know
I think the shows as 2011 instead of 2019, probably because it was released several years before it was put into the shop, is there anyway this can be fixed? if not, no worries! ❤
there is, though a "exception" selector needs to be added so the correct CSS is used, put the following in the 2019 selector list so it uses that one for the item
,[data-itemid^="146167"] ~ .alert [href*="esther"]:after
also note I noticed different issue of the selectors while I was making the fix, one of Esther's 2010 selectors has "esther." but there shouldn't be a dot cause the url doesn't contain one right after "esther" causing the particular selector to not work though it targets one item, so it was labelled wrong as well
These changes will be pinged about and noted in OP
Thank you for letting me know about the oversight
Woo, thanks for the fix and for the CSS in general :) It's super helpful