metanorma-csd 1.3.4 → 1.3.5
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: '0818db8ad14e2e6c27fb9db08255f818b5341622478ca1407ecfc88dcbbaa831'
|
|
4
|
+
data.tar.gz: f162a615f600d547fe40b9480c627aca75d4b90f16c193ea2baffdcb490c5c52
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 2efdc58197df2407323b0a4ea3d8e3b84e05b9ca56eb9e32cd6424cd5e7f46f3f3aeb4548f80dd1a8a7a39633d3e30268820d2f5a4f70a363270d88e7af4bb9d
|
|
7
|
+
data.tar.gz: 993f6f90e89ef8a9ee5ea74c3f7ab99b021f3de16c7257469f2f7c202fba3ec426f7419aec63fc34728defdf93e166df2ae1e7b9cf6fc310042bb46eb598fceb
|
|
@@ -23,10 +23,10 @@
|
|
|
23
23
|
padding-bottom: 0.5em;
|
|
24
24
|
font-family: $headerfont;
|
|
25
25
|
font-size: 1.2em;
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
26
|
+
line-height: 1.2em;
|
|
27
|
+
font-weight: 600;
|
|
28
|
+
padding-left: 1em;
|
|
29
|
+
padding-right: 1em;
|
|
30
30
|
}
|
|
31
31
|
|
|
32
32
|
.title-section1 {
|
|
@@ -643,8 +643,9 @@ div.coverpage_warning
|
|
|
643
643
|
{color:#485094;
|
|
644
644
|
font-size:10.0pt;}
|
|
645
645
|
|
|
646
|
-
a.TableFootnoteRef
|
|
646
|
+
a.TableFootnoteRef, span.TableFootnoteRef
|
|
647
647
|
{mso-style-priority:99;
|
|
648
|
+
mso-style-parent:"Footnote Reference";
|
|
648
649
|
vertical-align:super;}
|
|
649
650
|
|
|
650
651
|
aside {
|
|
@@ -656,11 +657,19 @@ font-weight: bold;
|
|
|
656
657
|
margin-left: -36.0pt;
|
|
657
658
|
}
|
|
658
659
|
|
|
659
|
-
p.example, li.example,
|
|
660
|
+
p.example, li.example, td.example {
|
|
661
|
+
margin-right: 0pt;
|
|
662
|
+
margin-left: 0pt;
|
|
663
|
+
}
|
|
664
|
+
|
|
665
|
+
div.example {
|
|
660
666
|
margin-top: 0cm;
|
|
661
|
-
margin-right: 36.0pt;
|
|
662
667
|
margin-bottom: 0cm;
|
|
668
|
+
margin-right: 36.0pt;
|
|
663
669
|
margin-left: 36.0pt;
|
|
670
|
+
}
|
|
671
|
+
|
|
672
|
+
p.example, li.example, div.example, td.example {
|
|
664
673
|
mso-pagination:none;
|
|
665
674
|
font-size:10.0pt;
|
|
666
675
|
font-family:$bodyfont;}
|
|
@@ -57,6 +57,19 @@ nav {
|
|
|
57
57
|
|
|
58
58
|
#toc {
|
|
59
59
|
@include toc($colorLink: #485094, $colorLinkActiveBg: #1d1d1d, $colorLinkActiveFg: white);
|
|
60
|
+
|
|
61
|
+
ul {
|
|
62
|
+
margin-bottom: 0.25em;
|
|
63
|
+
}
|
|
64
|
+
|
|
65
|
+
li {
|
|
66
|
+
list-style-type: none;
|
|
67
|
+
|
|
68
|
+
&:before {
|
|
69
|
+
content: " " !important;
|
|
70
|
+
display: none;
|
|
71
|
+
}
|
|
72
|
+
}
|
|
60
73
|
}
|
|
61
74
|
|
|
62
75
|
.rule {
|
|
@@ -169,19 +182,6 @@ main li {
|
|
|
169
182
|
padding-left: 0.5em;
|
|
170
183
|
}
|
|
171
184
|
|
|
172
|
-
#toc ul {
|
|
173
|
-
margin-bottom: 0.25em;
|
|
174
|
-
}
|
|
175
|
-
|
|
176
|
-
#toc li {
|
|
177
|
-
list-style-type: none;
|
|
178
|
-
}
|
|
179
|
-
|
|
180
|
-
#toc li:before {
|
|
181
|
-
content: " ";
|
|
182
|
-
display: none;
|
|
183
|
-
}
|
|
184
|
-
|
|
185
185
|
|
|
186
186
|
/* Bibliograhy */
|
|
187
187
|
|
|
@@ -228,7 +228,12 @@ p.Biblio:before, p.NormRef:before {
|
|
|
228
228
|
}
|
|
229
229
|
}
|
|
230
230
|
|
|
231
|
-
.
|
|
231
|
+
.blockquote, .Quote {
|
|
232
|
+
@include blockquoteBlock(#f7f7f7, $rightAlignAttribution: true);
|
|
233
|
+
}
|
|
234
|
+
|
|
235
|
+
.formula, .Formula {
|
|
236
|
+
@include formulaBlock(#f7f7f7);
|
|
232
237
|
}
|
|
233
238
|
|
|
234
239
|
|
|
@@ -282,36 +287,12 @@ p.TableTitle {
|
|
|
282
287
|
/* Footnotes */
|
|
283
288
|
|
|
284
289
|
a.footnote-number {
|
|
285
|
-
|
|
286
|
-
|
|
290
|
+
vertical-align: super;
|
|
291
|
+
font-size: 0.8em;
|
|
287
292
|
}
|
|
288
293
|
|
|
289
294
|
.footnote {
|
|
290
|
-
|
|
291
|
-
}
|
|
292
|
-
|
|
293
|
-
|
|
294
|
-
/* Blockquotes */
|
|
295
|
-
|
|
296
|
-
.Quote {
|
|
297
|
-
background-color: #f7f7f7;
|
|
298
|
-
font-style: italic;
|
|
299
|
-
width: 80%;
|
|
300
|
-
padding: 1.5em;
|
|
301
|
-
margin-top: 2em;
|
|
302
|
-
margin-left: auto;
|
|
303
|
-
margin-right: auto;
|
|
304
|
-
}
|
|
305
|
-
|
|
306
|
-
.QuoteAttribution {
|
|
307
|
-
text-align: right;
|
|
308
|
-
}
|
|
309
|
-
|
|
310
|
-
|
|
311
|
-
/* Formulas */
|
|
312
|
-
|
|
313
|
-
.formula, .Formula {
|
|
314
|
-
@include formulaBlock(#f7f7f7);
|
|
295
|
+
font-size: 0.9em;
|
|
315
296
|
}
|
|
316
297
|
|
|
317
298
|
|
|
@@ -370,7 +351,7 @@ span.keyword {
|
|
|
370
351
|
}
|
|
371
352
|
|
|
372
353
|
|
|
373
|
-
@import '
|
|
354
|
+
@import 'coverpage';
|
|
374
355
|
|
|
375
356
|
|
|
376
357
|
// To top button
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: metanorma-csd
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.3.
|
|
4
|
+
version: 1.3.5
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Ribose Inc.
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: exe
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2019-10-
|
|
11
|
+
date: 2019-10-27 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: metanorma-standoc
|