metanorma-ribose 2.1.8 → 2.1.8.1

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