Textpattern CMS support forum
You are not logged in. Register | Login | Help
- Topics: Active | Unanswered
#37 Today 04:45:32
Re: Preview dialog - Dompurify parsing error with image shortcode
phiw13 wrote #338151:
Oooh… That is great. I’ll try testing today if the old body allows it (asthma is a tough lover).
Maybe I am holding it wrong. Safari 18.1 completely ignores all of the :host(#pane-preview) {}
style rules. In preview.css, in my theme stylesheet or with theme Hive. Firefox and Brave do what is expected.
At the moment I have no clue what is going wrong (and there are no errors in the console). It does not help that Safari’s inspector show next to nothing of the rules inside the shadowdom.
PS – The documentation page at MDN (developer.mozilla.org/en-US/docs/Web/CSS/:host_function) works perfectly fine
Last edited by phiw13 (Today 04:51:59)
Where is that emoji for a solar powered submarine when you need it ?
Sand space – admin theme for Textpattern
Offline
#38 Today 08:11:32
Re: Preview dialog - Dompurify parsing error with image shortcode
phiw13 wrote #338153:
Maybe I am holding it wrong. Safari 18.1 completely ignores all of the
:host(#pane-preview) {}
style rules. In preview.css, in my theme stylesheet or with theme Hive. Firefox and Brave do what is expected.
progress… I have it working with Safari Technology Preview. There is hope that maybe maybe Safari 18.2 will cary those fixes. Need to check the pre-release release notes.
Where is that emoji for a solar powered submarine when you need it ?
Sand space – admin theme for Textpattern
Offline
#39 Today 08:27:36
Re: Preview dialog - Dompurify parsing error with image shortcode
Meanwhile, here are some preliminary notes for some core custom-properties:
primary & secondary color (--txp-primary-color
)
primary & secondary background (--txp-primary-back
)
form controls input + select / button
color, background, border (input + button)
borders: light normal dark: --txp-border
, --txp-border-light
, --txp-border-dark
success / warning / error/ info: --txp-success-text
, --txp-success-back
, --txp-success-border
eventually: “selected” and “active” background color
--txp-spacing
(space between blocks, as margin or padding, gap, -> 1em, use calc() to adjust depending on need, eg @calc(var(—margin) * 0.5)“ for smaller or larger spacing
The idea is to use, for each, the same value as Hive currently uses. Names can be discussed.
jakob wrote #338145:
Philippe is right. […]
Thanks for testing and checking what Hive actually does! Anyway, Hive will need some updating, at least teach it to use core custom-properties (aliasing them as a minimum).
Where is that emoji for a solar powered submarine when you need it ?
Sand space – admin theme for Textpattern
Offline