metanorma-m3aawg 1.4.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/.github/workflows/macos.yml +39 -0
  3. data/.github/workflows/ubuntu.yml +53 -0
  4. data/.github/workflows/windows.yml +41 -0
  5. data/.gitignore +1 -0
  6. data/.hound.yml +3 -0
  7. data/.rubocop.yml +10 -0
  8. data/CODE_OF_CONDUCT.md +74 -0
  9. data/Gemfile +11 -0
  10. data/LICENSE +25 -0
  11. data/README.adoc +67 -0
  12. data/Rakefile +6 -0
  13. data/bin/console +14 -0
  14. data/bin/rspec +18 -0
  15. data/bin/setup +8 -0
  16. data/lib/asciidoctor/m3aawg.rb +5 -0
  17. data/lib/asciidoctor/m3aawg/basicdoc.rng +1059 -0
  18. data/lib/asciidoctor/m3aawg/biblio.rng +1237 -0
  19. data/lib/asciidoctor/m3aawg/boilerplate.xml +44 -0
  20. data/lib/asciidoctor/m3aawg/converter.rb +142 -0
  21. data/lib/asciidoctor/m3aawg/isodoc.rng +1504 -0
  22. data/lib/asciidoctor/m3aawg/m3d.rng +109 -0
  23. data/lib/asciidoctor/m3aawg/reqt.rng +194 -0
  24. data/lib/asciidoctor/m3aawg/validate.rb +22 -0
  25. data/lib/isodoc/m3aawg/base_convert.rb +54 -0
  26. data/lib/isodoc/m3aawg/html/dots-w@2x.png +0 -0
  27. data/lib/isodoc/m3aawg/html/dots@2x.png +0 -0
  28. data/lib/isodoc/m3aawg/html/header.html +328 -0
  29. data/lib/isodoc/m3aawg/html/html_m3d_intro.html +14 -0
  30. data/lib/isodoc/m3aawg/html/html_m3d_titlepage.html +81 -0
  31. data/lib/isodoc/m3aawg/html/htmlstyle.scss +733 -0
  32. data/lib/isodoc/m3aawg/html/logo.jpg +0 -0
  33. data/lib/isodoc/m3aawg/html/m3-logo.png +0 -0
  34. data/lib/isodoc/m3aawg/html/m3d.scss +743 -0
  35. data/lib/isodoc/m3aawg/html/scripts.html +71 -0
  36. data/lib/isodoc/m3aawg/html/word_m3d_intro.html +10 -0
  37. data/lib/isodoc/m3aawg/html/word_m3d_titlepage.html +41 -0
  38. data/lib/isodoc/m3aawg/html/wordstyle.scss +1175 -0
  39. data/lib/isodoc/m3aawg/html_convert.rb +63 -0
  40. data/lib/isodoc/m3aawg/m3d.report.xsl +3299 -0
  41. data/lib/isodoc/m3aawg/metadata.rb +53 -0
  42. data/lib/isodoc/m3aawg/pdf_convert.rb +22 -0
  43. data/lib/isodoc/m3aawg/presentation_xml_convert.rb +10 -0
  44. data/lib/isodoc/m3aawg/word_convert.rb +61 -0
  45. data/lib/metanorma-m3aawg.rb +12 -0
  46. data/lib/metanorma/m3aawg.rb +7 -0
  47. data/lib/metanorma/m3aawg/processor.rb +54 -0
  48. data/lib/metanorma/m3aawg/version.rb +5 -0
  49. data/metanorma-m3d.gemspec +51 -0
  50. metadata +334 -0
@@ -0,0 +1,14 @@
1
+ <div class="coverpage">
2
+ <p class="coverpage-title">Messaging, Malware and Mobile Anti-Abuse Working Group</p>
3
+ <p class="coverpage-doc-identity">{{doctitle}}</p>
4
+ <p class="coverpage-date">{{revdate_monthyear}}</p>
5
+ </div>
6
+
7
+ <nav>
8
+ <h1 id="content">Contents</h1>
9
+ <div id="toc"></div>
10
+
11
+ </nav>
12
+
13
+
14
+ <div class="rule toc"></div>
@@ -0,0 +1,81 @@
1
+ <div class="document-stage-band" id="working-draft-band">
2
+ <p class="document-stage">{{ stage }}</p>
3
+ </div>
4
+
5
+ <div class="document-type-band" id="standard-band">
6
+ <p class="document-type">Ribose {{ doctype }}</p>
7
+ </div>
8
+
9
+
10
+
11
+ <div id='toggle'> <span>•</span> </div>
12
+
13
+ <header>
14
+
15
+ <!--<div class="WordSection1">-->
16
+ <div class="coverpage">
17
+ <div class="wrapper-top">
18
+
19
+ <div class="coverpage-logo"> <img src="{{ logo_html }}" alt="m3 logo"/> </div>
20
+ <div class="coverpage-doc-identity">
21
+ <div class="doc-number">
22
+ <span class="docnumber">{{ docnumber }}</span>
23
+ </div>
24
+
25
+ <div class="coverpage-title">
26
+ <div class="titles">
27
+ <div class="title-second">{{ docsubtitle }}</div>
28
+ <div class="title-first">{{ doctitle }}</div>
29
+ </div>
30
+ </div>
31
+ </div>
32
+
33
+ <div class="docinfo">
34
+ {% if revdate_monthyear -%}Updated <span class="date">{{ revdate_monthyear }}</span>{%- endif -%}{%- if revdate_monthyear and draft -%},{%- endif -%}{%- if draft -%}Version <span class="version">{{ draft }}</span>{%- endif -%}
35
+ <br/>
36
+ {% if url %}
37
+ Shortened URL to this document: <a href="{{ url }}">{{ url }}</a>
38
+ {% endif %}
39
+ </div>
40
+
41
+ {% if tc %}
42
+ <div class="coverpage-tc-name">
43
+ <span>TC {{ tc }}</span>
44
+ </div>
45
+ {% endif %}
46
+ </div>
47
+
48
+ <div class="title-section1">
49
+ <div class="coverpage-stage-block" >
50
+ <span class="coverpage-stage" id="{{ doctype | replace: ' ', '-' | downcase }}">{{ doctype }}</span>
51
+ </div>
52
+
53
+ <div class="coverpage-stage-block" >
54
+ <span class="coverpage-maturity" id="{{ stage | replace: ' ', '-' | downcase }}">{% if unpublished %}{{ stage }}{% endif %}</span>
55
+ </div>
56
+
57
+ {% if unpublished %}
58
+ <div class="coverpage-warning">
59
+ <div id="boilerplate-license-destination"/>
60
+ </div>
61
+ {% endif %}
62
+
63
+ <div class="copyright">
64
+ <div class="year">
65
+ <div id="boilerplate-copyright-destination"/>
66
+ </div>
67
+
68
+ <div class="message">
69
+ <div id="boilerplate-legal-destination"/>
70
+ </div>
71
+
72
+ <div class="contact-info">
73
+ <div id="boilerplate-feedback-destination"/>
74
+ </div>
75
+ </div>
76
+
77
+ <div class="rule"></div>
78
+ </div>
79
+ </div>
80
+
81
+ </header>
@@ -0,0 +1,733 @@
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
+ @import 'base_style/all';
19
+
20
+ body {
21
+ @include bodyStyle1(15px, 1.4em, #1d1d1d, #ffffff, 300);
22
+ }
23
+
24
+ #report {
25
+ border-bottom: none;
26
+ }
27
+
28
+ main {
29
+ margin: 0 3em 0 6em;
30
+ }
31
+
32
+ #toc {
33
+ @include toc(#69C5DC, #69C5DC, #69C5DC);
34
+ @include sidebarToc();
35
+
36
+ .toc-active a {
37
+ color: white;
38
+ }
39
+
40
+ ul {
41
+ a:hover {
42
+ color: white;
43
+ }
44
+ }
45
+ }
46
+
47
+ nav {
48
+ @include sidebarNav(#f7f7f7, 323px, 45px);
49
+ }
50
+
51
+ #toggle {
52
+ @include sidebarNavToggle(white, #69C5DC)
53
+ }
54
+
55
+ #myBtn {
56
+ @include toTopBtn(white, #69C5DC);
57
+
58
+ a.anchorjs-link {
59
+ @include anchorLink(#485094)
60
+ }
61
+ }
62
+
63
+ /*
64
+ 2. Responsive navigation layout
65
+ */
66
+
67
+ @media screen and (min-width: 768px) {
68
+ .container {
69
+ padding-left: 360px;
70
+ }
71
+
72
+ .rule.toc {
73
+ display: none;
74
+ }
75
+
76
+ h1.toc-contents {
77
+ margin-top: 1em;
78
+ }
79
+
80
+ ul#toc-list {
81
+ padding: 0;
82
+ margin: 0;
83
+ }
84
+
85
+ nav {
86
+ padding-left: 45px;
87
+ }
88
+ }
89
+
90
+ div.figure {
91
+ @include figureBlock();
92
+ padding: 1.2em 1.2em 1.2em 2.2em;
93
+ margin: 2em 0 2em -1em;
94
+ }
95
+
96
+ /*
97
+ Document types + stages
98
+ */
99
+
100
+ .document-type-band {
101
+ @include docBand($order: 2, $offset: 180px);
102
+
103
+ .document-type {
104
+ top: 20px;
105
+ }
106
+ }
107
+
108
+ .document-stage-band {
109
+ @include docBand(1, 150);
110
+ }
111
+
112
+ p.document-stage {
113
+ @include docBandTitle(120);
114
+ }
115
+
116
+ #governance-band p.document-type {
117
+ height: 230px !important;
118
+ }
119
+
120
+ p.document-stage {
121
+ font-weight: 300;
122
+ height: 160px;
123
+ }
124
+
125
+ #standard-band {
126
+ background-color: #0ac442;
127
+ }
128
+
129
+ #standard {
130
+ border-bottom: solid 3px #0ac442;
131
+ }
132
+
133
+ #governance {
134
+ border-bottom: solid 3px #750697;
135
+ }
136
+
137
+ #governance-band {
138
+ background-color: #750697;
139
+ }
140
+
141
+ #guide {
142
+ border-bottom: solid 3px #48a0e7;
143
+ }
144
+
145
+ #guide-band {
146
+ background-color: #48a0e7;
147
+ }
148
+
149
+ .coverpage-maturity {
150
+ @include coverpageStageBlock();
151
+ }
152
+
153
+ #proposal {
154
+ border-bottom: solid 3px #00BFFF;
155
+ }
156
+
157
+ #proposal-band {
158
+ background-color: #00BFFF;
159
+ }
160
+
161
+ #working-draft {
162
+ border-bottom: solid 3px #fda706;
163
+ }
164
+
165
+ #working-draft-band {
166
+ background-color: #F22E15;
167
+ }
168
+
169
+ #committee-draft {
170
+ border-bottom: solid 3px #fd06fd;
171
+ }
172
+
173
+ #committee-draft-band {
174
+ background-color: #fd06fd;
175
+ }
176
+
177
+ #draft-standard {
178
+ border-bottom: solid 3px #fdf906;
179
+ }
180
+
181
+ #draft-standard-band {
182
+ background-color: #fdf906;
183
+ }
184
+
185
+ #final-draft {
186
+ border-bottom: solid 3px #7e0d13;
187
+ }
188
+
189
+ #final-draft-band {
190
+ background-color: #7e0d13;
191
+ }
192
+
193
+ #standard {
194
+ border-bottom: solid 3px #69C5DC;
195
+ }
196
+
197
+ #published-band {
198
+ background-color: #69C5DC;
199
+ }
200
+
201
+ #obsolete {
202
+ border-bottom: solid 3px #7e0d13;
203
+ }
204
+
205
+ #obsolete-band {
206
+ background-color: #7e0d13;
207
+ }
208
+
209
+ /*
210
+ 3. TYPOGRAPHY
211
+ */
212
+
213
+ /*
214
+ 3.1 Titles
215
+ */
216
+
217
+ h1,h2,h3,h4,h5,h6 {
218
+ font-family: $headerfont;
219
+ color: black;
220
+ font-weight: 600;
221
+ margin-top: 2em;
222
+ margin-bottom: 0.3em;
223
+ }
224
+
225
+ h1 {
226
+ font-size: 1.4em;
227
+ text-transform: uppercase;
228
+ margin-top: 2em;
229
+ }
230
+
231
+ h1#content {
232
+ margin-top: 2em;
233
+ }
234
+
235
+ h2 {
236
+ font-size: 1.3em;
237
+ }
238
+
239
+ h3 {
240
+ font-size: 1.1em;
241
+ }
242
+
243
+ @media screen {
244
+ span[id^="toc"]:after {
245
+ float: left;
246
+ padding-right: 4px;
247
+ margin-left: -20px;
248
+ font-family: "Font Awesome 5 Free";
249
+ font-weight: 900;
250
+ font-size: 0.8em;
251
+ color: #cfcfcf;
252
+ content: "\f0c1";
253
+ }
254
+ }
255
+
256
+ .TermNum, .Terms, .AltTerms {
257
+ color: black;
258
+ font-weight: 400;
259
+ }
260
+
261
+ p.TermNum {
262
+ font-size: 0.9em;
263
+ line-height: 1em;
264
+ margin: 0;
265
+ margin-top: 2em;
266
+ }
267
+
268
+ p.Terms {
269
+ font-size: 1.1em;
270
+ line-height: 1.7em;
271
+ margin: 0;
272
+ }
273
+
274
+ p.AltTerms {
275
+ font-style: italic;
276
+ margin: 0;
277
+ }
278
+
279
+ /*
280
+ span.obligation {
281
+ font-weight: 400;
282
+ }
283
+ */
284
+
285
+ /*
286
+ 3.2 Links
287
+ */
288
+ @include elementStyles(#69C5DC, #69C5DC, white);
289
+
290
+ /*
291
+ 3.3 Lists
292
+ */
293
+
294
+ ul, ol {
295
+ margin-left: 0.5em;
296
+ }
297
+
298
+ #toc ul {
299
+ margin-bottom: 0.25em; }
300
+
301
+ #toc li {
302
+ list-style-type: none; }
303
+
304
+
305
+ /*
306
+ 3.4 Rules
307
+ */
308
+
309
+ .rule {
310
+ @include rule(1px, #F22E15)
311
+ }
312
+
313
+ /*
314
+ 3.5 Bibliograhy
315
+ */
316
+
317
+ p.Biblio, p.NormRef {
318
+ margin-top: 1em;
319
+ margin-left: 2em;
320
+ }
321
+
322
+ /*
323
+ 3.6 Source Code + figures
324
+ */
325
+
326
+ .figure,
327
+ pre,
328
+ .pseudocode {
329
+ @include pseudocodeBlock(#F5F6F6);
330
+ padding: 1.2em 1.2em 1.2em 2.2em;
331
+ margin: 2em 0 2em -1em;
332
+ color: rgb(91, 94, 95);
333
+ border-left: solid 5px #69C5DC;
334
+ }
335
+
336
+ pre {
337
+ @include monospaceBlockStyle()
338
+ }
339
+
340
+ @include admonitionBlock();
341
+ @include recommendationBlock();
342
+
343
+ .FigureTitle,
344
+ .SourceTitle {
345
+ @include blockTitle()
346
+ }
347
+
348
+ /*
349
+ 3.7 Notes
350
+ */
351
+
352
+ .Note {
353
+ background-color: #F5F6F6;
354
+ border-left: solid 5px #69C5DC;
355
+ color: rgb(91, 94, 95);
356
+ padding: 1.2em 1.2em 1.2em 2.2em;
357
+ margin: 2em 0 2em -1em;
358
+ }
359
+
360
+ .Admonition {
361
+ background-color: #ffcccc;
362
+ border-left: solid 5px #69C5DC;
363
+ color: rgb(91, 94, 95);
364
+ padding: 1.2em 1.2em 1.2em 2.2em;
365
+ margin: 2em 0 2em -1em;
366
+ }
367
+
368
+
369
+ /*
370
+ 3.8 Examples
371
+ */
372
+
373
+ .example {
374
+ @include exampleBlock(#e1eef1, #424242, 1.2em);
375
+ border-left: solid 5px #69C5DC;
376
+ color: rgb(91, 94, 95);
377
+ margin: 2em 0 2em -1em;
378
+
379
+ .example-title {
380
+ margin-top: 0;
381
+ }
382
+ p {
383
+ margin: 0;
384
+ }
385
+
386
+ pre,
387
+ .pseudocode {
388
+ background: none;
389
+ }
390
+ }
391
+
392
+ /*
393
+ 3.9 Tables
394
+ */
395
+
396
+ table {
397
+ @include table(solid 1px #F5F6F6 !important);
398
+ th,
399
+ td {
400
+ border: none !important;
401
+ font-size: 0.95em;
402
+ }
403
+ }
404
+
405
+ tr:nth-child(even) {
406
+ background-color: #FBF9F8;
407
+ }
408
+
409
+ thead {
410
+ background-color: #69C5DC;
411
+ color: white;
412
+ border: none;
413
+ }
414
+
415
+ p.TableTitle {
416
+ text-align: center;
417
+ margin-top: 2.5em;
418
+ font-weight: 400;
419
+ }
420
+
421
+ /*
422
+ 3.10 Footnotes
423
+ */
424
+
425
+ a.footnote-number {
426
+ vertical-align: super;
427
+ font-size: 0.8em;
428
+ }
429
+
430
+ .footnote {
431
+ font-size: 0.9em;
432
+ }
433
+
434
+
435
+ /*
436
+ 3.11 Blockquotes
437
+ */
438
+
439
+ .Quote {
440
+ @include blockquoteBlock(#f7f7f7);
441
+ }
442
+
443
+ .QuoteAttribution {
444
+ text-align:right;
445
+ }
446
+
447
+ /*
448
+ 3.12 Formulas
449
+ */
450
+
451
+ .formula, .Formula {
452
+ background-color: #F5F6F6;
453
+ border-left: solid 5px #69C5DC;
454
+ color: rgb(91, 94, 95);
455
+ padding: 1.2em 1.2em 1.2em 2.2em;
456
+ margin: 2em 0 2em -1em;;
457
+ text-align: center;
458
+ }
459
+
460
+ /*
461
+ 3.13 Contact Info
462
+ */
463
+
464
+ .contact-info {
465
+ background-color: #f7f7f7;
466
+ padding: 2em;
467
+ margin-top: 5em;
468
+ width: auto;
469
+ margin-left: auto;
470
+ margin-right: auto;
471
+ text-align: left;
472
+ }
473
+
474
+ .contact-info p, .contact-info a {
475
+ font-family: $monospacefont;
476
+ font-variant-ligatures: none;
477
+ font-weight: 400;
478
+ }
479
+
480
+ #boilerplate-name {
481
+ font-weight: 700;
482
+ font-size: 1.2em;
483
+ margin-bottom:0;
484
+ }
485
+
486
+ #boilerplate-address {
487
+ font-size: 1em;
488
+ line-height: 1.3em;
489
+ margin-top:0;
490
+ }
491
+
492
+ /*
493
+ Keywords
494
+ */
495
+
496
+ span.keyword {
497
+ font-weight: 600;
498
+ }
499
+
500
+ /*
501
+ Paragraphs
502
+ */
503
+
504
+ p {
505
+ margin-top: 1em;
506
+ margin-bottom: 1em;
507
+ }
508
+
509
+ /* Admonitions */
510
+
511
+ .Admonition, .admonition {
512
+ background-color: #ffb3b3;
513
+ /* color: #47430c;*/
514
+ padding: 0.5em;
515
+ margin: 1.5em 0 1.5em 0;
516
+ text-align: left;
517
+ }
518
+
519
+ .Admonition p, .admonition p {
520
+ margin: 0;
521
+ }
522
+
523
+
524
+ /*
525
+ 4.0 Page header
526
+ */
527
+
528
+ /*
529
+ 4.1 Top Logo
530
+ */
531
+
532
+
533
+ .coverpage {
534
+ /*background: radial-gradient(#2D5D8E, #0D1E2B);*/
535
+ /*background-image: url("img/dots@2x.png");*/
536
+ color: black;
537
+ padding: 2em 0 0 2em;
538
+ }
539
+
540
+ .doc-number {
541
+ font-size: 0.5em;
542
+ font-family: $bodyfont;
543
+ }
544
+
545
+ .coverpage-title {
546
+ padding-bottom: 0.5em;
547
+ font-family: $headerfont;
548
+ font-size: 1.5em;
549
+ font-weight: 900;
550
+ }
551
+
552
+ .coverpage-date {
553
+ font-family: $headerfont;
554
+ font-weight: 900;
555
+ }
556
+
557
+ .prefatory-section {
558
+ padding: 0 2em 0 3em;
559
+ }
560
+
561
+
562
+ .zzSTDTitle1, .MsoCommentText {
563
+ display: none;
564
+ }
565
+
566
+
567
+ .coverpage {
568
+ text-align: center;
569
+ }
570
+
571
+ .coverpage-logo {
572
+ margin-top: 2em;
573
+ margin-bottom: 2em;
574
+ background-color: white;
575
+ }
576
+
577
+ .coverpage-logo img {
578
+ width: 400px;
579
+ height: auto;
580
+ }
581
+
582
+
583
+ .coverpage-logo span, .coverpage-tc-name span {
584
+ font-family: $bodyfont;
585
+ text-transform: uppercase;
586
+ font-weight: 300;
587
+ display: block;
588
+ }
589
+
590
+ /*
591
+ .coverpage-tc-name {
592
+ font-size: 1.2em;
593
+ line-height: 1.2em;
594
+ margin: 0.25em 0;
595
+ }
596
+ */
597
+
598
+ /*
599
+ 4.2 Document Identity
600
+ */
601
+
602
+ .titles {
603
+ background-color: #69C5DC;
604
+ }
605
+
606
+ .title-first {
607
+ font-size: 2em;
608
+ line-height: 2em;
609
+ padding-bottom: 1em;
610
+ font-weight: 900;
611
+ text-transform: uppercase;
612
+ background-color: #69C5DC;
613
+ color: white;
614
+ }
615
+
616
+ .title-second {
617
+ font-size: 1.5em;
618
+ line-height: 2em;
619
+ margin-top: 3em;
620
+ padding-top: 1em;
621
+ font-weight: 600;
622
+ text-transform: uppercase;
623
+ color: white;
624
+ }
625
+
626
+ .docinfo {
627
+ margin-top: 2em;
628
+ margin-bottom: 3em;
629
+ }
630
+
631
+
632
+ .coverpage-doc-identity {
633
+ min-height: 100px;
634
+ width: 100%;
635
+ background-size: 240px 80px;
636
+ margin: auto;
637
+ }
638
+
639
+ .coverpage-title .title-second {
640
+ display: none;
641
+ }
642
+
643
+ .coverpage-stage-block {
644
+ font-family: $bodyfont;
645
+ font-weight: 700;
646
+ font-size: 1em;
647
+ margin: 1em 0em 1em 0em;
648
+ text-transform: uppercase;
649
+ }
650
+
651
+ .section-title {
652
+ background-color: #69C5DC;
653
+ padding: 1em 2em 1em 5.5em;
654
+ margin: 4em -3em 3em -5em;
655
+ border-bottom: 4px solid #F22E15;
656
+ }
657
+
658
+
659
+ .section-title h1 {
660
+ font-size: 2em;
661
+ font-weight: 800;
662
+ line-height: 1em;
663
+ margin-top: 0.5em;
664
+ margin-bottom: 0;
665
+ color: white;
666
+ text-transform: none;
667
+ }
668
+
669
+ h2 {
670
+ border-bottom: solid 1px #69C5DC;
671
+ color: black;
672
+ }
673
+
674
+
675
+ /*
676
+ 4.3 Draft Warning
677
+ */
678
+
679
+
680
+ .coverpage-warning {
681
+ border-top: solid 1px #F22E15;
682
+ border-bottom: solid 1px #F22E15;
683
+ margin: 1em 2em;
684
+ color: black;
685
+ padding: 1em;
686
+ }
687
+
688
+ .coverpage-warning .title {
689
+ color: #F22E15;
690
+ font-family: $headerfont;
691
+ font-weight: 700;
692
+ text-transform: uppercase;
693
+ font-size: 1.2em;
694
+ }
695
+
696
+
697
+
698
+ /*
699
+ 4.4 Copyright
700
+ */
701
+
702
+ .copyright {
703
+ padding: 1em;
704
+ font-size: 0.8em;
705
+ text-align: left;
706
+ }
707
+
708
+
709
+ .contact-info {color: black;}
710
+
711
+
712
+
713
+ /*
714
+ 5.0 Other styles
715
+ */
716
+
717
+ a.anchorjs-link:hover {
718
+ background: none;
719
+ color: #485094;
720
+ box-shadow: none;
721
+ }
722
+
723
+ @page {
724
+ margin: 1cm;
725
+ }
726
+
727
+ @media print {
728
+ .section-title {page-break-before: always;}
729
+ #toggle, .document-stage-band,
730
+ .document-type-band {display: none;}
731
+ .container {padding-left: 0;}
732
+
733
+ }