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,797 @@
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
+ dl, dt, dd, 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
+ border: 0;
26
+ font-size: 100%;
27
+ font-family: $bodyfont;
28
+ vertical-align: baseline;
29
+ }
30
+ /* HTML5 display-role reset for older browsers */
31
+ article, aside, details, figcaption, figure,
32
+ footer, header, hgroup, menu, nav, section {
33
+ display: block;
34
+ }
35
+ body {
36
+ line-height: 1;
37
+ }
38
+ /*
39
+ ol, ul {
40
+ list-style: none;
41
+ }
42
+ */
43
+ blockquote, q {
44
+ quotes: none;
45
+ }
46
+ blockquote:before, blockquote:after,
47
+ q:before, q:after {
48
+ content: '';
49
+ content: none;
50
+ }
51
+ table {
52
+ border-collapse: collapse;
53
+ border-spacing: 0;
54
+ }
55
+
56
+
57
+ /*
58
+ 1. HTML & Body
59
+ */
60
+
61
+ body {
62
+ margin: 0;
63
+ margin-left: auto;
64
+ margin-right: auto;
65
+ max-width: 100%;
66
+ color: #1d1d1d;
67
+ font-weight: 300;
68
+ font-size: 15px;
69
+ line-height: 1.4em;
70
+ background-color: #ffffff;
71
+ }
72
+
73
+ main {margin: 0 3em 0 6em;}
74
+
75
+ #toc{
76
+ font-family: $bodyfont;
77
+ font-weight: 400;
78
+ }
79
+
80
+ /*
81
+ 2. Responsive navigation layout
82
+ */
83
+
84
+
85
+ @media (min-width: 768px) {
86
+ nav {
87
+ position: fixed;
88
+ top: 0;
89
+ bottom: 0;
90
+ left: 0;
91
+ width: 323px;
92
+ font-size: 0.9em;
93
+ overflow: auto;
94
+ padding: 0 0 0 45px;
95
+ margin-right: 30px;
96
+ background-color:#f7f7f7;
97
+ }
98
+
99
+ #toggle {
100
+ position: fixed;
101
+ height: 100%;
102
+ width: 30px;
103
+ background-color:#1d1d1d;
104
+ color: white!important;
105
+ cursor: pointer;
106
+ z-index: 100;
107
+ }
108
+
109
+ #toggle span {
110
+ text-align: center;
111
+ width: 100%;
112
+ position: absolute;
113
+ top: 50%;
114
+ transform: translate(0, -50%);
115
+
116
+ }
117
+
118
+
119
+ .container {
120
+ padding-left: 360px;
121
+ }
122
+
123
+ .rule.toc {
124
+ display: none;
125
+ }
126
+
127
+ h1.toc-contents {
128
+ margin-top: 1em;
129
+ }
130
+
131
+ ul#toc-list {
132
+ padding:0;
133
+ margin:0;
134
+ }
135
+ }
136
+
137
+ @media (max-width: 768px) {
138
+ #toc {
139
+ padding: 0 1.5em 0 1.5em;
140
+ overflow: visible;
141
+ }
142
+ }
143
+
144
+
145
+
146
+ #toc ul {
147
+ margin: 0;
148
+ padding: 0;
149
+ list-style: none;
150
+ }
151
+
152
+ #toc li {
153
+ padding: 5px 10px;
154
+ }
155
+
156
+ #toc a {
157
+ color: #485094;
158
+ text-decoration: none;
159
+ display: block;
160
+ }
161
+
162
+ #toc a:hover {
163
+ color: white;
164
+ }
165
+
166
+ #toc .h2 {
167
+ padding-left: 30px;
168
+ }
169
+
170
+ #toc .h3 {
171
+ padding-left: 50px;
172
+ }
173
+
174
+ #toc .toc-active a {
175
+ color: white;
176
+ }
177
+
178
+ #toc .toc-active, #toc li:hover {
179
+ background: #1d1d1d;
180
+ box-shadow: inset -5px 0px 10px -5px #1d1d1d!important;
181
+
182
+ }
183
+
184
+ #toc li:hover a {
185
+ color: white;
186
+ }
187
+
188
+ /*
189
+ Document types + stages
190
+ */
191
+
192
+ .document-type-band {
193
+ left:0;
194
+ top:180px;
195
+ height: 100%;
196
+ position: fixed;
197
+ display: block;
198
+ z-index: 99;
199
+ /*box-shadow: -5px 0px 10px #1d1d1d*/
200
+
201
+ }
202
+
203
+ .document-stage-band {
204
+ left:0;
205
+ top:0;
206
+ height: 100%;
207
+ position: fixed;
208
+ display: block;
209
+ z-index: 98;
210
+ box-shadow: -5px 0px 10px #1d1d1d
211
+ }
212
+
213
+ .document-type {
214
+ position: relative;
215
+ width: 25px;
216
+ }
217
+
218
+ .document-stage {
219
+ position: relative;
220
+ width: 25px;
221
+ }
222
+
223
+ p.document-type, p.document-stage {
224
+ color: white;
225
+ text-transform: uppercase;
226
+ font-size: 0.9em;
227
+ font-weight: 400;
228
+ letter-spacing: 0.05em;
229
+ margin:0;
230
+ margin-left: 6px;
231
+ writing-mode:tb-rl;
232
+ -webkit-transform:rotate(180deg);
233
+ -moz-transform:rotate(180deg);
234
+ -o-transform: rotate(180deg);
235
+ white-space:nowrap;
236
+ display:block;
237
+ bottom:0;
238
+ }
239
+
240
+ p.document-type {
241
+ font-weight: 400;
242
+ height: 210px;
243
+ }
244
+
245
+ #governance-band p.document-type {
246
+ font-weight: 400;
247
+ height: 230px!important;
248
+ }
249
+
250
+ p.document-stage {
251
+ font-weight: 300;
252
+ height:160px;
253
+ }
254
+
255
+ #standard-band {
256
+ background-color: #0ac442;
257
+ }
258
+
259
+ #standard {
260
+ border-bottom: solid 3px #0ac442;
261
+ }
262
+
263
+ #governance {
264
+ border-bottom: solid 3px #750697;
265
+ }
266
+
267
+ #governance-band {
268
+ background-color: #750697;
269
+ }
270
+
271
+ #guide {
272
+ border-bottom: solid 3px #48a0e7;
273
+ }
274
+
275
+ #guide-band {
276
+ background-color: #48a0e7;
277
+ }
278
+
279
+ .coverpage-maturity {
280
+ font-family: $bodyfont;
281
+ font-weight: 400;
282
+ font-size: 1em;
283
+ margin: 0 0 2em 0;
284
+ text-transform: uppercase;
285
+ }
286
+
287
+ #proposal {
288
+ border-bottom: solid 3px #00BFFF;
289
+ }
290
+
291
+ #proposal-band {
292
+ background-color: #00BFFF;
293
+ }
294
+
295
+ #working-draft {
296
+ border-bottom: solid 3px #fda706;
297
+ }
298
+
299
+ #working-draft-band {
300
+ background-color: #fda706;
301
+ }
302
+
303
+ #committee-draft {
304
+ border-bottom: solid 3px #fd06fd;
305
+ }
306
+
307
+ #committee-draft-band {
308
+ background-color: #fd06fd;
309
+ }
310
+
311
+ #draft-standard {
312
+ border-bottom: solid 3px #fdf906;
313
+ }
314
+
315
+ #draft-standard-band {
316
+ background-color: #fdf906;
317
+ }
318
+
319
+ #final-draft {
320
+ border-bottom: solid 3px #7e0d13;
321
+ }
322
+
323
+ #final-draft-band {
324
+ background-color: #7e0d13;
325
+ }
326
+
327
+ #published {
328
+ border-bottom: solid 3px #0ac442;
329
+ }
330
+
331
+ #published-band {
332
+ background-color: #0ac442;
333
+ }
334
+
335
+ #withdrawn {
336
+ border-bottom: solid 3px #a0a0a0;
337
+ }
338
+
339
+ #withdrawn-band {
340
+ background-color: #a0a0a0;
341
+ }
342
+
343
+ /*
344
+ 3. TYPOGRAPHY
345
+ */
346
+
347
+ /*
348
+ 3.1 Titles
349
+ */
350
+
351
+ h1,h2,h3,h4,h5,h6 {
352
+ font-family: $headerfont;
353
+ color: #0e1a85;
354
+ font-weight: 600;
355
+ margin-top: 2em;
356
+ margin-bottom: 0.3em;
357
+ }
358
+
359
+ h1 {
360
+ font-size: 1.4em;
361
+ text-transform: uppercase;
362
+ margin-top: 2em;
363
+ }
364
+
365
+ h1#content {
366
+ margin-top: 2em;
367
+ }
368
+
369
+ h2 {font-size: 1.3em; }
370
+
371
+ h3 {font-size: 1.1em;}
372
+
373
+ span[id^="toc"]:after {
374
+ float: left;
375
+ padding-right: 4px;
376
+ margin-left: -20px;
377
+ font-family: "Font Awesome 5 Free";
378
+ font-weight: 900;
379
+ font-size: 0.8em;
380
+ color: #cfcfcf;
381
+ content: "\f0c1";
382
+ }
383
+
384
+
385
+
386
+ p.TermNum, p.Terms, p.AltTerms {
387
+ color: #485094;
388
+ font-weight: 400;
389
+ }
390
+
391
+ p.TermNum {
392
+ font-size: 0.9em;
393
+ line-height: 1em;
394
+ margin: 0;
395
+ margin-top: 2em;
396
+ }
397
+
398
+ p.Terms {
399
+ font-size: 1.1em;
400
+ line-height: 1.7em;
401
+ margin: 0;
402
+ }
403
+
404
+ p.AltTerms {
405
+ font-style: italic;
406
+ margin: 0;
407
+ }
408
+
409
+ /*
410
+ 3.2 Links
411
+ */
412
+
413
+ a, a:visited{
414
+ text-decoration: none;
415
+ color: #485094;
416
+ }
417
+
418
+ a:hover {
419
+ color: white;
420
+ background: #1d1d1d;
421
+ box-shadow: 3px 0 0 #1d1d1d, -3px 0 0 #1d1d1d;
422
+ /* padding: 2px 0 2px 0; */
423
+ }
424
+
425
+ ::selection {
426
+ background: #1d1d1d; /* WebKit/Blink Browsers */
427
+ color: white;
428
+ }
429
+ ::-moz-selection {
430
+ background: #1d1d1d; /* Gecko Browsers */
431
+ color: white;
432
+ }
433
+
434
+ .contact-info a:hover {
435
+ color: #485094;
436
+ text-decoration: underline;
437
+ background: none;
438
+ box-shadow: 0 0 0 0;
439
+ }
440
+
441
+
442
+
443
+ /*
444
+ 3.3 Lists
445
+ */
446
+
447
+ ul {margin-left: 0.5em;}
448
+
449
+ #toc-list ul {margin-bottom: 0.25em;}
450
+
451
+ #toc-list li {list-style-type: none;}
452
+
453
+ dd p, dt p {
454
+ margin-top: 0em;
455
+ }
456
+
457
+ /*
458
+ 3.4 Rules
459
+ */
460
+
461
+ .rule {
462
+ width: 100%;
463
+ height: 1px;
464
+ background-color: #0e1a85;
465
+ margin: 2em 0;
466
+ }
467
+
468
+ /*
469
+ 3.5 Bibliograhy
470
+ */
471
+
472
+ p.Biblio {
473
+ margin-top: 1em;
474
+ margin-left: 2em;
475
+ }
476
+
477
+ /*
478
+ 3.6 Source Code + figures
479
+ */
480
+
481
+ .figure, .Sourcecode {
482
+ font-family: $monospacefont;
483
+ background-color: #f7f7f7;
484
+ font-size: 0.8em;
485
+ line-height: 1.6em;
486
+ padding: 1.5em;
487
+ margin: 2em 0 1em 0;
488
+ overflow: auto;
489
+ }
490
+
491
+ .FigureTitle {
492
+ font-weight: 700;
493
+ font-size: 1em;
494
+ text-align: center;
495
+ }
496
+
497
+ /*
498
+ 3.7 Notes
499
+ */
500
+
501
+ .Note {
502
+ background-color: #fff495;
503
+ color: #47430c;
504
+ padding: 1.2em;
505
+ margin: 2em 0 1em 0;
506
+ }
507
+
508
+ /*
509
+ 3.8 Examples
510
+ */
511
+
512
+ .example {
513
+ background-color: #e1eef1;
514
+ padding: 1.2em;
515
+ margin: 2em 0 1em 0;
516
+ }
517
+
518
+ .example .example-title {
519
+ font-weight: 700;
520
+ text-transform: uppercase;
521
+ text-align: center;
522
+ margin-top:0;
523
+ }
524
+
525
+ /*
526
+ 3.9 Tables
527
+ */
528
+
529
+ table {
530
+ border-collapse: collapse;
531
+ width: 100%;
532
+ font-weight: 300;
533
+ margin: 1em 0 2em 0;
534
+ margin-left: auto;
535
+ margin-right: auto;
536
+ padding-right: 2em;
537
+ }
538
+
539
+ table, th, td {
540
+ border: 1px solid black;
541
+ font-size: 0.95em;
542
+ }
543
+
544
+ td, th {
545
+ padding: 1em;
546
+ }
547
+
548
+ td.header {
549
+ font-weight: 400;
550
+ }
551
+
552
+ p.TableTitle {
553
+ text-align: center;
554
+ margin-top: 2.5em;
555
+ font-weight: 400;
556
+ }
557
+
558
+ /*
559
+ 3.10 Footnotes
560
+ */
561
+
562
+ a.footnote-number {
563
+ vertical-align: super;
564
+ font-size: 0.8em;
565
+ }
566
+
567
+ .footnote {
568
+ font-size: 0.9em;
569
+ }
570
+
571
+
572
+ /*
573
+ 3.11 Blockquotes
574
+ */
575
+
576
+ .Quote {
577
+ background-color: #f7f7f7;
578
+ font-style: italic;
579
+ width: 80%;
580
+ padding: 1.5em;
581
+ margin-top: 2em;
582
+ margin-left: auto;
583
+ margin-right: auto;
584
+ }
585
+
586
+
587
+ /*
588
+ 3.12 Formulas
589
+ */
590
+
591
+ .formula {
592
+ background-color: #f7f7f7;
593
+ padding: 1.5em;
594
+ margin-top: 2em;
595
+ text-align: center;
596
+ }
597
+
598
+ /*
599
+ 3.13 Contact Info
600
+ */
601
+
602
+ .contact-info {
603
+ background-color: #f7f7f7;
604
+ padding: 2em;
605
+ margin-top: 5em;
606
+ width: auto;
607
+ margin-left: auto;
608
+ margin-right: auto;
609
+ text-align: left;
610
+ }
611
+
612
+ .contact-info p, .contact-info a {
613
+ font-family: $monospacefont;
614
+ font-weight: 400;
615
+ }
616
+
617
+ .contact-info .name {
618
+ font-weight: 700;
619
+ font-size: 1.2em;
620
+ margin-bottom:0;
621
+ }
622
+
623
+ .contact-info .address {
624
+ font-size: 1em;
625
+ line-height: 1.3em;
626
+ margin-top:0;
627
+ }
628
+
629
+ /*
630
+ Keywords
631
+ */
632
+
633
+ span.keyword {
634
+ font-weight: 600;
635
+ }
636
+
637
+ /*
638
+ Paragraphs
639
+ */
640
+
641
+ p {
642
+ margin-top: 1em;
643
+ margin-bottom: 1em;
644
+ }
645
+
646
+ /*
647
+ 4.0 Page header
648
+ */
649
+
650
+ /*
651
+ 4.1 Top Logo
652
+ */
653
+
654
+ .wrapper-top {
655
+ background-color:#0e1a85;
656
+ /* background-image: url("img/dots@2x.png"); */
657
+ background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAQAAAAEACAYAAABccqhmAAAACXBIWXMAABYlAAAWJQFJUiTwAAADwUlEQVR4nO3YgQ2AMAwDwcAiWZ1NizrH30lIeIEq9nPOGSDqPgC7+93v/suy3Mmvhx+6VAAIcwFAmc4nyzYAIMgGAGEuACirdyBZtgEASTYACHMBQFm9A8myDQBIsgFAmAsAyuodSJZtAEM3DQDCXABQVu9AsmwDAJJsABDmAoCyegeSZRsAkGQDgDAXAJTVO5As2wCAJBsAhLkAoKzegWTZBgAk2QAgzAUAZfUOJMs2ACDJBgBhLgAoq3cgWbYBAEk2AAhzAUBZvQPJsg0ASLIBQJgLAMrqHUiWbQBAkg0AwlwAUFbvQLJsAwCSbAAQ5gKAsnoHkmUbAJBkA4AwFwCU1TuQLNsAgCQbAIS5AKCs3oFk2QYAJNkAIMwFAGX1DiTLNgAgyQYAYS4AKKt3IFm2AQBJNgAIcwFAWb0DybINAEiyAUCYCwDK6h1Ilm0AQJINAMJcAFBW70CybAMAkmwAEOYCgLJ6B5JlGwCQZAOAMBcAlNU7kCzbAIAkGwCEuQCgrN6BZNkGACTZACDMBQBl9Q4kyzYAIMkGAGEuACirdyBZtgEASTYACHMBQFm9A8myDQBIsgFAmAsAyuodSJZtAEM3DQDCXABQVu9AsmwDAJJsABDmAoCyegeSZRsAkGQDgDAXAJTVO5As2wCAJBsAhLkAoKzegWTZBgAk2QAgzAUAZfUOJMs2ACDJBgBhLgAoq3cgWbYBAEk2AAhzAUBZvQPJsg0ASLIBQJgLAMrqHUiWbQBAkg0AwlwAUFbvQLJsAwCSbAAQ5gKAsnoHkmUbAJBkA4AwFwCU1TuQLNsAgCQbAIS5AKCs3oFk2QYAJNkAIMwFAGX1DiTLNgAgyQYAYS4AKKt3IFm2AQBJNgAIcwFAWb0DybINAEiyAUCYCwDK6h1Ilm0AQJINAMJcAFBW70CybAMAkmwAEOYCgLJ6B5JlGwCQZAOAMBcAlNU7kCzbAIAkGwCEuQCgrN6BZNkGACTZACDMBQBl9Q4kyzYAIMkGAGEuACirdyBZtgEASTYACHMBQFm9A8myDQBIsgFAmAsAyuodSJZtAEM3DQDCXABQVu9AsmwDAJJsABDmAoCyegeSZRsAkGQDgDAXAJTVO5As2wCAJBsAhLkAoKzegWTZBgAk2QAgzAUAZfUOJMs2ACDJBgBhLgAoq3cgWbYBAEk2AAhzAUBZvQPJsg0ASLIBQJgLAMrqHUiWbQBAkg0AwlwAUFbvQLJsAwCSbAAQ5gKAsnoHkmUbAJBkA4AwFwCU1TuQLNsAgCQbAFTNzA9ggAr9aahO8QAAAABJRU5ErkJggg==');
658
+ color: #ffffff;
659
+ padding: 2em 0;
660
+ }
661
+
662
+ .doc-number {
663
+ font-size: 0.5em;
664
+ font-family: $bodyfont;
665
+ }
666
+
667
+ .coverpage-title {
668
+ padding-bottom: 0.5em;
669
+ font-family: $headerfont;
670
+ font-size: 1.5em;
671
+ font-weight: 900;
672
+ }
673
+
674
+ .WordSection11 {
675
+ padding: 0 2em 0 3em;
676
+ }
677
+
678
+ .WordSection2 {
679
+ padding: 0 3em 0 6em;
680
+ }
681
+
682
+
683
+ .zzSTDTitle1, .MsoCommentText {
684
+ display: none;
685
+ }
686
+
687
+
688
+ .coverpage {
689
+ text-align: center;
690
+ }
691
+
692
+ .coverpage-logo span, .coverpage-tc-name span {
693
+ font-family: $bodyfont;
694
+ text-transform: uppercase;
695
+ font-weight: 600;
696
+ }
697
+
698
+ .coverpage-tc-name {
699
+ font-size: 1.2em;
700
+ line-height: 1.2em;
701
+ margin: 0.25em 0;
702
+ }
703
+
704
+ /*
705
+ 4.2 Document Identity
706
+ */
707
+
708
+ .coverpage-doc-identity {
709
+ font-size: 2em;
710
+ line-height: 2em;
711
+ }
712
+
713
+
714
+ .coverpage-title .title-second {
715
+ display: none;
716
+ }
717
+
718
+ .coverpage-stage-block {
719
+ font-family: $bodyfont;
720
+ font-weight: 700;
721
+ font-size: 1.25em;
722
+ margin: 2em 0em 2em 0em;
723
+ text-transform: uppercase;
724
+ }
725
+
726
+
727
+
728
+
729
+ /*
730
+ 4.3 Draft Warning
731
+ */
732
+
733
+
734
+ .coverpage-warning {
735
+ border-top: solid 1px #f36f36;
736
+ border-bottom: solid 1px #f36f36;
737
+ margin: 1em 2em;
738
+ color: #485094;
739
+ padding: 1em;
740
+ }
741
+
742
+ .coverpage-warning .title {
743
+ color: #f36f36;
744
+ font-family: $headerfont;
745
+ font-weight: 700;
746
+ text-transform: uppercase;
747
+ font-size: 1.2em;
748
+ }
749
+
750
+
751
+
752
+ /*
753
+ 4.4 Copyright
754
+ */
755
+
756
+ .copyright {
757
+ padding: 1em;
758
+ font-size: 0.8em;
759
+ text-align: left;
760
+ }
761
+
762
+
763
+ .copyright .name, .copyright .address {color: #485094;}
764
+
765
+
766
+
767
+ /*
768
+ 5.0 Other styles
769
+ */
770
+
771
+
772
+
773
+ /*
774
+ To top button
775
+ */
776
+
777
+ #myBtn {
778
+ font-family: $monospacefont;
779
+ display: none;
780
+ position: fixed;
781
+ bottom: 20px;
782
+ right: 30px;
783
+ z-index: 99;
784
+ font-size: 12px;
785
+ border: none;
786
+ outline: none;
787
+ background-color: #1d1d1d;
788
+ opacity: 0.15;
789
+ color: white;
790
+ cursor: pointer;
791
+ padding: 10px 15px 10px 15px;
792
+ border-radius: 4px;
793
+ }
794
+
795
+ #myBtn:hover {
796
+ opacity: 1;
797
+ }