metanorma-cc 2.1.8 → 2.1.8.1

Sign up to get free protection for your applications and to get access to all the features.
@@ -0,0 +1,1066 @@
1
+ html, body, div, span, applet, object, iframe,
2
+ h1, h2, h3, h4, h5, h6, p, blockquote, pre,
3
+ a, abbr, acronym, address, big, cite, code,
4
+ del, dfn, em, img, ins, kbd, q, s, samp,
5
+ small, strike, strong, sub, sup, tt, var,
6
+ b, u, i, center,
7
+ ol, ul, li,
8
+ fieldset, form, label, legend,
9
+ table, caption, tbody, tfoot, thead, tr, th, td,
10
+ article, aside, canvas, details, embed,
11
+ figure, figcaption, footer, header, hgroup,
12
+ menu, output, ruby, section, summary,
13
+ time, mark, audio, video {
14
+ margin: 0;
15
+ padding: 0; }
16
+
17
+ html, body, div, span, applet, object, iframe,
18
+ h1, h2, h3, h4, h5, h6, p, blockquote, pre,
19
+ a, abbr, acronym, address, big, cite, code,
20
+ del, dfn, em, img, ins, kbd, q, s, samp,
21
+ small, strike, strong, sub, sup, tt, var,
22
+ b, u, i, center,
23
+ dl, dt, dd, ol, ul, li,
24
+ fieldset, form, label, legend,
25
+ table, caption, tbody, tfoot, thead, tr, th, td,
26
+ article, aside, canvas, details, embed,
27
+ figure, figcaption, footer, header, hgroup,
28
+ menu, nav, output, ruby, section, summary,
29
+ time, mark, audio, video {
30
+ border: 0;
31
+ font-size: 100%; }
32
+
33
+ html, body, div, span, applet, object, iframe,
34
+ h1, h2, h3, h4, h5, h6, p, blockquote, pre,
35
+ a, abbr, acronym, address, big, cite, code,
36
+ del, dfn, em, img, ins, kbd, q, s, samp,
37
+ small, strike, strong, tt, var,
38
+ b, u, i, center,
39
+ dl, dd, ol, ul, li,
40
+ fieldset, form, label, legend,
41
+ table, caption, tbody, tfoot, thead, tr, th, td,
42
+ article, aside, canvas, details, embed,
43
+ figure, figcaption, footer, header, hgroup,
44
+ menu, nav, output, ruby, section, summary,
45
+ time, mark, audio, video {
46
+ vertical-align: baseline; }
47
+
48
+ html, body, div, span, applet, object, iframe,
49
+ p, blockquote,
50
+ a, abbr, acronym, address, big, cite,
51
+ del, dfn, em, img, ins, q, s,
52
+ small, strike, strong, sub, sup, var,
53
+ b, u, i, center,
54
+ dl, dt, dd, ol, ul, li,
55
+ fieldset, form, label, legend,
56
+ table, caption, tbody, tfoot, thead, tr, th, td,
57
+ article, aside, canvas, details, embed,
58
+ figure, figcaption, footer, header, hgroup,
59
+ menu, nav, output, ruby, section, summary,
60
+ time, mark, audio, video {
61
+ font-family: {{bodyfont}}; }
62
+
63
+ code, pre, tt, kbd, samp {
64
+ font-family: {{monospacefont}};
65
+ font-variant-ligatures: none; }
66
+
67
+ code *, pre *, tt *, kbd *, samp * {
68
+ font-family: {{monospacefont}} !important;
69
+ font-variant-ligatures: none; }
70
+
71
+ p code, dt code, li code, label code, legend code, caption code, th code, td code,
72
+ p tt, dt tt, li tt, label tt, legend tt, caption tt, th tt, td tt,
73
+ p kbd, dt kbd, li kbd, label kbd, legend kbd, caption kbd, th kbd, td kbd,
74
+ p samp, dt samp, li samp, label samp, legend samp, caption samp, th samp, td samp {
75
+ font-size: {{monospacefontsize}}; }
76
+
77
+ article, aside, details, figcaption, figure,
78
+ footer, header, hgroup, menu, nav, section {
79
+ display: block; }
80
+
81
+ table {
82
+ border-collapse: collapse;
83
+ border-spacing: 0; }
84
+
85
+ h1, h2, h3, h4, h5, h6 {
86
+ font-family: {{headerfont}}; }
87
+
88
+ .h1, .h2, .h3, .h4, .h5, .h6 {
89
+ font-family: {{headerfont}}; }
90
+
91
+ blockquote, q {
92
+ quotes: none; }
93
+ blockquote:before, blockquote:after, q:before, q:after {
94
+ content: '';
95
+ content: none; }
96
+
97
+ .h2Annex {
98
+ font-family: {{headerfont}}; }
99
+
100
+ dl {
101
+ display: grid;
102
+ grid-template-columns: max-content auto; }
103
+ dl dt p, dl dd p {
104
+ margin-top: 0; }
105
+ dl dt {
106
+ grid-column-start: 1; }
107
+ dl dd {
108
+ grid-column-start: 2; }
109
+
110
+ b, strong {
111
+ font-weight: bold; }
112
+
113
+ div.document-stage-band, div.document-type-band {
114
+ background-color: #333333; }
115
+
116
+ a.FootnoteRef + a.FootnoteRef:before {
117
+ content: ", ";
118
+ vertical-align: super; }
119
+
120
+ .addition {
121
+ color: blue; }
122
+
123
+ .deletion {
124
+ color: red;
125
+ text-decoration: line-through; }
126
+
127
+ #standard-band {
128
+ background-color: #0AC442; }
129
+
130
+ #standard {
131
+ border-bottom: solid 3px #0AC442; }
132
+
133
+ #directive-band {
134
+ background-color: #540D6E; }
135
+
136
+ #directive {
137
+ border-bottom: solid 3px #540D6E; }
138
+
139
+ #guide-band {
140
+ background-color: #D183C9; }
141
+
142
+ #guide {
143
+ border-bottom: solid 3px #D183C9; }
144
+
145
+ #specification-band {
146
+ background-color: #65AFFF; }
147
+
148
+ #specification {
149
+ border-bottom: solid 3px #65AFFF; }
150
+
151
+ #report-band {
152
+ background-color: #3A405A; }
153
+
154
+ #report {
155
+ border-bottom: solid 3px #3A405A; }
156
+
157
+ #amendment-band {
158
+ background-color: #F26430; }
159
+
160
+ #amendment {
161
+ border-bottom: solid 3px #F26430; }
162
+
163
+ #corrigendum-band {
164
+ background-color: #C84630; }
165
+
166
+ #corrigendum {
167
+ border-bottom: solid 3px #C84630; }
168
+
169
+ #administrative-band {
170
+ background-color: #BFAE48; }
171
+
172
+ #administrative {
173
+ border-bottom: solid 3px #BFAE48; }
174
+
175
+ #advisory-band {
176
+ background-color: #BD9391; }
177
+
178
+ #advisory {
179
+ border-bottom: solid 3px #BD9391; }
180
+
181
+ #proposal-band {
182
+ background-color: #39A0ED; }
183
+
184
+ #proposal {
185
+ border-bottom: solid 3px #39A0ED; }
186
+
187
+ #working-draft-band {
188
+ background-color: #2D7393; }
189
+
190
+ #working-draft {
191
+ border-bottom: solid 3px #2D7393; }
192
+
193
+ #committee-draft-band {
194
+ background-color: #2A6B7C; }
195
+
196
+ #committee-draft {
197
+ border-bottom: solid 3px #2A6B7C; }
198
+
199
+ #draft-standard-band {
200
+ background-color: #1C7F7A; }
201
+
202
+ #draft-standard {
203
+ border-bottom: solid 3px #1C7F7A; }
204
+
205
+ #final-draft-band {
206
+ background-color: #53C170; }
207
+
208
+ #final-draft {
209
+ border-bottom: solid 3px #53C170; }
210
+
211
+ #published-band {
212
+ background-color: #069E2D; }
213
+
214
+ #published {
215
+ border-bottom: solid 3px #069E2D; }
216
+
217
+ #withdrawn-band {
218
+ background-color: #004E64; }
219
+
220
+ #withdrawn {
221
+ border-bottom: solid 3px #004E64; }
222
+
223
+ #cancelled-band {
224
+ background-color: #2E382E; }
225
+
226
+ #cancelled {
227
+ border-bottom: solid 3px #2E382E; }
228
+
229
+ html, body, div, span, applet, object, iframe,
230
+ h1, h2, h3, h4, h5, h6, p, blockquote, pre,
231
+ a, abbr, acronym, address, big, cite, code,
232
+ del, dfn, em, img, ins, kbd, q, s, samp,
233
+ small, strike, strong, sub, sup, tt, var,
234
+ b, u, i, center,
235
+ ol, ul, li,
236
+ fieldset, form, label, legend,
237
+ table, caption, tbody, tfoot, thead, tr, th, td,
238
+ article, aside, canvas, details, embed,
239
+ figure, figcaption, footer, header, hgroup,
240
+ menu, output, ruby, section, summary,
241
+ time, mark, audio, video {
242
+ margin: 0;
243
+ padding: 0; }
244
+
245
+ html, body, div, span, applet, object, iframe,
246
+ h1, h2, h3, h4, h5, h6, p, blockquote, pre,
247
+ a, abbr, acronym, address, big, cite, code,
248
+ del, dfn, em, img, ins, kbd, q, s, samp,
249
+ small, strike, strong, sub, sup, tt, var,
250
+ b, u, i, center,
251
+ dl, dt, dd, ol, ul, li,
252
+ fieldset, form, label, legend,
253
+ table, caption, tbody, tfoot, thead, tr, th, td,
254
+ article, aside, canvas, details, embed,
255
+ figure, figcaption, footer, header, hgroup,
256
+ menu, nav, output, ruby, section, summary,
257
+ time, mark, audio, video {
258
+ border: 0;
259
+ font-size: 100%; }
260
+
261
+ html, body, div, span, applet, object, iframe,
262
+ h1, h2, h3, h4, h5, h6, p, blockquote, pre,
263
+ a, abbr, acronym, address, big, cite, code,
264
+ del, dfn, em, img, ins, kbd, q, s, samp,
265
+ small, strike, strong, tt, var,
266
+ b, u, i, center,
267
+ dl, dd, ol, ul, li,
268
+ fieldset, form, label, legend,
269
+ table, caption, tbody, tfoot, thead, tr, th, td,
270
+ article, aside, canvas, details, embed,
271
+ figure, figcaption, footer, header, hgroup,
272
+ menu, nav, output, ruby, section, summary,
273
+ time, mark, audio, video {
274
+ vertical-align: baseline; }
275
+
276
+ html, body, div, span, applet, object, iframe,
277
+ p, blockquote,
278
+ a, abbr, acronym, address, big, cite,
279
+ del, dfn, em, img, ins, q, s,
280
+ small, strike, strong, sub, sup, var,
281
+ b, u, i, center,
282
+ dl, dt, dd, ol, ul, li,
283
+ fieldset, form, label, legend,
284
+ table, caption, tbody, tfoot, thead, tr, th, td,
285
+ article, aside, canvas, details, embed,
286
+ figure, figcaption, footer, header, hgroup,
287
+ menu, nav, output, ruby, section, summary,
288
+ time, mark, audio, video {
289
+ font-family: {{bodyfont}}; }
290
+
291
+ code, pre, tt, kbd, samp {
292
+ font-family: {{monospacefont}};
293
+ font-variant-ligatures: none; }
294
+
295
+ code *, pre *, tt *, kbd *, samp * {
296
+ font-family: {{monospacefont}} !important;
297
+ font-variant-ligatures: none; }
298
+
299
+ p code, dt code, li code, label code, legend code, caption code, th code, td code,
300
+ p tt, dt tt, li tt, label tt, legend tt, caption tt, th tt, td tt,
301
+ p kbd, dt kbd, li kbd, label kbd, legend kbd, caption kbd, th kbd, td kbd,
302
+ p samp, dt samp, li samp, label samp, legend samp, caption samp, th samp, td samp {
303
+ font-size: {{monospacefontsize}}; }
304
+
305
+ article, aside, details, figcaption, figure,
306
+ footer, header, hgroup, menu, nav, section {
307
+ display: block; }
308
+
309
+ table {
310
+ border-collapse: collapse;
311
+ border-spacing: 0; }
312
+
313
+ h1, h2, h3, h4, h5, h6 {
314
+ font-family: {{headerfont}}; }
315
+
316
+ .h1, .h2, .h3, .h4, .h5, .h6 {
317
+ font-family: {{headerfont}}; }
318
+
319
+ blockquote, q {
320
+ quotes: none; }
321
+ blockquote:before, blockquote:after, q:before, q:after {
322
+ content: '';
323
+ content: none; }
324
+
325
+ .h2Annex {
326
+ font-family: {{headerfont}}; }
327
+
328
+ dl {
329
+ display: grid;
330
+ grid-template-columns: max-content auto; }
331
+ dl dt p, dl dd p {
332
+ margin-top: 0; }
333
+ dl dt {
334
+ grid-column-start: 1; }
335
+ dl dd {
336
+ grid-column-start: 2; }
337
+
338
+ b, strong {
339
+ font-weight: bold; }
340
+
341
+ div.document-stage-band, div.document-type-band {
342
+ background-color: #333333; }
343
+
344
+ a.FootnoteRef + a.FootnoteRef:before {
345
+ content: ", ";
346
+ vertical-align: super; }
347
+
348
+ .addition {
349
+ color: blue; }
350
+
351
+ .deletion {
352
+ color: red;
353
+ text-decoration: line-through; }
354
+
355
+ #standard-band {
356
+ background-color: #0AC442; }
357
+
358
+ #standard {
359
+ border-bottom: solid 3px #0AC442; }
360
+
361
+ #directive-band {
362
+ background-color: #540D6E; }
363
+
364
+ #directive {
365
+ border-bottom: solid 3px #540D6E; }
366
+
367
+ #guide-band {
368
+ background-color: #D183C9; }
369
+
370
+ #guide {
371
+ border-bottom: solid 3px #D183C9; }
372
+
373
+ #specification-band {
374
+ background-color: #65AFFF; }
375
+
376
+ #specification {
377
+ border-bottom: solid 3px #65AFFF; }
378
+
379
+ #report-band {
380
+ background-color: #3A405A; }
381
+
382
+ #report {
383
+ border-bottom: solid 3px #3A405A; }
384
+
385
+ #amendment-band {
386
+ background-color: #F26430; }
387
+
388
+ #amendment {
389
+ border-bottom: solid 3px #F26430; }
390
+
391
+ #corrigendum-band {
392
+ background-color: #C84630; }
393
+
394
+ #corrigendum {
395
+ border-bottom: solid 3px #C84630; }
396
+
397
+ #administrative-band {
398
+ background-color: #BFAE48; }
399
+
400
+ #administrative {
401
+ border-bottom: solid 3px #BFAE48; }
402
+
403
+ #advisory-band {
404
+ background-color: #BD9391; }
405
+
406
+ #advisory {
407
+ border-bottom: solid 3px #BD9391; }
408
+
409
+ #proposal-band {
410
+ background-color: #39A0ED; }
411
+
412
+ #proposal {
413
+ border-bottom: solid 3px #39A0ED; }
414
+
415
+ #working-draft-band {
416
+ background-color: #2D7393; }
417
+
418
+ #working-draft {
419
+ border-bottom: solid 3px #2D7393; }
420
+
421
+ #committee-draft-band {
422
+ background-color: #2A6B7C; }
423
+
424
+ #committee-draft {
425
+ border-bottom: solid 3px #2A6B7C; }
426
+
427
+ #draft-standard-band {
428
+ background-color: #1C7F7A; }
429
+
430
+ #draft-standard {
431
+ border-bottom: solid 3px #1C7F7A; }
432
+
433
+ #final-draft-band {
434
+ background-color: #53C170; }
435
+
436
+ #final-draft {
437
+ border-bottom: solid 3px #53C170; }
438
+
439
+ #published-band {
440
+ background-color: #069E2D; }
441
+
442
+ #published {
443
+ border-bottom: solid 3px #069E2D; }
444
+
445
+ #withdrawn-band {
446
+ background-color: #004E64; }
447
+
448
+ #withdrawn {
449
+ border-bottom: solid 3px #004E64; }
450
+
451
+ #cancelled-band {
452
+ background-color: #2E382E; }
453
+
454
+ #cancelled {
455
+ border-bottom: solid 3px #2E382E; }
456
+
457
+ .coverpage {
458
+ text-align: center;
459
+ padding-left: 1.5em; }
460
+
461
+ .wrapper-top {
462
+ background-color: #0e1a85;
463
+ background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAQAAAAEACAYAAABccqhmAAAACXBIWXMAABYlAAAWJQFJUiTwAAADwUlEQVR4nO3YgQ2AMAwDwcAiWZ1NizrH30lIeIEq9nPOGSDqPgC7+93v/suy3Mmvhx+6VAAIcwFAmc4nyzYAIMgGAGEuACirdyBZtgEASTYACHMBQFm9A8myDQBIsgFAmAsAyuodSJZtAECSDQDCXABQVu9AsmwDAJJsABDmAoCyegeSZRsAkGQDgDAXAJTVO5As2wCAJBsAhLkAoKzegWTZBgAk2QAgzAUAZfUOJMs2ACDJBgBhLgAoq3cgWbYBAEk2AAhzAUBZvQPJsg0ASLIBQJgLAMrqHUiWbQBAkg0AwlwAUFbvQLJsAwCSbAAQ5gKAsnoHkmUbAJBkA4AwFwCU1TuQLNsAgCQbAIS5AKCs3oFk2QYAJNkAIMwFAGX1DiTLNgAgyQYAYS4AKKt3IFm2AQBJNgAIcwFAWb0DybINAEiyAUCYCwDK6h1Ilm0AQJINAMJcAFBW70CybAMAkmwAEOYCgLJ6B5JlGwCQZAOAMBcAlNU7kCzbAIAkGwCEuQCgrN6BZNkGACTZACDMBQBl9Q4kyzYAIMkGAGEuACirdyBZtgEASTYACHMBQFm9A8myDQBIsgFAmAsAyuodSJZtAECSDQDCXABQVu9AsmwDAJJsABDmAoCyegeSZRsAkGQDgDAXAJTVO5As2wCAJBsAhLkAoKzegWTZBgAk2QAgzAUAZfUOJMs2ACDJBgBhLgAoq3cgWbYBAEk2AAhzAUBZvQPJsg0ASLIBQJgLAMrqHUiWbQBAkg0AwlwAUFbvQLJsAwCSbAAQ5gKAsnoHkmUbAJBkA4AwFwCU1TuQLNsAgCQbAIS5AKCs3oFk2QYAJNkAIMwFAGX1DiTLNgAgyQYAYS4AKKt3IFm2AQBJNgAIcwFAWb0DybINAEiyAUCYCwDK6h1Ilm0AQJINAMJcAFBW70CybAMAkmwAEOYCgLJ6B5JlGwCQZAOAMBcAlNU7kCzbAIAkGwCEuQCgrN6BZNkGACTZACDMBQBl9Q4kyzYAIMkGAGEuACirdyBZtgEASTYACHMBQFm9A8myDQBIsgFAmAsAyuodSJZtAECSDQDCXABQVu9AsmwDAJJsABDmAoCyegeSZRsAkGQDgDAXAJTVO5As2wCAJBsAhLkAoKzegWTZBgAk2QAgzAUAZfUOJMs2ACDJBgBhLgAoq3cgWbYBAEk2AAhzAUBZvQPJsg0ASLIBQJgLAMrqHUiWbQBAkg0AwlwAUFbvQLJsAwCSbAAQ5gKAsnoHkmUbAJBkA4AwFwCU1TuQLNsAgCQbAFTNzA9ggAr9aahO8QAAAABJRU5ErkJggg==");
464
+ color: #ffffff;
465
+ padding: 2em 0; }
466
+
467
+ .doc-number {
468
+ font-size: 0.5em;
469
+ font-family: {{bodyfont}}; }
470
+
471
+ .coverpage-maturity {
472
+ font-family: {{bodyfont}};
473
+ font-weight: 400;
474
+ font-size: 1em;
475
+ margin: 0 0 2em 0;
476
+ text-transform: uppercase; }
477
+
478
+ .coverpage-title {
479
+ padding-bottom: 0.5em;
480
+ font-family: {{headerfont}};
481
+ font-size: 1.2em;
482
+ line-height: 1.2em;
483
+ font-weight: 600;
484
+ padding-left: 1em;
485
+ padding-right: 1em; }
486
+
487
+ .title-section1 {
488
+ padding: 0 2em 0 3em; }
489
+
490
+ .prefatory-section {
491
+ padding: 0 3em 0 6em; }
492
+
493
+ .zzSTDTitle1, .MsoCommentText {
494
+ display: none; }
495
+
496
+ .coverpage-logo span, .coverpage-tc-name span {
497
+ font-family: {{bodyfont}};
498
+ text-transform: uppercase;
499
+ font-weight: 600; }
500
+
501
+ .coverpage-tc-name {
502
+ font-size: 1.2em;
503
+ line-height: 1.2em;
504
+ margin: 0.25em 0; }
505
+
506
+ .coverpage-contributors {
507
+ margin-top: 1em;
508
+ line-height: 1.5em;
509
+ font-weight: 300; }
510
+ .coverpage-contributors .role {
511
+ font-variant-caps: all-small-caps;
512
+ background: #f7f7f7;
513
+ border-radius: 5px;
514
+ padding: 0.1em 0.5em;
515
+ margin-left: 1em;
516
+ color: #485094;
517
+ font-size: 0.9em;
518
+ font-weight: 900; }
519
+ .coverpage-contributors .person {
520
+ display: block;
521
+ font-weight: 300; }
522
+
523
+ .coverpage-doc-identity {
524
+ font-size: 2em;
525
+ line-height: 2em; }
526
+
527
+ .coverpage-title .title-second {
528
+ display: none; }
529
+
530
+ .coverpage-stage-block {
531
+ font-family: {{bodyfont}};
532
+ font-weight: 700;
533
+ font-size: 1.25em;
534
+ margin: 2em 0em 2em 0em;
535
+ text-transform: uppercase; }
536
+
537
+ .coverpage-warning {
538
+ border-top: solid 1px #f36f36;
539
+ border-bottom: solid 1px #f36f36;
540
+ margin: 1em 2em;
541
+ color: #485094;
542
+ padding: 1em; }
543
+ .coverpage-warning .title {
544
+ color: #f36f36;
545
+ font-family: {{headerfont}};
546
+ font-weight: 700;
547
+ text-transform: uppercase;
548
+ font-size: 1.2em; }
549
+
550
+ .copyright {
551
+ padding: 1em;
552
+ font-size: 0.9em;
553
+ text-align: left; }
554
+ .copyright .name, .copyright .address {
555
+ color: #485094; }
556
+
557
+ body {
558
+ margin-left: auto;
559
+ margin-right: auto;
560
+ max-width: 100%;
561
+ font-size: {{normalfontsize}};
562
+ font-weight: 300;
563
+ line-height: 1.4em;
564
+ color: #1d1d1d;
565
+ background-color: #fff; }
566
+ body main {
567
+ margin: 0 3em 0 6em; }
568
+
569
+ @media screen and (min-width: 768px) {
570
+ .container {
571
+ padding-left: 360px; } }
572
+
573
+ @media print {
574
+ .container {
575
+ padding-left: 0; } }
576
+
577
+ @media screen and (min-width: 768px) {
578
+ nav {
579
+ position: fixed;
580
+ top: 0;
581
+ bottom: 0;
582
+ left: 0;
583
+ width: 323px;
584
+ font-size: 0.9em;
585
+ overflow: auto;
586
+ padding: 0 0 0 45px;
587
+ background-color: #f7f7f7; } }
588
+
589
+ @media print {
590
+ nav {
591
+ position: relative;
592
+ width: auto;
593
+ font-size: 0.9em;
594
+ overflow: auto;
595
+ padding: 0;
596
+ margin-right: 0;
597
+ background-color: white; } }
598
+
599
+ nav #toc {
600
+ font-family: {{bodyfont}};
601
+ font-weight: 400; }
602
+ @media screen and (max-width: 768px) {
603
+ nav #toc {
604
+ padding: 0 1.5em;
605
+ overflow: visible; } }
606
+ @media screen and (min-width: 768px) {
607
+ #toggle {
608
+ position: fixed;
609
+ height: 100%;
610
+ width: 30px;
611
+ background-color: #1d1d1d;
612
+ color: white !important;
613
+ cursor: pointer;
614
+ z-index: 100; }
615
+ #toggle span {
616
+ text-align: center;
617
+ width: 100%;
618
+ position: absolute;
619
+ top: 50%;
620
+ transform: translate(0, -50%); } }
621
+
622
+ @media screen and (max-width: 768px) {
623
+ #toggle {
624
+ display: none; } }
625
+
626
+ @media print {
627
+ #toggle {
628
+ display: none; } }
629
+
630
+ #toc ul, #toc > ul :is(.h1, .h2, .h3, .h4, .h5, .h6) ul {
631
+ margin: 0;
632
+ padding: 0;
633
+ list-style: none; }
634
+ #toc ul li a, #toc > ul :is(.h1, .h2, .h3, .h4, .h5, .h6) ul li a {
635
+ padding: 5px 10px; }
636
+ #toc ul a, #toc > ul :is(.h1, .h2, .h3, .h4, .h5, .h6) ul a {
637
+ color: #485094;
638
+ text-decoration: none;
639
+ display: block; }
640
+ #toc ul a:hover, #toc > ul :is(.h1, .h2, .h3, .h4, .h5, .h6) ul a:hover {
641
+ box-shadow: none;
642
+ color: white; }
643
+
644
+ #toc .h2, #toc > ul :is(.h1, .h2, .h3, .h4, .h5, .h6) .h2 {
645
+ padding-left: 30px; }
646
+
647
+ #toc .h3, #toc > ul :is(.h1, .h2, .h3, .h4, .h5, .h6) .h3 {
648
+ padding-left: 50px; }
649
+
650
+ #toc .toc-active, #toc li:hover, #toc > ul :is(.h1, .h2, .h3, .h4, .h5, .h6) .toc-active, #toc > ul :is(.h1, .h2, .h3, .h4, .h5, .h6) li:hover {
651
+ background: #1d1d1d;
652
+ box-shadow: inset -5px 0px 10px -5px #1d1d1d !important; }
653
+ #toc .toc-active a, #toc li:hover a, #toc > ul :is(.h1, .h2, .h3, .h4, .h5, .h6) .toc-active a, #toc > ul :is(.h1, .h2, .h3, .h4, .h5, .h6) li:hover a {
654
+ color: white; }
655
+
656
+ @media print {
657
+ #toc .toc-active, #toc li:hover, #toc > ul :is(.h1, .h2, .h3, .h4, .h5, .h6) .toc-active, #toc > ul :is(.h1, .h2, .h3, .h4, .h5, .h6) li:hover {
658
+ background: white;
659
+ box-shadow: none !important; }
660
+ #toc .toc-active a, #toc > ul :is(.h1, .h2, .h3, .h4, .h5, .h6) .toc-active a {
661
+ color: #485094; }
662
+ #toc li:hover a, #toc > ul :is(.h1, .h2, .h3, .h4, .h5, .h6) li:hover a {
663
+ color: black; } }
664
+
665
+ #toc ul, #toc > ul :is(.h1, .h2, .h3, .h4, .h5, .h6) ul {
666
+ margin-bottom: 0.25em; }
667
+
668
+ #toc li, #toc > ul :is(.h1, .h2, .h3, .h4, .h5, .h6) li {
669
+ list-style-type: none; }
670
+ #toc li:before, #toc > ul :is(.h1, .h2, .h3, .h4, .h5, .h6) li:before {
671
+ content: " " !important;
672
+ display: none; }
673
+
674
+ #toc > ul :is(.h1, .h2, .h3, .h4, .h5, .h6) {
675
+ margin-top: 0;
676
+ margin-bottom: 0;
677
+ font-size: 100%; }
678
+
679
+ .rule {
680
+ width: 100%;
681
+ height: 1px;
682
+ background-color: #0e1a85;
683
+ margin: 2em 0; }
684
+ @media screen and (min-width: 768px) {
685
+ .rule.toc {
686
+ display: none; } }
687
+ .document-stage-band {
688
+ left: 0;
689
+ top: 0;
690
+ height: 100%;
691
+ position: fixed;
692
+ display: block;
693
+ z-index: 101;
694
+ box-shadow: -5px 0px 10px #1d1d1d; }
695
+ .document-stage-band > :first-child {
696
+ position: relative;
697
+ width: 25px;
698
+ font-weight: 300;
699
+ height: 160px;
700
+ color: white;
701
+ text-transform: uppercase;
702
+ font-size: 0.9em;
703
+ font-weight: 400;
704
+ letter-spacing: 0.05em;
705
+ margin: 0;
706
+ margin-left: 6px;
707
+ writing-mode: tb-rl;
708
+ -webkit-transform: rotate(180deg);
709
+ -moz-transform: rotate(180deg);
710
+ -o-transform: rotate(180deg);
711
+ white-space: nowrap;
712
+ display: block;
713
+ bottom: 0; }
714
+ @media print {
715
+ .document-stage-band {
716
+ display: none; } }
717
+ .document-type-band {
718
+ left: 0;
719
+ top: 180px;
720
+ height: 100%;
721
+ position: fixed;
722
+ display: block;
723
+ z-index: 102; }
724
+ .document-type-band > :first-child {
725
+ position: relative;
726
+ width: 25px;
727
+ font-weight: 400;
728
+ color: white;
729
+ text-transform: uppercase;
730
+ font-size: 0.9em;
731
+ font-weight: 400;
732
+ letter-spacing: 0.05em;
733
+ margin: 0;
734
+ margin-left: 6px;
735
+ writing-mode: tb-rl;
736
+ -webkit-transform: rotate(180deg);
737
+ -moz-transform: rotate(180deg);
738
+ -o-transform: rotate(180deg);
739
+ white-space: nowrap;
740
+ display: block;
741
+ bottom: 0; }
742
+ @media print {
743
+ .document-type-band {
744
+ display: none; } }
745
+ .document-type-band .document-type {
746
+ top: 20px; }
747
+
748
+ /* Typograpy */
749
+ h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
750
+ color: #0e1a85;
751
+ font-weight: 600;
752
+ margin-top: 2em;
753
+ margin-bottom: 0.3em; }
754
+
755
+ h1, .h1 {
756
+ font-size: 1.4em;
757
+ text-transform: uppercase;
758
+ margin-top: 2em; }
759
+ h1#content, #content.h1 {
760
+ margin-top: 2em; }
761
+
762
+ h2, .h2 {
763
+ font-size: 1.3em;
764
+ font-weight: 400; }
765
+ h2 p, .h2 p {
766
+ display: inline; }
767
+
768
+ h3, .h3 {
769
+ font-size: 1.1em;
770
+ font-weight: 400; }
771
+
772
+ p {
773
+ margin-top: 1em;
774
+ margin-bottom: 1em; }
775
+
776
+ /* Terms */
777
+ .TermNum {
778
+ font-weight: 400; }
779
+
780
+ .TermNum, .Terms, .AltTerms {
781
+ color: #485094; }
782
+
783
+ p.TermNum {
784
+ font-size: 0.9em;
785
+ line-height: 1em;
786
+ margin: 0;
787
+ margin-top: 2em; }
788
+
789
+ p.Terms {
790
+ font-size: 1.1em;
791
+ line-height: 1.7em;
792
+ margin: 0; }
793
+
794
+ /* Links, selection */
795
+ a, a:visited {
796
+ text-decoration: none;
797
+ color: #485094; }
798
+
799
+ a:hover {
800
+ color: white;
801
+ background: #1d1d1d;
802
+ box-shadow: 3px 0 0 #1d1d1d, -3px 0 0 #1d1d1d; }
803
+
804
+ ::selection,
805
+ ::-moz-selection {
806
+ background: #1d1d1d;
807
+ color: white; }
808
+
809
+ /* Lists */
810
+ ol {
811
+ margin-left: 1.2em; }
812
+
813
+ ul {
814
+ position: relative;
815
+ margin-left: 0;
816
+ list-style: none;
817
+ padding-left: 1.2em; }
818
+
819
+ ul > li:before {
820
+ content: "\2014";
821
+ position: absolute;
822
+ left: 0; }
823
+
824
+ main li {
825
+ margin-top: 1em;
826
+ padding-left: 0.5em; }
827
+
828
+ /* Bibliograhy */
829
+ p.Biblio, p.NormRef {
830
+ margin-top: 1em; }
831
+
832
+ p.Biblio:before, p.NormRef:before {
833
+ content: "\2014";
834
+ padding-right: 1em; }
835
+
836
+ /* Blocks */
837
+ .figure {
838
+ line-height: 1.6em;
839
+ padding: 1.5em;
840
+ margin: 2em 0 1em 0;
841
+ overflow: auto;
842
+ font-family: {{monospacefont}};
843
+ font-variant-ligatures: none; }
844
+ .figure .FigureTitle, .figure .figure-title {
845
+ font-weight: 700;
846
+ font-size: 1em;
847
+ text-align: center; }
848
+ .figure > img {
849
+ margin-left: auto;
850
+ margin-right: auto;
851
+ display: block;
852
+ max-width: 100%;
853
+ height: auto; }
854
+
855
+ .SourceTitle {
856
+ font-weight: 700;
857
+ font-size: 1em;
858
+ text-align: center; }
859
+
860
+ pre {
861
+ font-family: {{monospacefont}};
862
+ font-variant-ligatures: none;
863
+ background-color: #f7f7f7;
864
+ font-size: {{monospacefontsize}};
865
+ line-height: 1.6em;
866
+ padding: 1.5em;
867
+ margin: 2em 0 1em 0;
868
+ overflow-y: auto;
869
+ overflow-x: scroll; }
870
+ .example pre {
871
+ background: none; }
872
+
873
+ .pseudocode {
874
+ background-color: #f7f7f7;
875
+ font-size: {{monospacefontsize}};
876
+ line-height: 1.6em;
877
+ padding: 1.5em;
878
+ margin: 2em 0 1em 0;
879
+ overflow: auto; }
880
+ .pseudocode .SourceTitle {
881
+ font-weight: 700;
882
+ font-size: 1em;
883
+ text-align: center; }
884
+ .example .pseudocode {
885
+ background: none; }
886
+
887
+ .Admonition .AdmonitionTitle {
888
+ font-weight: 700;
889
+ font-size: 1em;
890
+ text-align: center; }
891
+
892
+ .recommend .RecommendationTitle {
893
+ font-weight: 700;
894
+ font-size: 1em;
895
+ text-align: center; }
896
+
897
+ .require .RecommendationTitle {
898
+ font-weight: 700;
899
+ font-size: 1em;
900
+ text-align: center; }
901
+
902
+ .permission .RecommendationTitle {
903
+ font-weight: 700;
904
+ font-size: 1em;
905
+ text-align: center; }
906
+
907
+ .ListTitle {
908
+ font-weight: 700;
909
+ font-size: 1em;
910
+ text-align: center;
911
+ text-align: left; }
912
+
913
+ .Note, .Admonition {
914
+ color: #47430c;
915
+ padding: 0.25em;
916
+ margin: 0; }
917
+
918
+ .Note {
919
+ background-color: #fff495; }
920
+ .Note p {
921
+ margin: 1em; }
922
+
923
+ .blockquote, .Quote {
924
+ background-color: #f7f7f7;
925
+ font-style: italic;
926
+ width: 80%;
927
+ padding: 1.5em;
928
+ margin-top: 2em;
929
+ margin-left: auto;
930
+ margin-right: auto; }
931
+ .blockquote .QuoteAttribution, .Quote .QuoteAttribution {
932
+ text-align: right; }
933
+
934
+ .formula, .Formula {
935
+ background-color: #f7f7f7;
936
+ padding: 1.5em;
937
+ margin-top: 2em;
938
+ text-align: center; }
939
+
940
+ /* Examples */
941
+ table.example {
942
+ background-color: #e1eef1; }
943
+
944
+ td.example {
945
+ padding: 0 1em 0 1em;
946
+ margin: 2em 0 1em 0; }
947
+
948
+ .example {
949
+ background-color: #e1eef1;
950
+ padding: 0.5em;
951
+ margin: 2em 0 1em 0;
952
+ text-align: left;
953
+ padding-left: 2em; }
954
+
955
+ .example p {
956
+ margin: 0; }
957
+
958
+ .example .example-title {
959
+ font-weight: 700;
960
+ text-transform: uppercase;
961
+ margin-left: -1.5em; }
962
+
963
+ .example pre, .example .pseudocode {
964
+ background: none; }
965
+
966
+ /* Tables */
967
+ table {
968
+ width: 100%;
969
+ font-weight: 300;
970
+ margin: 1em 0 2em 0;
971
+ margin-left: auto;
972
+ margin-right: auto;
973
+ padding-right: 2em; }
974
+ table, table th, table td {
975
+ border: 1px solid black;
976
+ font-size: 0.95em; }
977
+ table th, table td {
978
+ padding: 1em; }
979
+ table td.header {
980
+ font-weigth: 400; }
981
+
982
+ p.TableTitle {
983
+ text-align: center;
984
+ margin-top: 2.5em;
985
+ font-weight: 400; }
986
+
987
+ /* Footnotes */
988
+ a.footnote-number {
989
+ vertical-align: super;
990
+ font-size: 0.8em; }
991
+
992
+ .footnote {
993
+ font-size: {{footnotefontsize}}; }
994
+
995
+ /* Contact Info */
996
+ .contact-info {
997
+ background-color: #f7f7f7;
998
+ padding: 1em;
999
+ margin-top: 2em;
1000
+ width: auto;
1001
+ margin-left: auto;
1002
+ margin-right: auto;
1003
+ text-align: left; }
1004
+ .contact-info p, .contact-info a {
1005
+ font-family: {{monospacefont}};
1006
+ font-variant-ligatures: none;
1007
+ font-weight: 400;
1008
+ line-height: 1.3em;
1009
+ font-size: 1em;
1010
+ margin: 0; }
1011
+ .contact-info a:hover {
1012
+ color: #485094;
1013
+ background: none;
1014
+ text-decoration: underline;
1015
+ box-shadow: none; }
1016
+ .contact-info .name {
1017
+ font-weight: 700; }
1018
+
1019
+ /* Keywords */
1020
+ span.keyword {
1021
+ font-weight: 600; }
1022
+
1023
+ /* Admonitions */
1024
+ .Admonition, .admonition {
1025
+ background-color: #ffb3b3;
1026
+ padding: 0.5em;
1027
+ margin: 1.5em 0 1.5em 0;
1028
+ text-align: left; }
1029
+ .Admonition p, .admonition p {
1030
+ margin: 0; }
1031
+
1032
+ #myBtn {
1033
+ font-family: {{monospacefont}};
1034
+ font-variant-ligatures: none;
1035
+ display: none;
1036
+ position: fixed;
1037
+ bottom: 20px;
1038
+ right: 30px;
1039
+ z-index: 99;
1040
+ font-size: 12px;
1041
+ border: none;
1042
+ outline: none;
1043
+ background-color: #1d1d1d;
1044
+ opacity: 0.15;
1045
+ color: white;
1046
+ cursor: pointer;
1047
+ padding: 10px 15px 10px 15px;
1048
+ border-radius: 4px; }
1049
+ #myBtn:hover {
1050
+ opacity: 1; }
1051
+ @media print {
1052
+ #myBtn {
1053
+ display: none; } }
1054
+ a.anchorjs-link:hover {
1055
+ background: none;
1056
+ color: #485094;
1057
+ box-shadow: none; }
1058
+
1059
+ @page {
1060
+ margin: 2cm 1cm 2cm 1cm; }
1061
+
1062
+ @media print {
1063
+ h1, .h1, .title-section1 {
1064
+ page-break-before: always; }
1065
+ h1.toc-contents {
1066
+ margin-top: 2em; } }