asciidoctor-iso 0.10.2 → 0.10.3

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