Untitled Snippet

/* ============================================================ MYTHOS TECHNOLOGY — Homepage CSS Load via: WPCode Pro → Add Snippet → CSS Snippet Scope: Site-wide (or restrict to front page template) ============================================================ */ /* ── TOKENS ────────────────────────────────────────────────── */ :root { –mt-purple: #534AB7; –mt-purple-light: #6E65D0; –mt-purple-glow: rgba(83,…Continue reading

Etch Structure Panel Colours CSS

/* ========================================================= Etch Structure Panel: Colour-coded tag markers ========================================================= */ .etch-builder-structure-wrapper .etch-builder-accordion__header { position: relative; isolation: isolate; } .etch-builder-structure-wrapper .etch-builder-accordion__header::after { content: “”; position: absolute; left: 0; top: 0px; bottom: 0px; width: 4px; z-index: -1; border-radius: 0; background: var(–etch-tag-color, #64748b);…Continue reading

CSS für blue – legacy posts

/* Kästen Legacy-Artikel */ /* Nur .kasten, die ein .image UND ein h3 enthalten → Personenkarte */ .legacy .kasten { padding-bottom:64px; } .legacy .kasten:has(.image + h3):not(:has(p.frage)) > *:not(.image) { grid-column: 2; } .legacy .kasten:has(.image + h3):not(:has(p.frage)) ul { margin: 0.25rem…Continue reading