WelcomeUser Guide
ToSPrivacyCanary
DonateBugsLicense

©2024 Poal.co

870

Title is question.

I'm used to being able to have a header in the CSS page that I could use to insert a sub image. I'm having trouble trying to find a workable way to insert a banner image without one.

Title is question. I'm used to being able to have a header in the CSS page that I could use to insert a sub image. I'm having trouble trying to find a workable way to insert a banner image without one.

(post is archived)

[–] 5 pts

Menubar image Day mode:

.th-navbar.pure-g{ background:url(%%YOUR_UPLOADED_IMAGE_NAME%%); }

Menubar image Dark mode:

body.dark .th-navbar.pure-g{ background:url(%%YOUR_UPLOADED_IMAGE_NAME%%); }

Sidebar image Day mode:

.pure-u-1 .sbimg { height: 200px; background: url(%%YOUR_UPLOADED_IMAGE_NAME%%) no-repeat center/contain; }

Sidebar image Dark mode:

body.dark .pure-u-1 .sbimg { height: 200px; background: url(%%YOUR_UPLOADED_IMAGE_NAME%%) no-repeat center/contain; }

[–] 2 pts

Okay, I'll play with these and see what I can work with. Thank you!

[–] 0 pt

When trying to add https://pic8.co/sh/3LGJ2h.png to /s/ModAbuse, it says:

URLs not allowed, uploaded files only.

[–] 1 pt

In your sub's custom stylesheet at the bottom, you can upload images and use the example tag to add them in the css.

[–] 0 pt

“413 Request entity too large”, despite the PNG file is only only 1.1 MB big (under 2MB).