init elas atelier #1

Merged
nvrl merged 82 commits from ela into main 2026-05-18 13:55:42 +02:00
Showing only changes of commit 0039809199 - Show all commits
+9
View File
@@ -2238,6 +2238,15 @@ html.cybersigil body::after {
.cybersigil .plate:hover .plate-caption-title {
text-shadow: -1px 0 0 var(--sky), 1px 0 0 var(--mauve);
}
/* The plate-fade-up entrance leaves `transform: translateY(0)` (forwards)
* permanently on .plate-enter — a stacking context that traps the lifted
* images below the fixed FX. Raise the whole entrance wrapper (catalogue
* tiles AND the post-page article) above the ambient layer so the looping
* background sigil can no longer bleed through any post image. */
.cybersigil .plate-enter {
position: relative;
z-index: 13;
}
/* Lift the imagery clear of the ambient FX/grain so photos read solid —
* only the hover sigil (cs-plate-sig, z-index above this) sits over them. */
.cybersigil .plate-image {