HTML/CSS Whitelist & Tweaks

Posted 9 years, 6 months ago (Edited 6 years, 11 months ago) by lulu

I'M NOT A FRONT END DEVELOPER omg i should really hire one but i'm literally never going to get around to it i'm so sorry 

Anyway if you see anything in the source that could be fixed to make skinning profiles easier or if you need any specific IDs or classes on elements make a post and I'll see if I can add it in for you (it's basically entirely dependent on whether it breaks current profiles or not).

Also, if you wanna use certain tags / attributes and you've noticed that they're blacklisted just post here and I'll see whether I can add it in for you, ye o/

aquapyrofan

Can we get coloring the duotone icons enabled?

ayakashibackstreet

It seems like data-toggle = "button" is blacklisted... would it be possible to enable it? Please and thank you and have a great day! :>

HidetoKoudanshi

Is there a direct list of all whitelisted code so we don’t have to waste your time asking a derpy question you already answered somewhere?

HidetoKoudanshi

Would it be possible to allow literature pages to use CSS imports? This way we could format our literature attractively with much cleaner code and not have to re-type the same chunk of code for every different literature if its already all in one CSS sheet we can reference with an @import.

AmethystAndAnkh

Not to be spammy, but could we request CSS image clipping and masking to be whitelisted?

https://css-tricks.com/clipping-masking-css/

Preimpression

Could the "Recent Forum Activity" portion of worlds' home pages be given a class or id? I'd love to hide or style and move mine, as with my custom code it's a MAJOR eyesore.

Preimpression

Takaia ...I think I must have gone temporarily blind because even though I know those blocks are there, I never actually paid any attention to them. Thanks!!


Preimpression

<3




Please add a forum-specific container class (or div + class) to the Create Thread page on Worlds.


foleso

Please whitelist: "Direction:", I'd really like to use progress bars that are reverse direction, thanks.

Preimpression

Please allow multiple backgrounds. It seems to cut off the coding when you add a comma in the css.

Such as in:

https://blog.taustation.space/blog/borders-with-cut-corners-in-a-post-html5-world/
and
https://css-tricks.com/css-basics-using-multiple-backgrounds/

Preimpression

Another thing I noticed which might be related to my previous post

When I tried to use this as a background: linear-gradient(135deg,transparent 2em,#1e1718 0,#1e1718) 0 0 no-repeat 
it parsed as this: transparent linear-gradient(135deg,2em,#1e1718 transparent,#1e1718) no-repeat 0

So I'm wondering if something else in there needs to be whitelisted.