metanorma-nist 0.0.1

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