asciidoctor-gb 0.3.2 → 0.3.3

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