metanorma-itu 2.8.2 → 2.8.4

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: 847df72debd79e7f009d4f2fcd9b0d834f37aefd5f6aaa0e6cffba23ebfbf633
4
- data.tar.gz: eebad6fec73e18eb60cdd814e775d27e3c9f466faf222c7c77451671b6a254c6
3
+ metadata.gz: 63567364155d68f66099200d1d3568d0c1bfd0a17b74a72c0c7b64342798f1f4
4
+ data.tar.gz: 562a0859cd6616cc92fa6fde1d078cd421ba625d34519ccac73fcedcc3559c87
5
5
  SHA512:
6
- metadata.gz: 1d484cded11c945068d54d57738668bcf27c1fb997693bdd7b902a27547b30fcec746a20217faa3855238260c44634ccd02a92729b5bf3a81a7feac617e27e08
7
- data.tar.gz: 3f2dfeed60e2fe0912e20d437a4606b3af9e0fdca7cc05f35f7c35f54bb5a7c86d9ae1f7c7165c8b6501cb987ce4d714de53ad51e1d5d1e48f1212ee7a00a518
6
+ metadata.gz: 67da2c8835fc974209329ae279bb78db56404d2667f96ddad682a63d7889b94e418f470a34912ae85a0634b478d3fbc64940a5e8057ef19686f727927439b8ed
7
+ data.tar.gz: 2ed17169f6e2402d2a76b1d9572883c9b113160ac1a9f86e9be1744cfb289ad4c0c4ae79108bffb9a219a6ba72f0c93ddce85247d4098e5afa3d65241a8c0c37
@@ -853,19 +853,19 @@ nav #toc {
853
853
  margin: 0;
854
854
  }
855
855
  }
856
- .figure .FigureTitle, .figure .figure-title {
856
+ figure figcaption {
857
857
  font-weight: 700;
858
858
  font-size: 1em;
859
859
  text-align: center;
860
860
  }
861
- .figure > img, .figure > svg {
861
+ figure > img, figure > svg {
862
862
  margin-left: auto;
863
863
  margin-right: auto;
864
864
  display: block;
865
865
  max-width: 100%;
866
866
  height: auto;
867
867
  }
868
- .figure {
868
+ figure {
869
869
  line-height: 1.6em;
870
870
  padding: 1.5em;
871
871
  margin: 2em 0 1em 0;
@@ -876,7 +876,7 @@ nav #toc {
876
876
  font-size: {{monospacefontsize}};
877
877
  }
878
878
 
879
- table div.figure {
879
+ table figure {
880
880
  padding: 0;
881
881
  margin: 0;
882
882
  }
@@ -1161,11 +1161,15 @@ ol ul > li:first-child {
1161
1161
  }
1162
1162
 
1163
1163
  /* Bibliograhy */
1164
- p.Biblio, p.NormRef {
1164
+ p.Biblio, p.NormRef, div.Biblio, div.NormRef {
1165
1165
  margin-top: 1em;
1166
1166
  margin-left: 2em;
1167
1167
  }
1168
1168
 
1169
+ .Biblio.note, .Biblio.Note, .NormRef.note, .NormRef.Note {
1170
+ margin-left: 3em;
1171
+ }
1172
+
1169
1173
  /* Blocks */
1170
1174
  .Note {
1171
1175
  background-color: #ffca3a;
@@ -1275,6 +1279,10 @@ table:not(.biblio) th, table:not(.biblio) td {
1275
1279
  table:not(.biblio) td.header {
1276
1280
  font-weight: 400;
1277
1281
  }
1282
+ table:not(.biblio) table.plain, table:not(.biblio) table.plain th, table:not(.biblio) table.plain td {
1283
+ border: none !important;
1284
+ font-size: 0.95em;
1285
+ }
1278
1286
  table:not(.biblio), table:not(.biblio) th, table:not(.biblio) td {
1279
1287
  border: none !important;
1280
1288
  }
@@ -1288,7 +1296,7 @@ table:not(.biblio) tr:nth-child(odd) {
1288
1296
  background: #f6f8fa;
1289
1297
  }
1290
1298
 
1291
- p.TableTitle {
1299
+ table > caption {
1292
1300
  text-align: center;
1293
1301
  margin-top: 2.5em;
1294
1302
  font-weight: 400;
@@ -1321,7 +1329,7 @@ a.footnote-number {
1321
1329
  text-align: center;
1322
1330
  }
1323
1331
 
1324
- dl.formula_dl {
1332
+ .formula_dl {
1325
1333
  background-color: #f6f6f6;
1326
1334
  margin-left: 1.4cm;
1327
1335
  margin-right: 1.4cm;
@@ -1430,7 +1438,7 @@ a.anchorjs-link:hover {
1430
1438
  margin-right: 0;
1431
1439
  background-color: white;
1432
1440
  }
1433
- .note, .figure, pre, table {
1441
+ .note, figure, pre, table {
1434
1442
  page-break-inside: avoid;
1435
1443
  }
1436
1444
  .wrapper-top {
@@ -150,7 +150,7 @@ nav {
150
150
  }
151
151
 
152
152
 
153
- .figure {
153
+ figure {
154
154
  @include figureBlock();
155
155
  @include monospaceBlockStyle();
156
156
 
@@ -158,7 +158,7 @@ nav {
158
158
  font-size: $monospacefontsize;
159
159
  }
160
160
 
161
- table div.figure {
161
+ table figure {
162
162
  padding: 0;
163
163
  margin: 0;
164
164
  }
@@ -385,11 +385,14 @@ ol ul > li:first-child {
385
385
 
386
386
  /* Bibliograhy */
387
387
 
388
- p.Biblio, p.NormRef {
388
+ p.Biblio, p.NormRef, div.Biblio, div.NormRef {
389
389
  margin-top: 1em;
390
390
  margin-left: 2em;
391
391
  }
392
392
 
393
+ .Biblio.note, .Biblio.Note, .NormRef.note, .NormRef.Note {
394
+ margin-left: 3em;
395
+ }
393
396
 
394
397
  /* Blocks */
395
398
 
@@ -487,7 +490,7 @@ table:not(.biblio) {
487
490
  }
488
491
  }
489
492
 
490
- p.TableTitle {
493
+ table > caption {
491
494
  text-align: center;
492
495
  margin-top: 2.5em;
493
496
  font-weight: 400;
@@ -520,7 +523,7 @@ a.footnote-number {
520
523
  @include formulaBlock(#f6f6f6);
521
524
  }
522
525
 
523
- dl.formula_dl {
526
+ .formula_dl {
524
527
  background-color: #f6f6f6;
525
528
  margin-left: 1.4cm;
526
529
  margin-right: 1.4cm;
@@ -613,7 +616,7 @@ a.anchorjs-link {
613
616
  background-color: white;
614
617
  }
615
618
 
616
- .note, .figure, pre, table {
619
+ .note, figure, pre, table {
617
620
  page-break-inside: avoid;
618
621
  }
619
622
 
@@ -816,7 +816,7 @@ p.Formula, li.Formula, div.Formula {
816
816
  mso-ansi-language: EN-GB;
817
817
  }
818
818
 
819
- table.formula_dl {
819
+ div.formula_dl, p.formula_dl, table.formula_dl {
820
820
  margin-left: 1.4cm;
821
821
  margin-right: 1.4cm;
822
822
  }
@@ -1095,6 +1095,11 @@ table.MsoISOTable td, table.MsoISOTableBig td {
1095
1095
  padding: 0cm 2.85pt 0cm 2.85pt;
1096
1096
  }
1097
1097
 
1098
+ table.MsoNormalTable th, table.MsoNormalTable td {
1099
+ border: none;
1100
+ mso-border-alt: none;
1101
+ }
1102
+
1098
1103
  table.MsoISOTable p, table.MsoISOTableBig p {
1099
1104
  font-size: {{smallerfontsize}};
1100
1105
  }
@@ -743,7 +743,7 @@ p.Formula, li.Formula, div.Formula
743
743
  mso-fareast-font-family:$bodyfont;
744
744
  mso-bidi-font-family:$bodyfont;
745
745
  mso-ansi-language:EN-GB;}
746
- table.formula_dl {
746
+ div.formula_dl, p.formula_dl, table.formula_dl {
747
747
  margin-left:1.4cm;
748
748
  margin-right:1.4cm;
749
749
  }
@@ -999,6 +999,10 @@ table.MsoISOTable td, table.MsoISOTableBig td
999
999
  {border:solid windowtext 1pt;
1000
1000
  mso-border-alt:solid windowtext 1pt;
1001
1001
  padding:0cm 2.85pt 0cm 2.85pt;}
1002
+ table.MsoNormalTable th, table.MsoNormalTable td {
1003
+ border: none;
1004
+ mso-border-alt: none;
1005
+ }
1002
1006
  table.MsoISOTable p, table.MsoISOTableBig p
1003
1007
  {font-size:$smallerfontsize; }
1004
1008
  table.MsoTableGrid