|
6 | 6 | <meta name="viewport" content="width=device-width, initial-scale=1.0"> |
7 | 7 | <title>Maolan Shortcuts - Keyboard Shortcuts and Gestures</title> |
8 | 8 | <meta name="description" content="Reference for Maolan keyboard shortcuts, mouse gestures, transport controls, piano roll editing, markers, tempo editing, and plugin graph actions."> |
9 | | - <script src="https://cdn.tailwindcss.com"></script> |
10 | | - <style> |
11 | | - @import url("https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&family=JetBrains+Mono:wght@400;600&display=swap"); |
12 | | - |
13 | | - :root { |
14 | | - --maolan-bg: #020617; |
15 | | - --maolan-panel: rgba(15, 23, 42, 0.78); |
16 | | - --maolan-line: rgba(56, 189, 248, 0.16); |
17 | | - --maolan-accent: #00d4ff; |
18 | | - --maolan-accent-strong: #0099ff; |
19 | | - } |
20 | | - |
21 | | - body { |
22 | | - font-family: "Inter", sans-serif; |
23 | | - background: |
24 | | - radial-gradient(circle at top right, rgba(0, 153, 255, 0.18), transparent 28%), |
25 | | - radial-gradient(circle at bottom left, rgba(0, 212, 255, 0.14), transparent 32%), |
26 | | - linear-gradient(180deg, #0f172a 0%, #020617 40%, #020617 100%); |
27 | | - } |
28 | | - |
29 | | - code, |
30 | | - kbd { |
31 | | - font-family: "JetBrains Mono", monospace; |
32 | | - } |
33 | | - |
34 | | - .gradient-dark { |
35 | | - background: linear-gradient(135deg, #1a1a2e 0%, #16213e 100%); |
36 | | - } |
37 | | - |
38 | | - .glass-card { |
39 | | - background: linear-gradient( |
40 | | - 135deg, |
41 | | - rgba(255, 255, 255, 0.06) 0%, |
42 | | - rgba(255, 255, 255, 0.025) 100% |
43 | | - ); |
44 | | - border: 1px solid var(--maolan-line); |
45 | | - box-shadow: 0 18px 48px rgba(2, 6, 23, 0.35); |
46 | | - } |
47 | | - |
48 | | - .shortcut-row { |
49 | | - border-bottom: 1px solid rgba(148, 163, 184, 0.12); |
50 | | - } |
51 | | - |
52 | | - .shortcut-row:last-child { |
53 | | - border-bottom: 0; |
54 | | - } |
55 | | - |
56 | | - .kbd { |
57 | | - display: inline-flex; |
58 | | - align-items: center; |
59 | | - justify-content: center; |
60 | | - min-height: 2rem; |
61 | | - padding: 0.35rem 0.65rem; |
62 | | - border-radius: 0.65rem; |
63 | | - border: 1px solid rgba(0, 212, 255, 0.22); |
64 | | - background: rgba(15, 23, 42, 0.92); |
65 | | - color: #d8f7ff; |
66 | | - font-size: 0.82rem; |
67 | | - font-weight: 600; |
68 | | - letter-spacing: -0.01em; |
69 | | - box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.05); |
70 | | - } |
71 | | - |
72 | | - .section-title { |
73 | | - font-size: 2.5rem; |
74 | | - font-weight: 800; |
75 | | - letter-spacing: -0.03em; |
76 | | - } |
77 | | - |
78 | | - @media (max-width: 768px) { |
79 | | - .section-title { |
80 | | - font-size: 1.9rem; |
81 | | - } |
82 | | - } |
83 | | - </style> |
| 9 | + <link rel="stylesheet" href="styles/site.css"> |
84 | 10 | </head> |
85 | 11 | <body class="bg-slate-950 text-slate-100"> |
86 | 12 | <nav class="fixed top-0 z-50 w-full border-b border-slate-800 bg-slate-950/80 backdrop-blur-md"> |
|
0 commit comments