I'd been using an older customCSS from here: https://subetagraphics.proboards.com/thread/36/space-theme
It worked fine even since the Kumos-ification of Legacy subeta, but today I wanted to add something to it and when I submitted it, despite looking fine in the preview, when submitting it all the images disappeared! So I tried re-pasting it without the addition, and using images hosted on postimg in case it was an issue with the imgur files, but it still didn't work.
Then I looked more closely at the code once submitted and it appears whole portions of the code are deleted upon submission:
{
background: url(https://i.postimg.cc/QNQvWsjQ/subetatitle.png) no-repeat scroll 0 0 transparent;
top: 20px;
height: 104px;
width: 257px;
}
Turns into
{
background: no-repeat scroll 0 0 transparent;
top: 20px;
height: 104px;
width: 257px;
}
For no obvious reason. Does Subeta just not allow outside images in customCSS now? Or is this some sort of glitch I'm dealing with? Very frustrating regardless, as before I edited it today the images were working just fine and now I have no clue how to get it back to how it was.
The post I had here originally was too political so I'll condense it down to as nonpolitical as I can:
My profile has a custom image, that may be on its way out as certain age verification laws are enacted with the force of a sledgehammer versus a fine chisel. It's already broken for European users due to certain laws and by-laws. I'd be more keen to blame that than anything.
I wish I could help with the image itself, it works fine for me but--

This is actually a bug, and Keith is aware of it but hasn't been able to replicate, from what I've read! See this post and the three posts following it. I've been affected by this bug, too, and haven't been able to update my custom CSS without all the image URLs being stripped since. Image hosting service doesn't seem to matter, because I've tried at least three and they still get stripped regardless.
xe/they/she
That's weird Keith can't replicate it, because I just tried it myself, and the URL gets stripped for me too.
I played with it and its the double slash. use the hex encoding:
{
background: url(https:2f 2f i.postimg.cc/QNQvWsjQ/subetatitle.png) no-repeat scroll 0 0 transparent;
top: 20px;
height: 104px;
width: 257px;
}
any ideas on how to fix this for my battle UI?
.battle-images img[src*="pets.subeta.net/241742.xxXGkweDJt.png"] {
content: url(https://imgur.com/cVb3pnz.png);
height: 300px;
width: 300px;
}
This is for my pet Ordona and right now all my pets have blurry images in the battle UI. I tried the 2f 2f thing and it doesn't work
Wanna know more about battling? ❤️ The Official Battle Guide v3.3 ❤️ Need to find books? 🌈 The Book Grind Guide v1.0 🌈