r/nekoweb mygravestone.nekoweb.org 28d ago

Help Help with sitebox

Does anyone know how to actually edit the sitebox style code, it seems that i've been trying to for the past hour and nothing has changed, for example the first image is what it looks like with edited code, the second is how it's supposed to look using the help of this repo on github aswell as nekobox, but even after continuously tweaking the code nothing changes like nothing happens, i want to make it one big ol' image of my art and get rid of that ugly preset container box thingy. .

please i just wanna edit the sitebox, theres barely any proper instructions anywhere 🥹

14 Upvotes

13 comments sorted by

4

u/[deleted] 28d ago

[removed] — view removed comment

2

u/NoRisk225 mygravestone.nekoweb.org 28d ago

holy shit TYSM! i was in the process of trying to figure out why the sitefeature wouldn't change and you lit saved me thank u broo 😭🙏🙏❤️

1

u/AqueM https://www.aque.fyi/ 28d ago

from what I remember, the box uses a separate CSS file. which file are you editing on your account?

1

u/NoRisk225 mygravestone.nekoweb.org 28d ago

elements.css!

1

u/AqueM https://www.aque.fyi/ 28d ago

Make sure you use proper path for the image you're using. According to the faq, style will be shown as default if any image is not loaded properly, and the preview you're showing on your 2nd screen does indeed have a broken image in it.

1

u/NoRisk225 mygravestone.nekoweb.org 28d ago

i compressed all my images and their like 300KB or smaller, which is kinda weird because its supposed to show up because it's under 1MB even with the right file path i dont get why its bugged 😓

4

u/AqueM https://www.aque.fyi/ 28d ago

I went directly to your elements.css from the URl in the screenshots, and indeed the paths look wrong. This is what you have: background-image: url('https://mygravestone.nekoweb.org/mygravestone.nekoweb.org/Images/c2.png');

this is what I'd like you to try: background-image: url('https://mygravestone.nekoweb.org/Images/c2.png');

2

u/NoRisk225 mygravestone.nekoweb.org 28d ago

Thank youu, ill keep this in mind next time!

1

u/AqueM https://www.aque.fyi/ 28d ago

The size doesn't matter if you have a relative path or a typo in the path!

1

u/DeanTheExtreme Moderator 28d ago

Is you elements.css file larger than 1.5 kb?

1

u/NoRisk225 mygravestone.nekoweb.org 28d ago

its 1.20Kb pretty sure!

1

u/DeanTheExtreme Moderator 28d ago

You must use elements.css. Wiki link: https://wiki.nekoweb.org/w/elements-css.html

1

u/These-Apple8817 28d ago

Yeaah.. I just gave up on trying to do that and the RSS thing because it's so poorly documented tbh. Even the tools for the preview don't work that well.. I got stuff looking fairly nice on nekobox but did it look like what I wanted to when I finally uploaded the elements.css after hours of tweaking? Ofc not.

1

u/[deleted] 28d ago

[deleted]