metanorma-csa 1.5.2 → 1.5.3

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