metanorma-m3d 1.0.0

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