From e69ee817fd09aa4edd5ecaaec799fa4eabb1d710 Mon Sep 17 00:00:00 2001 From: "Danilo M." Date: Tue, 21 Apr 2026 11:30:05 +0200 Subject: feat: add timeline CSS component classes --- themes/danix-xyz-hacker/assets/css/main.min.css | 30 +++++++++++++++++++++++++ 1 file changed, 30 insertions(+) (limited to 'themes/danix-xyz-hacker/assets/css/main.min.css') diff --git a/themes/danix-xyz-hacker/assets/css/main.min.css b/themes/danix-xyz-hacker/assets/css/main.min.css index d9145d2..5c299ff 100644 --- a/themes/danix-xyz-hacker/assets/css/main.min.css +++ b/themes/danix-xyz-hacker/assets/css/main.min.css @@ -1590,6 +1590,36 @@ article.border.border-border\/30.rounded-lg.card.group.bg-bg { } } +/* ===================== + Timeline Layout + ===================== */ + +/* Vertical spine — center on desktop, left on mobile */ + +/* Each timeline row */ + +/* ---- Connector line ---- */ + +/* ---- Node on spine ---- */ + +/* ---- Card wrapper ---- */ + +/* Mobile: full width */ + +/* ---- Thumbnail panel ---- */ + +/* ---- Text panel ---- */ + +/* Mobile card stacks thumbnail above body */ + +/* ---- Meta row (TYPE · date) ---- */ + +/* ---- Title ---- */ + +/* ---- Excerpt ---- */ + +/* ---- Pinned badge ---- */ + /* Header navigation styling */ .header { -- cgit v1.2.3