No description
Find a file
2026-05-01 03:04:42 -04:00
assets feat: replace Jellyfin branding with The Ark logo and name 2026-05-01 02:39:05 -04:00
base.css feat: initial commit of Mithral design system extracted from Portal, Shelvarr, and Support Page 2026-04-26 23:36:40 -04:00
components.css feat: initial commit of Mithral design system extracted from Portal, Shelvarr, and Support Page 2026-04-26 23:36:40 -04:00
README.md feat: initial commit of Mithral design system extracted from Portal, Shelvarr, and Support Page 2026-04-26 23:36:40 -04:00
tailwind.preset.js feat: initial commit of Mithral design system extracted from Portal, Shelvarr, and Support Page 2026-04-26 23:36:40 -04:00
themepo-elegantfin.css feat: frutiger aero glassmorphism header with arcane-blue tint 2026-05-01 03:04:42 -04:00
variables.css feat: initial commit of Mithral design system extracted from Portal, Shelvarr, and Support Page 2026-04-26 23:36:40 -04:00

Mithral Design System (Themepo)

A consistent, arcane-inspired design system used across The Mithral Archive applications.

Core Palette

  • Obsidian: #08090C (Primary Background)
  • Mithral: #E2E8F0 (Primary Text / Silver)
  • Mithral Dim: #94A3B8 (Secondary Text)
  • Mithral Dark: #334155 (Borders / Muted)
  • Arcane Blue: #38BDF8 (Accent / Glow)

Typography

  • Runic/Heading: 'Cinzel Decorative', serif
  • Body: 'Inter', sans-serif
  • Mono: 'JetBrains Mono', monospace

Usage

CSS Variables

Import variables.css into your global styles:

@import 'variables.css';

Tailwind CSS

Add the tailwind.preset.js to your tailwind.config.js:

module.exports = {
  presets: [require('./tailwind.preset.js')],
  // ... rest of config
}

Base & Components

Include base.css and components.css for standard animations, scrollbars, and UI components like the arcane-circle or ledger-row.

Key Components

  • .arcane-circle: Rotating background rings.
  • .ledger-row: Interactive links with the "Mithral Vein" hover effect.
  • .stat-card: Glowing cards for display metrics.
  • .portal-divider: Ornamental dividers with gradient lines.
  • .bg-noise: Film grain overlay effect.