Help Desk Request - Group CSS (and possibly profile CSS) is broken
By Draconid_Jo
23 Mar 2025 13:42
Category: Bug Report
All I did was make a slight modification to the CSS of my Ryuusei no Tami group (trying to change the message at the top with body::before), and it went from looking like it does in the 1st picture to how it does in the 2nd...
body::before {content: "We have been without electricity here since Election Day and without running water since early February. DCTheGamr will be returning to Paint on April 1st, and sometime after he does, he will try to finish the unfinished SDK Quilts." !important; text-align: justify; display: block; color: ; background-color: rgba(0, 0, 32, 0.9) !important; background-image: url("/images/upload_gallery/19317.jpg" !important; background-position: center center !important; border: 3px solid rgba(0, 0, 32, 0.9) !important; font-family: "New Century Schoolbook", "TeX Gyre Schola", serif !important; font-style: normal !important; font-weight: bold !important; font-size: 16px !important; box-shadow: 1px 1px 20px, -1px -1px 20px !important; }
body { background-color: !important; background-image: url("/images/upload_gallery/9548.jpg" !important; background-attachment: fixed !important; background-position: center center !important; }
div { color: ; background: transparent !important; text-shadow: 1px 1px 7px, -1px -1px 7px !important; border-color: transparent !important; text-align: center !important; font-family: "New Century Schoolbook", "TeX Gyre Schola", serif !important; font-style: normal !important; font-weight: normal !important; }
Update: After @UwUQueen had suggested it I removed all quotation marks from my CSS, and while this resolved some of the problems with my CSS, things like body::before, h1::before and h1::after aren't working now…