| 18 |
18 |
|
.author-avatar {
|
| 19 |
19 |
|
width: 48px;
|
| 20 |
20 |
|
height: 48px;
|
| 21 |
|
- |
background: var(--surface-muted);
|
|
21 |
+ |
background: var(--surface-sunken);
|
| 22 |
22 |
|
border-radius: var(--radius-round);
|
| 23 |
23 |
|
display: flex;
|
| 24 |
24 |
|
align-items: center;
|
| 25 |
25 |
|
justify-content: center;
|
| 26 |
26 |
|
font-family: var(--font-heading);
|
| 27 |
27 |
|
font-size: var(--text-subhead);
|
| 28 |
|
- |
color: var(--detail);
|
|
28 |
+ |
color: var(--content);
|
| 29 |
29 |
|
}
|
| 30 |
30 |
|
|
| 31 |
31 |
|
.author-info {
|
| 35 |
35 |
|
.author-name {
|
| 36 |
36 |
|
font-family: var(--font-mono);
|
| 37 |
37 |
|
font-size: var(--text-body);
|
| 38 |
|
- |
color: var(--detail);
|
|
38 |
+ |
color: var(--content);
|
| 39 |
39 |
|
}
|
| 40 |
40 |
|
|
| 41 |
41 |
|
.author-name a {
|
| 50 |
50 |
|
.media-meta {
|
| 51 |
51 |
|
font-family: var(--font-mono);
|
| 52 |
52 |
|
font-size: var(--text-note);
|
| 53 |
|
- |
color: var(--text-muted);
|
|
53 |
+ |
color: var(--content-muted);
|
| 54 |
54 |
|
}
|
| 55 |
55 |
|
|
| 56 |
56 |
|
/* Title */
|
| 60 |
60 |
|
font-weight: normal;
|
| 61 |
61 |
|
line-height: 1.2;
|
| 62 |
62 |
|
margin-bottom: var(--gap-section);
|
| 63 |
|
- |
color: var(--detail);
|
|
63 |
+ |
color: var(--content);
|
| 64 |
64 |
|
text-align: left;
|
| 65 |
65 |
|
}
|
| 66 |
66 |
|
|
| 68 |
68 |
|
.media-series {
|
| 69 |
69 |
|
font-family: var(--font-mono);
|
| 70 |
70 |
|
font-size: var(--text-note);
|
| 71 |
|
- |
color: var(--text-muted);
|
|
71 |
+ |
color: var(--content-muted);
|
| 72 |
72 |
|
margin-bottom: var(--gap-page);
|
| 73 |
73 |
|
}
|
| 74 |
74 |
|
|
| 75 |
75 |
|
.media-series a {
|
| 76 |
|
- |
color: var(--highlight);
|
|
76 |
+ |
color: var(--action);
|
| 77 |
77 |
|
text-decoration: none;
|
| 78 |
78 |
|
}
|
| 79 |
79 |
|
|
| 83 |
83 |
|
|
| 84 |
84 |
|
/* Cover art (audio) */
|
| 85 |
85 |
|
.cover-art {
|
| 86 |
|
- |
background: var(--surface-muted);
|
|
86 |
+ |
background: var(--surface-sunken);
|
| 87 |
87 |
|
aspect-ratio: 1;
|
| 88 |
88 |
|
max-width: 400px;
|
| 89 |
89 |
|
margin: 0 auto var(--gap-page);
|
| 90 |
90 |
|
display: flex;
|
| 91 |
91 |
|
align-items: center;
|
| 92 |
92 |
|
justify-content: center;
|
| 93 |
|
- |
color: var(--text-muted);
|
|
93 |
+ |
color: var(--content-muted);
|
| 94 |
94 |
|
font-family: var(--font-mono);
|
| 95 |
95 |
|
}
|
| 96 |
96 |
|
|
| 104 |
104 |
|
.video-display {
|
| 105 |
105 |
|
max-width: 100%;
|
| 106 |
106 |
|
margin: 0 auto var(--gap-page);
|
| 107 |
|
- |
background: var(--detail);
|
|
107 |
+ |
background: var(--content);
|
| 108 |
108 |
|
}
|
| 109 |
109 |
|
|
| 110 |
110 |
|
.video-display video {
|
| 120 |
120 |
|
|
| 121 |
121 |
|
/* Player controls */
|
| 122 |
122 |
|
.media-player {
|
| 123 |
|
- |
background: var(--light-background);
|
|
123 |
+ |
background: var(--surface-overlay);
|
| 124 |
124 |
|
padding: var(--gap-pane);
|
| 125 |
125 |
|
margin-bottom: var(--gap-page);
|
| 126 |
126 |
|
}
|
| 158 |
158 |
|
|
| 159 |
159 |
|
.progress-bar {
|
| 160 |
160 |
|
height: 6px;
|
| 161 |
|
- |
background: var(--surface-muted);
|
|
161 |
+ |
background: var(--surface-sunken);
|
| 162 |
162 |
|
border-radius: var(--radius-control);
|
| 163 |
163 |
|
overflow: hidden;
|
| 164 |
164 |
|
cursor: pointer;
|
| 168 |
168 |
|
|
| 169 |
169 |
|
.progress-fill {
|
| 170 |
170 |
|
height: 100%;
|
| 171 |
|
- |
background: var(--highlight);
|
|
171 |
+ |
background: var(--action);
|
| 172 |
172 |
|
width: 0%;
|
| 173 |
173 |
|
border-radius: var(--radius-control);
|
| 174 |
174 |
|
transition: width 0.1s linear;
|
| 179 |
179 |
|
justify-content: space-between;
|
| 180 |
180 |
|
font-family: var(--font-mono);
|
| 181 |
181 |
|
font-size: var(--text-fine);
|
| 182 |
|
- |
color: var(--text-muted);
|
|
182 |
+ |
color: var(--content-muted);
|
| 183 |
183 |
|
}
|
| 184 |
184 |
|
|
| 185 |
185 |
|
.player-secondary {
|
| 199 |
199 |
|
}
|
| 200 |
200 |
|
|
| 201 |
201 |
|
.speed-button {
|
| 202 |
|
- |
background: var(--surface-muted);
|
|
202 |
+ |
background: var(--surface-sunken);
|
| 203 |
203 |
|
border: none;
|
| 204 |
204 |
|
padding: var(--gap-peer) var(--gap-section);
|
| 205 |
205 |
|
font-family: var(--font-mono);
|
| 206 |
206 |
|
font-size: var(--text-fine);
|
| 207 |
207 |
|
cursor: pointer;
|
| 208 |
|
- |
color: var(--detail);
|
|
208 |
+ |
color: var(--content);
|
| 209 |
209 |
|
}
|
| 210 |
210 |
|
|
| 211 |
211 |
|
.speed-button:hover {
|
| 224 |
224 |
|
}
|
| 225 |
225 |
|
|
| 226 |
226 |
|
.volume-icon {
|
| 227 |
|
- |
color: var(--text-muted);
|
|
227 |
+ |
color: var(--content-muted);
|
| 228 |
228 |
|
}
|
| 229 |
229 |
|
|
| 230 |
230 |
|
.volume-slider {
|
| 231 |
231 |
|
width: 80px;
|
| 232 |
232 |
|
height: 4px;
|
| 233 |
|
- |
background: var(--surface-muted);
|
|
233 |
+ |
background: var(--surface-sunken);
|
| 234 |
234 |
|
border-radius: var(--radius-fine);
|
| 235 |
235 |
|
appearance: none;
|
| 236 |
236 |
|
cursor: pointer;
|
| 240 |
240 |
|
appearance: none;
|
| 241 |
241 |
|
width: 12px;
|
| 242 |
242 |
|
height: 12px;
|
| 243 |
|
- |
background: var(--detail);
|
|
243 |
+ |
background: var(--content);
|
| 244 |
244 |
|
border-radius: var(--radius-round);
|
| 245 |
245 |
|
cursor: pointer;
|
| 246 |
246 |
|
}
|
| 248 |
248 |
|
.volume-slider::-moz-range-thumb {
|
| 249 |
249 |
|
width: 12px;
|
| 250 |
250 |
|
height: 12px;
|
| 251 |
|
- |
background: var(--detail);
|
|
251 |
+ |
background: var(--content);
|
| 252 |
252 |
|
border-radius: var(--radius-round);
|
| 253 |
253 |
|
cursor: pointer;
|
| 254 |
254 |
|
border: none;
|
| 268 |
268 |
|
|
| 269 |
269 |
|
/* Chapters */
|
| 270 |
270 |
|
.chapters {
|
| 271 |
|
- |
background: var(--light-background);
|
|
271 |
+ |
background: var(--surface-overlay);
|
| 272 |
272 |
|
padding: var(--gap-pane);
|
| 273 |
273 |
|
margin-bottom: var(--gap-page);
|
| 274 |
274 |
|
}
|
| 278 |
278 |
|
font-size: var(--text-body);
|
| 279 |
279 |
|
font-weight: normal;
|
| 280 |
280 |
|
margin-bottom: var(--gap-section);
|
| 281 |
|
- |
color: var(--detail);
|
|
281 |
+ |
color: var(--content);
|
| 282 |
282 |
|
}
|
| 283 |
283 |
|
|
| 284 |
284 |
|
.chapter-list {
|
| 299 |
299 |
|
}
|
| 300 |
300 |
|
|
| 301 |
301 |
|
.chapter-item:hover {
|
| 302 |
|
- |
background: var(--surface-muted);
|
|
302 |
+ |
background: var(--surface-sunken);
|
| 303 |
303 |
|
/* The bleed and the inset must stay equal or the row shifts on hover,
|
| 304 |
304 |
|
so both sides read the same token. */
|
| 305 |
305 |
|
margin: 0 calc(var(--gap-pane) * -1);
|
| 309 |
309 |
|
|
| 310 |
310 |
|
.chapter-title {
|
| 311 |
311 |
|
font-family: var(--font-body);
|
| 312 |
|
- |
color: var(--detail);
|
|
312 |
+ |
color: var(--content);
|
| 313 |
313 |
|
}
|
| 314 |
314 |
|
|
| 315 |
315 |
|
.chapter-time {
|
| 316 |
316 |
|
font-family: var(--font-mono);
|
| 317 |
317 |
|
font-size: var(--text-note);
|
| 318 |
|
- |
color: var(--text-muted);
|
|
318 |
+ |
color: var(--content-muted);
|
| 319 |
319 |
|
}
|
| 320 |
320 |
|
|
| 321 |
321 |
|
/* Tags */
|
| 330 |
330 |
|
|
| 331 |
331 |
|
.tag {
|
| 332 |
332 |
|
font-family: var(--font-mono);
|
| 333 |
|
- |
background: var(--surface-muted);
|
| 334 |
|
- |
color: var(--detail);
|
|
333 |
+ |
background: var(--surface-sunken);
|
|
334 |
+ |
color: var(--content);
|
| 335 |
335 |
|
padding: var(--gap-peer) var(--gap-section);
|
| 336 |
336 |
|
font-size: var(--text-fine);
|
| 337 |
337 |
|
}
|
| 342 |
342 |
|
text-align: center;
|
| 343 |
343 |
|
padding: var(--gap-page);
|
| 344 |
344 |
|
font-size: var(--text-note);
|
| 345 |
|
- |
color: var(--text-muted);
|
|
345 |
+ |
color: var(--content-muted);
|
| 346 |
346 |
|
border-top: 1px solid var(--border);
|
| 347 |
347 |
|
}
|
| 348 |
348 |
|
|
| 349 |
349 |
|
.media-player-footer a {
|
| 350 |
|
- |
color: var(--detail);
|
|
350 |
+ |
color: var(--content);
|
| 351 |
351 |
|
text-decoration: none;
|
| 352 |
352 |
|
}
|
| 353 |
353 |
|
|
| 364 |
364 |
|
.skip-insertion {
|
| 365 |
365 |
|
font-family: var(--font-mono);
|
| 366 |
366 |
|
font-size: var(--text-fine);
|
| 367 |
|
- |
background: var(--surface-muted);
|
|
367 |
+ |
background: var(--surface-sunken);
|
| 368 |
368 |
|
border: 1px solid var(--border);
|
| 369 |
369 |
|
padding: var(--gap-peer) var(--gap-section);
|
| 370 |
370 |
|
cursor: pointer;
|
| 371 |
|
- |
color: var(--detail);
|
|
371 |
+ |
color: var(--content);
|
| 372 |
372 |
|
display: none;
|
| 373 |
373 |
|
margin-top: var(--gap-peer);
|
| 374 |
374 |
|
}
|
| 381 |
381 |
|
.insertion-label {
|
| 382 |
382 |
|
font-family: var(--font-mono);
|
| 383 |
383 |
|
font-size: var(--text-fine);
|
| 384 |
|
- |
color: var(--text-muted);
|
|
384 |
+ |
color: var(--content-muted);
|
| 385 |
385 |
|
font-style: italic;
|
| 386 |
386 |
|
display: none;
|
| 387 |
387 |
|
margin-top: var(--gap-bound);
|