diff options
| author | Danilo M. <danix@danix.xyz> | 2026-04-21 11:30:05 +0200 |
|---|---|---|
| committer | Danilo M. <danix@danix.xyz> | 2026-04-21 11:30:05 +0200 |
| commit | e69ee817fd09aa4edd5ecaaec799fa4eabb1d710 (patch) | |
| tree | 8095adbafaa80b8be63176679ed22102a40be4a7 /themes/danix-xyz-hacker/assets/css/main.min.css | |
| parent | 5b1e212af64a1a7acef75ef24760b91eda481f43 (diff) | |
| download | danixxyz-e69ee817fd09aa4edd5ecaaec799fa4eabb1d710.tar.gz danixxyz-e69ee817fd09aa4edd5ecaaec799fa4eabb1d710.zip | |
feat: add timeline CSS component classes
Diffstat (limited to 'themes/danix-xyz-hacker/assets/css/main.min.css')
| -rw-r--r-- | themes/danix-xyz-hacker/assets/css/main.min.css | 30 |
1 files changed, 30 insertions, 0 deletions
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 { |
