metanorma-iso 2.1.8 → 2.1.9
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/isodoc/iso/html/htmlstyle.css +47 -0
- data/lib/isodoc/iso/html/isodoc-dis.css +4493 -0
- data/lib/isodoc/iso/html/isodoc.css +1346 -0
- data/lib/isodoc/iso/html/style-human.css +1062 -0
- data/lib/isodoc/iso/html/style-iso.css +1088 -0
- data/lib/isodoc/iso/html/wordstyle-dis.css +2280 -0
- data/lib/isodoc/iso/html/wordstyle.css +1728 -0
- data/lib/metanorma/iso/version.rb +1 -1
- metadata +9 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 736603eaeed361ebf56fc8903c4d25db5a5a38639bce84a8a27923929d5c591d
|
4
|
+
data.tar.gz: fa9c3e2707ed1642cbbd934061c556c8bf7613d5d88575cd35bf86b84ed9ce8e
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 23dbd404fb1b7745a787f7c70f7f7d3885b499b4329c49f821bc7e81361eed76c7378539c973b596b5b033801757081c152069e467267c566f4de14fb56d471e
|
7
|
+
data.tar.gz: 975d364c1c59be33c513cb5f010d1b393dd9ff33d336816f8433ca5bfccbf09d94137212fd642737c4c1303815099857acf8518bc28d443256ce95b744905d29
|
@@ -0,0 +1,47 @@
|
|
1
|
+
p.MsoCommentText, li.MsoCommentText, div.MsoCommentText {
|
2
|
+
mso-style-noshow: yes;
|
3
|
+
mso-style-priority: 99;
|
4
|
+
mso-style-link: "Comment Text Char";
|
5
|
+
margin-top: 0cm;
|
6
|
+
margin-right: 0cm;
|
7
|
+
margin-bottom: 12.0pt;
|
8
|
+
margin-left: 0cm;
|
9
|
+
text-align: justify;
|
10
|
+
line-height: 12.0pt;
|
11
|
+
mso-pagination: widow-orphan;
|
12
|
+
tab-stops: 20.15pt;
|
13
|
+
font-size: {{normalfontsize}};
|
14
|
+
font-family: {{bodyfont}};
|
15
|
+
mso-fareast-font-family: Calibri;
|
16
|
+
mso-bidi-font-family: "Times New Roman";
|
17
|
+
mso-ansi-language: EN-GB;
|
18
|
+
mso-fareast-language: EN-US; }
|
19
|
+
|
20
|
+
span.MsoCommentReference {
|
21
|
+
mso-style-noshow: yes;
|
22
|
+
mso-style-priority: 99;
|
23
|
+
mso-style-parent: "";
|
24
|
+
mso-ansi-font-size: 9.0pt;
|
25
|
+
mso-bidi-font-size: 9.0pt; }
|
26
|
+
|
27
|
+
p.MsoCommentSubject, li.MsoCommentSubject, div.MsoCommentSubject {
|
28
|
+
mso-style-noshow: yes;
|
29
|
+
mso-style-priority: 99;
|
30
|
+
mso-style-parent: "Comment Text";
|
31
|
+
mso-style-link: "Comment Subject Char";
|
32
|
+
mso-style-next: "Comment Text";
|
33
|
+
margin-top: 0cm;
|
34
|
+
margin-right: 0cm;
|
35
|
+
margin-bottom: 12.0pt;
|
36
|
+
margin-left: 0cm;
|
37
|
+
text-align: justify;
|
38
|
+
line-height: 12.0pt;
|
39
|
+
mso-pagination: widow-orphan;
|
40
|
+
tab-stops: 20.15pt;
|
41
|
+
font-size: 10.0pt;
|
42
|
+
font-family: {{headerfont}};
|
43
|
+
mso-fareast-font-family: Calibri;
|
44
|
+
mso-bidi-font-family: "Times New Roman";
|
45
|
+
mso-ansi-language: EN-GB;
|
46
|
+
mso-fareast-language: EN-US;
|
47
|
+
font-weight: bold; }
|