metanorma-cc 1.4.2 → 1.4.3

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