Posted 2020-10-29 05:40:53 (edited)
beep boop :sc::gc: css properties probably correspond to htmlpurifier's list, no proprietary/tricky/trusted things that will PROBABLY work: - clear
- float
- color
- text-align
- text-decoration
- text-indent
- text-transform
- font
- font-family
- font-weight
- font-style
- font-variant
- font-size
- line-height
- letter-spacing
- word-spacing
- list-style
- list-style-position
- list-style-type
- list-style-image
- background
- background-image
- background-repeat
- background-attachment
- background-position
- background-color
| - border
- border-[side]
- border-style
- border-[side]-style
- border-color
- border-[side]-color
- border-[side]-width
- border-width
- border-collapse
- border-spacing
- margin
- margin-[side]
- padding
- padding-[side]
- width
- min-width
- max-width
- height
- min-height
- max-height
- vertical-align
- white-space
- caption-side
- table-layout
|
things that DO NOT WORK (on the forums):
- divs
- hr
- html comments
- border-radius
- position/display/opacity
- overflow
things that SOMETIMES work: - negative margins (only on p elements; seems to disappear from others)
- classes (table-striped works, other bootstrap classes I've tried don't)
|