metanorma-itu 2.7.3 → 2.7.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 +4 -4
- data/lib/isodoc/itu/html/_coverpage.css +0 -10
- data/lib/isodoc/itu/html/htmlstyle.css +16 -22
- data/lib/isodoc/itu/html_convert.rb +0 -1
- data/lib/isodoc/itu/itu.implementers-guide.xsl +614 -160
- data/lib/isodoc/itu/itu.in-force.xsl +614 -160
- data/lib/isodoc/itu/itu.recommendation-annex.xsl +614 -160
- data/lib/isodoc/itu/itu.recommendation-supplement.xsl +614 -160
- data/lib/isodoc/itu/itu.recommendation.xsl +614 -160
- data/lib/isodoc/itu/itu.resolution.xsl +614 -160
- data/lib/isodoc/itu/itu.service-publication.xsl +614 -160
- data/lib/isodoc/itu/itu.technical-paper.xsl +614 -160
- data/lib/isodoc/itu/itu.technical-report.xsl +614 -160
- data/lib/isodoc/itu/metadata.rb +2 -0
- data/lib/isodoc/itu/presentation_section.rb +48 -3
- data/lib/metanorma/itu/front.rb +5 -12
- data/lib/metanorma/itu/isodoc.rng +44 -19
- data/lib/metanorma/itu/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 158cbb29c6757d123636c505d9ed550694b834f347630eb571a1f63c927d3c73
|
4
|
+
data.tar.gz: 6a904ea8c0a540edac4ad1da46cce585da9f8f0d01f930c13afbb3d7a87345dc
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 5c4a42c2abd0ccee5168911ab62cf52f451af0e21da12bfaac5405904057de581d653d4fda8f1b8a5bc21eb91de46fa70e7ced8e53874b71bab6d78a3d877c01
|
7
|
+
data.tar.gz: fd8dd2f4c22f84f69a20f1cdef91ffb731f8b241e8218fcc1f4c8e4c2c35289e2d0b68d8599a3c5da2dba9d063e4aeb6fa2b7a2ed921729ec627a56ffb0b3d47
|
@@ -138,16 +138,6 @@ div.document-stage-band, div.document-type-band {
|
|
138
138
|
background-color: #333333;
|
139
139
|
}
|
140
140
|
|
141
|
-
a.FootnoteRef + a.FootnoteRef::before {
|
142
|
-
content: ", ";
|
143
|
-
vertical-align: super;
|
144
|
-
}
|
145
|
-
|
146
|
-
a.TableFootnoteRef + a.TableFootnoteRef::before {
|
147
|
-
content: ", ";
|
148
|
-
vertical-align: super;
|
149
|
-
}
|
150
|
-
|
151
141
|
a.TableFootnoteRef, span.TableFootnoteRef,
|
152
142
|
a.FootnoteRef, span.FootnoteRef {
|
153
143
|
vertical-align: super;
|
@@ -138,16 +138,6 @@ div.document-stage-band, div.document-type-band {
|
|
138
138
|
background-color: #333333;
|
139
139
|
}
|
140
140
|
|
141
|
-
a.FootnoteRef + a.FootnoteRef::before {
|
142
|
-
content: ", ";
|
143
|
-
vertical-align: super;
|
144
|
-
}
|
145
|
-
|
146
|
-
a.TableFootnoteRef + a.TableFootnoteRef::before {
|
147
|
-
content: ", ";
|
148
|
-
vertical-align: super;
|
149
|
-
}
|
150
|
-
|
151
141
|
a.TableFootnoteRef, span.TableFootnoteRef,
|
152
142
|
a.FootnoteRef, span.FootnoteRef {
|
153
143
|
vertical-align: super;
|
@@ -863,16 +853,6 @@ nav #toc {
|
|
863
853
|
margin: 0;
|
864
854
|
}
|
865
855
|
}
|
866
|
-
.figure {
|
867
|
-
line-height: 1.6em;
|
868
|
-
padding: 1.5em;
|
869
|
-
margin: 2em 0 1em 0;
|
870
|
-
overflow: auto;
|
871
|
-
font-family: {{monospacefont}};
|
872
|
-
font-variant-ligatures: none;
|
873
|
-
background-color: #f6f6f6;
|
874
|
-
font-size: {{monospacefontsize}};
|
875
|
-
}
|
876
856
|
.figure .FigureTitle, .figure .figure-title {
|
877
857
|
font-weight: 700;
|
878
858
|
font-size: 1em;
|
@@ -885,6 +865,16 @@ nav #toc {
|
|
885
865
|
max-width: 100%;
|
886
866
|
height: auto;
|
887
867
|
}
|
868
|
+
.figure {
|
869
|
+
line-height: 1.6em;
|
870
|
+
padding: 1.5em;
|
871
|
+
margin: 2em 0 1em 0;
|
872
|
+
overflow: auto;
|
873
|
+
font-family: {{monospacefont}};
|
874
|
+
font-variant-ligatures: none;
|
875
|
+
background-color: #f6f6f6;
|
876
|
+
font-size: {{monospacefontsize}};
|
877
|
+
}
|
888
878
|
|
889
879
|
table div.figure {
|
890
880
|
padding: 0;
|
@@ -1202,11 +1192,13 @@ p.Biblio, p.NormRef {
|
|
1202
1192
|
padding: 1.2em;
|
1203
1193
|
margin: 2em 0 1em 0;
|
1204
1194
|
text-align: left;
|
1205
|
-
padding-left: 3.2em;
|
1206
1195
|
}
|
1207
1196
|
.example p {
|
1208
1197
|
margin: 0;
|
1209
1198
|
}
|
1199
|
+
.example {
|
1200
|
+
padding-left: 3.2em;
|
1201
|
+
}
|
1210
1202
|
.example .example-title {
|
1211
1203
|
font-weight: 700;
|
1212
1204
|
text-transform: uppercase;
|
@@ -1272,7 +1264,6 @@ table:not(.biblio) {
|
|
1272
1264
|
margin-left: auto;
|
1273
1265
|
margin-right: auto;
|
1274
1266
|
padding-right: 2em;
|
1275
|
-
color: #141115;
|
1276
1267
|
}
|
1277
1268
|
table:not(.biblio), table:not(.biblio) th, table:not(.biblio) td {
|
1278
1269
|
border: none;
|
@@ -1287,6 +1278,9 @@ table:not(.biblio) td.header {
|
|
1287
1278
|
table:not(.biblio), table:not(.biblio) th, table:not(.biblio) td {
|
1288
1279
|
border: none !important;
|
1289
1280
|
}
|
1281
|
+
table:not(.biblio) {
|
1282
|
+
color: #141115;
|
1283
|
+
}
|
1290
1284
|
table:not(.biblio) tr:nth-child(even) {
|
1291
1285
|
background: #f1f8ff;
|
1292
1286
|
}
|