11dig.tik — Display Type Reference
22===================================
33
4+ DESIGN SYSTEM (Gluon-Inspired Dark Theme)
5+ ==========================================
6+
7+ Tenets:
8+ - Dark-first design; near-black backgrounds with subtle layering
9+ - Minimal, flat UI with depth conveyed through border + shadow, not gradients
10+ - Content-dense tables as primary data display; no unnecessary decoration
11+ - Single accent color (blue) for all interactive elements
12+ - Typography drives hierarchy: weight, size, letter-spacing — not color variety
13+ - Sticky frosted-glass nav; backdrop-filter blur for depth perception
14+ - Responsive: collapses nav links on mobile, stacks grids to single column
15+ - Sections separated by 1px border-top, not gaps or color changes
16+ - Hero section: centered text, uppercase tag, large bold h1, muted description
17+
18+ Colors:
19+ --bg-dark: #0a0a0f (page background, near-black with blue tint)
20+ --bg-section: #111118 (section/dialog backgrounds, slightly lifted)
21+ --bg-card: #1a1a24 (card/thead/code backgrounds, 3rd depth level)
22+ --bg-white: #ffffff (light variant sections, inputs)
23+ --text-primary: #ffffff (headings, table data, active links)
24+ --text-secondary: #a1a1aa (body text, descriptions, inactive nav)
25+ --text-muted: #71717a (footer links, meta info, placeholders)
26+ --text-dark: #18181b (text on white backgrounds)
27+ --accent: #3b82f6 (buttons, active tabs, hover highlights)
28+ --accent-hover: #2563eb (button hover/press state, darker blue)
29+ --accent-light: #60a5fa (tags, session labels, tab active text)
30+ --border: #27272a (all dark borders: sections, tables, cards)
31+ --border-light: #e4e4e7 (borders on white/light variant sections)
32+
33+ Typography:
34+ --font: system stack (-apple-system, BlinkMacSystemFont, Segoe UI, Roboto)
35+ --font-mono: JetBrains Mono, Fira Code, monospace
36+ Body: 1em/1.6 line-height, antialiased
37+ h1: clamp(2.5rem, 5vw, 3.75rem), weight 800, tracking -0.03em
38+ h2: 1.75rem, weight 700, tracking -0.02em
39+ h3: 1.25rem, weight 600
40+ Nav brand: 1.125rem, weight 700, tracking -0.02em
41+ Table header: 0.75rem, uppercase, weight 600, tracking 0.05em
42+ Table data: 0.875rem
43+ Buttons: 0.875–0.9rem, weight 600
44+
45+ Layout:
46+ Max-width: 1200px (content container)
47+ Nav height: 64px, sticky, frosted glass (rgba(10,10,15,0.92) + blur(12px))
48+ Section padding: 5rem vertical, 2rem horizontal
49+ Hero padding: 6rem vertical
50+ Border-radius: 8px (standard), 12px (large cards/dialogs)
51+ Table row hover: rgba(59, 130, 246, 0.04) — faint blue tint
52+ Footer: 4-column grid (2fr + 3×1fr), collapses to 1-col on mobile
53+
54+ Orientation:
55+ - Vertical scroll, single column
56+ - Nav → Hero → Sections (border-separated) → Footer
57+ - Content centered within max-width container
58+ - Tables full-width within container
59+ - Buttons right-aligned in nav, centered in hero
60+
61+ Interaction:
62+ - All transitions 0.2s ease (links, buttons, borders)
63+ - Hover on links: secondary → accent color
64+ - Hover on table rows: faint blue background
65+ - Hover on A1 clickable rows: text turns accent blue
66+ - Buttons: accent → accent-hover on hover
67+ - Platform badges: lift 2px on hover + border color change
68+ - Tabs: bottom-border accent blue on active
69+
70+
471A1 Type:
72+ =========
573 - Standard data table using .table-wrap > <table>
674 - Dark header row, bordered cells, compact font
775 - Clickable rows expand a hidden child <tr class="a1-child"> beneath them
@@ -10,7 +78,9 @@ A1 Type:
1078 - Children (expanded rows) use the same table look-and-feel
1179 - Used across all BMA pages: Species, Postal, Art, Science, Status
1280
81+
1382CD1 Type (Connector Dialog):
83+ ==============================
1484 - Power button from resources/button.{html,css,js} used as toggle
1585 - Button centered between hero header and page content
1686 - Floating div centered on page, above content (position:fixed, z-index:300)
@@ -26,6 +96,7 @@ CD1 Type (Connector Dialog):
2696 - Send/OK buttons same blue (#3b82f6) as nav buttons
2797 - Files: css/connector.css, js/connector.js
2898
99+
29100Reference: lauradei.us/brarner.m.alete/
30101Created: 2026-06-27
31- Updated: 2026-06-27 (CD1 added )
102+ Updated: 2026-06-27 (Design system + CD1 documented )
0 commit comments