By Draconid_Jo
17 Dec 2022 11:47
Category: Bug Report
As y'all are probably already aware, I was away from Paint for quite a while (and not by choice), but one of the nice things that I was able to do during my absence is to teach myself some CSS, by looking at the code of some webpages (including a number of profiles here on Paint) that I had downloaded prior to being cut off from the internet.
(I only recently learned how to do that BTW.)
Anyway, I came up with some new styling CSS that (on the downloaded version of my profile page) looks REALLY cool, but when I entered it into the CSS box here on Paint, certain portions of it (those highlighted in red) didn't seem to work the same way on my actual profile here on Paint for some reason, despite the fact that other very similar portions of my code did.
IDK whether that is a bug or not though, but one thing that definitely is one is how the CSS box keeps deleting the "body" portion (highlighted in blue) of both my new and old styling CSS whenever I try to save them now, preventing me from giving my profile back its background image. (My old CSS was just fine until I tried out my new one, but now it won't even let me restore my profile to the way it was before.)
body { background: url("https://3dspaint.com/images/upload_gallery/9548.jpg" center center / 100% fixed !important; }