-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyle.css
More file actions
412 lines (373 loc) · 18.2 KB
/
Copy pathstyle.css
File metadata and controls
412 lines (373 loc) · 18.2 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
/* HEX — Quiver dock overnight-run report site.
Derived from the JPL "Test Report" design system (Direction A).
Paper / ink / international orange. Archivo + IBM Plex Mono. */
:root {
--paper: #f2efe6;
--ink: #16150f;
--orange: #ff4f00;
--faded: #6f6a5c;
--hairline: #cdc8b8;
--dash: #b9b3a0;
}
* { margin: 0; padding: 0; box-sizing: border-box; }
html, body { overflow-x: hidden; }
body {
background: var(--paper);
color: var(--ink);
font-family: 'Archivo', 'Helvetica Neue', Arial, sans-serif;
-webkit-font-smoothing: antialiased;
font-size: 17px;
line-height: 1.55;
}
.wrap { max-width: 1060px; margin: 0 auto; padding-left: 48px; padding-right: 48px; }
.mono { font-family: 'IBM Plex Mono', ui-monospace, monospace; }
a { color: inherit; text-decoration-color: var(--orange); text-decoration-thickness: 2px; text-underline-offset: 3px; }
a:hover { color: var(--orange); }
/* Doc bar + nav */
.docbar {
display: flex; justify-content: space-between; align-items: baseline; gap: 24px;
padding: 18px 0 12px; border-bottom: 3px solid var(--ink);
font-family: 'IBM Plex Mono', monospace; font-size: 12px; letter-spacing: .06em;
}
.docbar .no { color: var(--orange); font-weight: 600; white-space: nowrap; }
.docbar .org { text-transform: uppercase; }
.docbar .coords { white-space: nowrap; }
nav.doc {
display: flex; gap: 22px; padding: 12px 0; border-bottom: 1px solid var(--ink);
font-family: 'IBM Plex Mono', monospace; font-size: 12px; letter-spacing: .1em; text-transform: uppercase;
}
nav.doc a { text-decoration: none; }
nav.doc a .n { color: var(--orange); font-weight: 600; margin-right: 6px; }
nav.doc a.here { color: var(--orange); }
nav.doc .home { margin-right: auto; font-weight: 600; }
/* Masthead */
header.masthead {
padding: 64px 0 40px; border-bottom: 1px solid var(--ink);
}
.masthead h1 {
font-size: clamp(38px, 6vw, 62px); font-weight: 800; line-height: .98;
letter-spacing: -.015em; text-transform: uppercase; max-width: 20ch;
}
.masthead h1 .mark { color: var(--orange); }
.masthead .sub {
margin-top: 22px; font-family: 'IBM Plex Mono', monospace; font-size: 14px;
letter-spacing: .14em; text-transform: uppercase;
}
/* Labeled blocks (abstract etc.) */
.block { display: grid; grid-template-columns: 180px 1fr; gap: 32px; padding: 40px 0; border-bottom: 1px solid var(--ink); }
.label {
font-family: 'IBM Plex Mono', monospace; font-size: 12px; font-weight: 600;
letter-spacing: .18em; text-transform: uppercase; color: var(--faded); padding-top: 6px;
}
.block p { font-size: 20px; line-height: 1.55; max-width: 62ch; }
.block p + p { margin-top: 18px; }
.block b, .block strong { font-weight: 600; }
/* Figures */
figure.plate { padding: 0; }
figure.plate .bleed { width: 100vw; margin-left: calc(50% - 50vw); background: #eae6d9; padding: 0 16px; box-sizing: border-box; }
figure.plate img {
width: 100%; display: block; filter: saturate(.92) contrast(1.03);
max-height: 560px; object-fit: contain; object-position: center;
}
figure.plate figcaption {
font-family: 'IBM Plex Mono', monospace; font-size: 12px; letter-spacing: .05em;
padding: 10px 2px 40px; border-bottom: 1px solid var(--ink);
display: flex; justify-content: space-between; gap: 16px;
}
figcaption .fig { color: var(--orange); font-weight: 600; }
figure.inset { border: 1px solid var(--hairline); padding: 10px; background: #eeeadd; }
figure.inset img { width: 100%; display: block; filter: saturate(.92) contrast(1.03); }
figure.inset figcaption {
font-family: 'IBM Plex Mono', monospace; font-size: 12px; letter-spacing: .05em; padding-top: 10px;
}
.figgrid { display: grid; grid-template-columns: 1fr 1fr; gap: 28px; margin-top: 28px; }
.figgrid.cols-3 { grid-template-columns: 1fr 1fr 1fr; }
/* Spec strip */
.specs { display: grid; grid-template-columns: repeat(4, 1fr); border-bottom: 1px solid var(--ink); }
.specs.cols-5 { grid-template-columns: repeat(5, 1fr); }
.specs.cols-6 { grid-template-columns: repeat(6, 1fr); }
.spec { padding: 26px 24px; border-right: 1px solid var(--hairline); }
.spec:first-child { padding-left: 0; }
.spec:last-child { border-right: none; padding-right: 0; }
.spec .k { font-family: 'IBM Plex Mono', monospace; font-size: 11px; letter-spacing: .16em; text-transform: uppercase; color: var(--faded); }
.spec .v { font-size: 26px; font-weight: 700; margin-top: 10px; display: flex; align-items: baseline; gap: 7px; white-space: nowrap; }
.spec .v small { font-size: 13px; font-weight: 500; color: var(--faded); letter-spacing: .04em; }
/* Numbered sections */
section.num { padding: 56px 0; border-bottom: 1px solid var(--ink); }
section.num > .wrap > h2, h2.sec {
display: grid; grid-template-columns: max-content 1fr; align-items: baseline; gap: 18px;
font-size: 32px; font-weight: 800; text-transform: uppercase; letter-spacing: -.01em;
margin-bottom: 28px;
}
h2.sec .n, section.num h2 .n {
font-family: 'IBM Plex Mono', monospace; font-size: 16px; font-weight: 600; color: var(--orange);
}
section.num h3 {
font-size: 19px; font-weight: 700; text-transform: uppercase; letter-spacing: .01em; margin: 30px 0 10px;
}
section.num h2 + h3, .grid .cell h3:first-child { margin-top: 0; } /* zero the gap only when the subhead leads its block, not mid-flow */
section.num h3 .n { font-family: 'IBM Plex Mono', monospace; font-size: 13px; color: var(--orange); margin-right: 8px; }
section.num p { max-width: 72ch; }
section.num p + p { margin-top: 16px; }
.grid { display: grid; gap: 40px; }
.cols-2 { grid-template-columns: 1fr 1fr; }
.cols-3 { grid-template-columns: 1fr 1fr 1fr; }
.grid .cell p { font-size: 15.5px; color: #3d3a30; }
/* Mono spec lists (data sheet) */
ul.speclist { list-style: none; font-family: 'IBM Plex Mono', monospace; font-size: 13.5px; }
ul.speclist li {
display: flex; justify-content: space-between; gap: 16px;
padding: 11px 0; border-bottom: 1px dashed var(--dash);
}
ul.speclist li span:first-child { color: var(--faded); text-transform: uppercase; letter-spacing: .06em; font-size: 12px; padding-top: 2px; }
ul.speclist li span:last-child { text-align: right; font-weight: 500; }
ul.plain { padding-left: 20px; max-width: 72ch; }
ul.plain li { margin: 8px 0; }
ol.plain { padding-left: 24px; max-width: 72ch; }
ol.plain li { margin: 8px 0; }
/* Data tables */
table.data {
width: 100%; border-collapse: collapse; margin: 20px 0;
font-family: 'IBM Plex Mono', monospace; font-size: 13px; letter-spacing: .01em;
}
table.data caption {
text-align: left; font-size: 12px; letter-spacing: .05em; color: var(--faded);
text-transform: uppercase; padding-bottom: 10px;
}
table.data th {
text-align: left; font-size: 11px; text-transform: uppercase; letter-spacing: .12em;
color: var(--faded); font-weight: 600; padding: 8px 14px 8px 0;
border-bottom: 2px solid var(--ink);
}
table.data td { padding: 9px 14px 9px 0; border-bottom: 1px dashed var(--dash); vertical-align: top; }
table.data tr.hl td { color: var(--orange); font-weight: 600; }
table.data td.num, table.data th.num { text-align: right; padding-right: 24px; }
table.data .ok { color: var(--orange); font-weight: 600; }
table.data td.nw { white-space: nowrap; }
/* Judge quotes */
blockquote.judge {
border-left: 3px solid var(--orange); padding: 4px 0 4px 24px; margin: 22px 0;
font-size: 15.5px; line-height: 1.65; color: #2c2a21; max-width: 78ch;
}
blockquote.judge .who {
display: block; font-family: 'IBM Plex Mono', monospace; font-size: 12px;
letter-spacing: .12em; text-transform: uppercase; color: var(--faded); margin-bottom: 10px;
}
blockquote.judge p { margin: 0 0 14px; }
blockquote.judge p:last-child { margin-bottom: 0; }
/* Hairline sidebar box */
aside.sidebar {
border: 1px solid var(--ink); padding: 28px 30px; margin: 36px 0;
max-width: 860px;
}
aside.sidebar h4 {
font-family: 'IBM Plex Mono', monospace; font-size: 12px; font-weight: 600;
letter-spacing: .16em; text-transform: uppercase; color: var(--orange); margin-bottom: 14px;
}
aside.sidebar p { font-size: 15px; color: #2c2a21; max-width: none; }
aside.sidebar p + p { margin-top: 12px; }
aside.sidebar ul { padding-left: 18px; font-size: 15px; color: #2c2a21; margin-top: 10px; }
aside.sidebar li { margin: 6px 0; }
/* Code figures */
pre.codefig {
font-family: 'IBM Plex Mono', monospace; font-size: 12.5px; line-height: 1.6;
border: 1px solid var(--hairline); background: #eeeadd; padding: 20px 24px;
overflow-x: auto; margin: 20px 0; max-width: 860px;
}
pre.codefig .c { color: var(--faded); }
.codecap {
font-family: 'IBM Plex Mono', monospace; font-size: 12px; letter-spacing: .05em;
color: var(--faded); margin: -10px 0 20px;
}
.codecap .fig { color: var(--orange); font-weight: 600; }
/* Decision cards / concept cards */
.cards { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; margin: 26px 0; }
.card { border: 1px solid var(--ink); padding: 24px 26px; }
.card h4 {
font-size: 17px; font-weight: 700; text-transform: uppercase; margin-bottom: 4px;
}
.card h4 .n { font-family: 'IBM Plex Mono', monospace; font-size: 13px; color: var(--orange); margin-right: 8px; }
.card .tag {
font-family: 'IBM Plex Mono', monospace; font-size: 11px; letter-spacing: .12em;
text-transform: uppercase; color: var(--faded); margin-bottom: 12px;
}
.card p { font-size: 14.5px; color: #2c2a21; max-width: none; }
.card p + p { margin-top: 10px; }
.card ul.speclist { margin-top: 14px; font-size: 12.5px; }
.card .fatal {
margin-top: 14px; padding-top: 12px; border-top: 1px dashed var(--dash);
font-size: 13.5px;
}
.card .fatal b { color: var(--orange); font-family: 'IBM Plex Mono', monospace; font-size: 11px; letter-spacing: .1em; text-transform: uppercase; }
/* Flow / gate ladder */
ol.gates { list-style: none; counter-reset: none; margin: 20px 0; max-width: 820px; }
ol.gates li {
display: grid; grid-template-columns: 96px 1fr; gap: 20px; padding: 16px 0;
border-bottom: 1px dashed var(--dash); font-size: 15px;
}
ol.gates li .g {
font-family: 'IBM Plex Mono', monospace; font-weight: 600; color: var(--orange);
font-size: 14px; letter-spacing: .06em;
}
/* Phase strip (run structure) */
.phases { display: grid; grid-template-columns: repeat(6, 1fr); gap: 0; border: 1px solid var(--ink); margin: 26px 0; }
.phase { padding: 18px 16px; border-right: 1px solid var(--hairline); }
.phase:last-child { border-right: none; }
.phase .pn { font-family: 'IBM Plex Mono', monospace; font-size: 12px; color: var(--orange); font-weight: 600; }
.phase .pt { font-size: 14px; font-weight: 700; text-transform: uppercase; margin-top: 6px; line-height: 1.3; }
.phase .pd { font-size: 12.5px; color: var(--faded); margin-top: 8px; line-height: 1.45; }
/* Rule strip */
.rules {
display: flex; gap: 0; border: 1px solid var(--ink); margin: 26px 0;
font-family: 'IBM Plex Mono', monospace; font-size: 12.5px; letter-spacing: .04em;
}
.rules div { flex: 1; padding: 14px 18px; border-right: 1px solid var(--hairline); }
.rules div:last-child { border-right: none; }
/* TOC rows */
.toc-row {
display: flex; align-items: baseline; gap: 18px; padding: 16px 0;
border-bottom: 1px dashed var(--dash); font-size: 22px; font-weight: 700; text-transform: uppercase;
}
.toc-row:last-child { border-bottom: none; }
.toc-row .num { font-family: 'IBM Plex Mono', monospace; font-size: 15px; font-weight: 600; color: var(--orange); min-width: 52px; }
.toc-row .desc { margin-left: auto; font-family: 'IBM Plex Mono', monospace; font-size: 12px; font-weight: 400; color: var(--faded); text-transform: none; letter-spacing: .03em; text-align: right; }
a.toc-row { text-decoration: none; }
a.toc-row:hover { color: var(--orange); }
/* Buttons */
.btn {
display: inline-block; margin-top: 22px; padding: 12px 20px;
border: 2px solid var(--ink); font-family: 'IBM Plex Mono', monospace;
font-size: 13px; font-weight: 600; letter-spacing: .12em; text-transform: uppercase;
text-decoration: none; background: none; color: inherit; cursor: pointer;
}
.btn:hover { border-color: var(--orange); color: var(--orange); }
.btn.solid { background: var(--ink); color: var(--paper); }
.btn.solid:hover { background: var(--orange); border-color: var(--orange); color: #fff; }
/* Stamp + footer */
.stamp {
border: 2.5px solid var(--orange); color: var(--orange); display: inline-block;
padding: 10px 16px; font-family: 'IBM Plex Mono', monospace; font-size: 12px; font-weight: 600;
letter-spacing: .14em; text-transform: uppercase; transform: rotate(-2deg); line-height: 1.7;
}
footer.doc { padding: 44px 0 64px; }
footer.doc .row { display: flex; justify-content: space-between; align-items: center; gap: 24px; }
footer.doc .fine {
font-family: 'IBM Plex Mono', monospace; font-size: 12px; color: var(--faded);
text-align: right; line-height: 1.9; letter-spacing: .04em; text-transform: uppercase;
}
footer.doc .fine a { text-decoration: none; }
.pagenav {
display: flex; justify-content: space-between; gap: 20px; padding: 26px 0 0;
font-family: 'IBM Plex Mono', monospace; font-size: 12.5px; letter-spacing: .08em; text-transform: uppercase;
}
.pagenav a { text-decoration: none; }
.pagenav a:hover { color: var(--orange); }
/* Viewer */
#viewer-stage {
border: 1px solid var(--ink); background: #eeeadd; position: relative;
height: 560px; margin: 26px 0 0;
}
#viewer-canvas { width: 100%; height: 100%; display: block; }
#viewer-hint {
position: absolute; inset: 0; display: flex; align-items: center; justify-content: center;
font-family: 'IBM Plex Mono', monospace; font-size: 13px; letter-spacing: .1em;
text-transform: uppercase; color: var(--faded); pointer-events: none; text-align: center; padding: 0 20px;
}
#viewer-progress {
position: absolute; left: 0; bottom: 0; height: 4px; width: 0;
background: var(--orange); transition: width .15s linear;
}
.model-menu { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 22px; }
.model-menu .btn { margin-top: 0; font-size: 12px; padding: 10px 14px; }
.model-menu .btn.active { background: var(--orange); border-color: var(--orange); color: #fff; }
.model-menu .btn small { display: block; font-size: 10px; color: inherit; opacity: .7; letter-spacing: .06em; margin-top: 3px; }
#viewer-caption {
border: 1px solid var(--hairline); border-top: none; padding: 16px 20px;
font-family: 'IBM Plex Mono', monospace; font-size: 12.5px; line-height: 1.7; letter-spacing: .03em;
}
#viewer-caption .fig { color: var(--orange); font-weight: 600; }
/* ---- Rev-1 additions (extend, do not restyle) ---- */
/* Revision chips: mark superseded rev-0 numbers and current rev-1 values */
.chip {
display: inline-block; font-family: 'IBM Plex Mono', monospace;
font-size: 10px; font-weight: 600; letter-spacing: .1em; text-transform: uppercase;
border: 1px solid var(--dash); color: var(--faded);
padding: 1px 7px 2px; margin-left: 8px; vertical-align: 2px; white-space: nowrap;
}
.chip.rev1 { border-color: var(--orange); color: var(--orange); }
table.data tr.sup td { color: var(--faded); }
table.data tr.sup td b { font-weight: 500; }
/* Masthead revision line (JPL-style rev note under the sub) */
.masthead .revline {
margin-top: 10px; font-family: 'IBM Plex Mono', monospace; font-size: 12px;
letter-spacing: .1em; text-transform: uppercase; color: var(--orange);
}
/* Part-two band: a chapter divider inside a long page */
.partband {
padding: 56px 0 36px; border-bottom: 1px solid var(--ink);
border-top: 3px solid var(--ink); margin-top: -1px;
}
.partband .kicker {
font-family: 'IBM Plex Mono', monospace; font-size: 13px; font-weight: 600;
letter-spacing: .2em; text-transform: uppercase; color: var(--orange);
}
.partband h2 {
font-size: clamp(30px, 4.6vw, 46px); font-weight: 800; line-height: 1.02;
letter-spacing: -.015em; text-transform: uppercase; max-width: 24ch; margin-top: 14px;
}
.partband p { margin-top: 16px; max-width: 72ch; }
/* Viewer model groups */
.model-group {
width: 100%; font-family: 'IBM Plex Mono', monospace; font-size: 11px;
font-weight: 600; letter-spacing: .16em; text-transform: uppercase; color: var(--faded);
margin: 14px 0 2px;
}
.model-group:first-child { margin-top: 0; }
/* ---- Rev-2 additions (extend, do not restyle) ---- */
/* Nine nav links since manufacturing.html: allow the doc nav to wrap at
mid widths instead of overflowing; ≤800px keeps the existing
horizontal-scroll behavior. */
@media (min-width: 801px) and (max-width: 1100px) {
nav.doc { flex-wrap: wrap; row-gap: 4px; }
}
/* Responsive figure variants: wide multi-panel plot on desktop,
pre-rendered stacked variant on narrow viewports */
figure img.fig-stack { display: none; }
@media (max-width: 800px) {
figure img.fig-wide { display: none; }
figure img.fig-stack { display: block; }
.wrap { padding-left: 22px; padding-right: 22px; }
.masthead h1 { font-size: clamp(30px, 8.6vw, 64px); }
.block { grid-template-columns: 1fr; gap: 10px; }
.specs, .specs.cols-5, .specs.cols-6 { grid-template-columns: 1fr 1fr; }
.spec { padding: 20px 14px; }
.spec:nth-child(odd) { padding-left: 0; }
.spec:nth-child(even) { border-right: none; padding-right: 0; }
.spec .v { white-space: normal; flex-wrap: wrap; font-size: 22px; }
.docbar { flex-wrap: wrap; gap: 4px 16px; }
.cols-2, .cols-3, .figgrid, .figgrid.cols-3, .cards { grid-template-columns: 1fr; }
.docbar .coords { display: none; }
nav.doc {
flex-wrap: nowrap; overflow-x: auto; gap: 20px; padding: 14px 0;
-webkit-overflow-scrolling: touch; scrollbar-width: none;
}
nav.doc::-webkit-scrollbar { display: none; }
nav.doc a { white-space: nowrap; padding: 4px 0; }
header.masthead { padding-top: 44px; }
figure.plate figcaption { flex-direction: column; gap: 3px; }
section.num > .wrap > h2, h2.sec { font-size: 26px; gap: 12px; }
footer.doc .row { flex-direction: column; align-items: flex-start; }
footer.doc .fine { text-align: left; }
.phases { grid-template-columns: 1fr 1fr; }
.phase { border-bottom: 1px solid var(--hairline); }
.rules { flex-direction: column; }
.rules div { border-right: none; border-bottom: 1px solid var(--hairline); }
.rules div:last-child { border-bottom: none; }
table.data { display: block; overflow-x: auto; }
#viewer-stage { height: 420px; }
/* Chips inside section headings ride in the title span (never their own
grid cell); at phone widths let them break rather than push the column.
Covers h3 subheads too (rev-2 disposition chips on RT1-x headings). */
section.num > .wrap > h2 .chip, h2.sec .chip,
section.num h3 .chip { white-space: normal; }
}