metanorma-ogc 2.2.0 → 2.2.2
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/.github/workflows/rake.yml +1 -1
- data/.github/workflows/release.yml +24 -0
- data/lib/isodoc/ogc/html/htmlstyle.scss +1 -1
- data/lib/isodoc/ogc/ogc.abstract-specification-topic.xsl +128 -153
- data/lib/isodoc/ogc/ogc.best-practice.xsl +128 -153
- data/lib/isodoc/ogc/ogc.change-request-supporting-document.xsl +128 -153
- data/lib/isodoc/ogc/ogc.community-practice.xsl +128 -153
- data/lib/isodoc/ogc/ogc.community-standard.xsl +128 -153
- data/lib/isodoc/ogc/ogc.discussion-paper.xsl +128 -153
- data/lib/isodoc/ogc/ogc.engineering-report.xsl +128 -153
- data/lib/isodoc/ogc/ogc.other.xsl +128 -153
- data/lib/isodoc/ogc/ogc.policy.xsl +128 -153
- data/lib/isodoc/ogc/ogc.reference-model.xsl +128 -153
- data/lib/isodoc/ogc/ogc.release-notes.xsl +128 -153
- data/lib/isodoc/ogc/ogc.standard.xsl +128 -153
- data/lib/isodoc/ogc/ogc.test-suite.xsl +128 -153
- data/lib/isodoc/ogc/ogc.user-guide.xsl +128 -153
- data/lib/isodoc/ogc/ogc.white-paper.xsl +128 -153
- data/lib/isodoc/ogc/presentation_xml_convert.rb +7 -12
- data/lib/isodoc/ogc/xref.rb +0 -125
- data/lib/metanorma/ogc/biblio.rng +8 -5
- data/lib/metanorma/ogc/cleanup.rb +68 -97
- data/lib/metanorma/ogc/converter.rb +4 -10
- data/lib/metanorma/ogc/validate.rb +0 -45
- data/lib/metanorma/ogc/version.rb +1 -1
- data/lib/metanorma-ogc.rb +2 -1
- data/lib/relaton/render/config.yml +27 -3
- data/metanorma-ogc.gemspec +2 -0
- metadata +35 -14
- data/lib/isodoc/ogc/html/_coverpage.css +0 -205
- data/lib/isodoc/ogc/html/htmlstyle.css +0 -1149
- data/lib/isodoc/ogc/html/ogc.css +0 -861
- data/lib/isodoc/ogc/html/ogc_wp.css +0 -774
- data/lib/isodoc/ogc/html/wordstyle.css +0 -1344
- data/lib/isodoc/ogc/html/wordstyle_wp.css +0 -1270
- data/lib/isodoc/ogc/reqt.rb +0 -215
- data/lib/isodoc/ogc/reqt_helper.rb +0 -83
@@ -1,205 +0,0 @@
|
|
1
|
-
.coverpage-maturity, .coverpage-stage {
|
2
|
-
font-family: {{headerfont}};
|
3
|
-
font-weight: 400;
|
4
|
-
font-size: 1.3em;
|
5
|
-
margin: 0 0 2em 0;
|
6
|
-
text-transform: uppercase; }
|
7
|
-
|
8
|
-
.icon-svg {
|
9
|
-
width: 100%;
|
10
|
-
color: #5ecf86; }
|
11
|
-
|
12
|
-
.wrapper-top {
|
13
|
-
background: #00335b;
|
14
|
-
background: linear-gradient(130deg, #00335b 45%, #f1f8ff 100%);
|
15
|
-
color: #ffffff;
|
16
|
-
padding: 5em 0;
|
17
|
-
width: 100%; }
|
18
|
-
|
19
|
-
.wrapper-top-bottom {
|
20
|
-
width: 0;
|
21
|
-
height: 0;
|
22
|
-
border-top: 100px solid #00335b;
|
23
|
-
border-right: 100px solid transparent;
|
24
|
-
position: absolute; }
|
25
|
-
|
26
|
-
.document-type-band {
|
27
|
-
top: 260px; }
|
28
|
-
|
29
|
-
.document-stage-band > :first-child {
|
30
|
-
height: 240px; }
|
31
|
-
|
32
|
-
.coverpage-metadata {
|
33
|
-
margin-top: 35px;
|
34
|
-
padding-top: 15px;
|
35
|
-
margin-right: 25px;
|
36
|
-
border-top: solid 1px white; }
|
37
|
-
|
38
|
-
.coverpage-metadata,
|
39
|
-
.coverpage-alt-formats {
|
40
|
-
font-size: 12px;
|
41
|
-
font-family: {{headerfont}};
|
42
|
-
margin-left: 1em;
|
43
|
-
text-align: left; }
|
44
|
-
.coverpage-metadata span,
|
45
|
-
.coverpage-alt-formats span {
|
46
|
-
display: block;
|
47
|
-
text-align: left; }
|
48
|
-
.coverpage-metadata span a,
|
49
|
-
.coverpage-alt-formats span a {
|
50
|
-
color: white; }
|
51
|
-
.coverpage-metadata span a:hover,
|
52
|
-
.coverpage-alt-formats span a:hover {
|
53
|
-
text-decoration: underline;
|
54
|
-
background: none;
|
55
|
-
box-shadow: none !important;
|
56
|
-
font-weight: 400; }
|
57
|
-
.coverpage-metadata .value,
|
58
|
-
.coverpage-alt-formats .value {
|
59
|
-
font-size: 15px;
|
60
|
-
margin-bottom: 15px; }
|
61
|
-
.coverpage-metadata .label,
|
62
|
-
.coverpage-alt-formats .label {
|
63
|
-
font-size: 12px;
|
64
|
-
padding: 0; }
|
65
|
-
|
66
|
-
.coverpage-alt-formats span {
|
67
|
-
display: inline;
|
68
|
-
text-align: left; }
|
69
|
-
.coverpage-alt-formats span a {
|
70
|
-
padding-right: 5px; }
|
71
|
-
|
72
|
-
.coverpage-title {
|
73
|
-
padding-bottom: 0.5em;
|
74
|
-
font-family: {{headerfont}};
|
75
|
-
font-weight: 100;
|
76
|
-
padding-left: 1em;
|
77
|
-
padding-right: 1em; }
|
78
|
-
.coverpage-title span {
|
79
|
-
font-family: {{headerfont}};
|
80
|
-
font-size: 1.8em;
|
81
|
-
line-height: 1; }
|
82
|
-
|
83
|
-
.docstage-box table {
|
84
|
-
width: auto; }
|
85
|
-
|
86
|
-
.docstage-box th {
|
87
|
-
background-color: #93c0d6; }
|
88
|
-
|
89
|
-
.docstage-box td {
|
90
|
-
vertical-align: top;
|
91
|
-
background-color: #daeef3;
|
92
|
-
padding: 0.5em;
|
93
|
-
border: 0; }
|
94
|
-
|
95
|
-
.docstage-box th:first-child {
|
96
|
-
border-radius: 1em 0 0 0; }
|
97
|
-
|
98
|
-
.docstage-box th:last-child {
|
99
|
-
border-radius: 0 1em 0 0; }
|
100
|
-
|
101
|
-
.docstage-box tr:first-child {
|
102
|
-
border-radius: 0 0 0 1em; }
|
103
|
-
|
104
|
-
.docstage-box tr:last-child {
|
105
|
-
border-radius: 0 1em 0 0; }
|
106
|
-
|
107
|
-
.docstage-box tr:last-child > td:first-child {
|
108
|
-
border-radius: 0 0 0 1em; }
|
109
|
-
|
110
|
-
.docstage-box tr:last-child > td:last-child {
|
111
|
-
border-radius: 0 0 1em 0; }
|
112
|
-
|
113
|
-
.WordSection11 {
|
114
|
-
padding: 0 2em 0 3em; }
|
115
|
-
|
116
|
-
.info-section {
|
117
|
-
padding: 0 2em 0 5em; }
|
118
|
-
|
119
|
-
.prefatory-section {
|
120
|
-
padding: 0 3em 0 6em; }
|
121
|
-
|
122
|
-
.zzSTDTitle1, .MsoCommentText {
|
123
|
-
display: none; }
|
124
|
-
|
125
|
-
.coverpage {
|
126
|
-
text-align: center;
|
127
|
-
padding-left: 1.5em; }
|
128
|
-
|
129
|
-
.coverpage-logo span, .coverpage-tc-name span {
|
130
|
-
font-family: {{bodyfont}};
|
131
|
-
text-transform: none;
|
132
|
-
font-weight: 300;
|
133
|
-
margin-left: 1em; }
|
134
|
-
|
135
|
-
.coverpage-logo img {
|
136
|
-
width: 500px;
|
137
|
-
height: auto; }
|
138
|
-
|
139
|
-
.coverpage-tc-name {
|
140
|
-
font-size: 1.2em;
|
141
|
-
line-height: 1.2em;
|
142
|
-
margin: 0.25em 0; }
|
143
|
-
|
144
|
-
.copyright {
|
145
|
-
padding: 1em;
|
146
|
-
font-size: 0.9em;
|
147
|
-
text-align: left; }
|
148
|
-
|
149
|
-
/* Document Identity */
|
150
|
-
.coverpage-doc-identity {
|
151
|
-
font-size: 2em;
|
152
|
-
line-height: 2em; }
|
153
|
-
|
154
|
-
.coverpage-title .title-second {
|
155
|
-
display: none; }
|
156
|
-
|
157
|
-
.coverpage-stage-block {
|
158
|
-
font-family: {{headerfont}};
|
159
|
-
font-weight: 600;
|
160
|
-
font-size: 1.25em;
|
161
|
-
margin: 2em 0em 2em 0em;
|
162
|
-
text-transform: uppercase; }
|
163
|
-
|
164
|
-
.authors {
|
165
|
-
margin-top: 2em; }
|
166
|
-
.authors span {
|
167
|
-
display: block;
|
168
|
-
line-height: 2; }
|
169
|
-
.authors span.roletag {
|
170
|
-
display: inline-block;
|
171
|
-
font-size: 12px;
|
172
|
-
color: #00335b;
|
173
|
-
background-color: white;
|
174
|
-
padding: 2px 5px;
|
175
|
-
margin-left: 7px;
|
176
|
-
border-radius: 5px; }
|
177
|
-
|
178
|
-
/* Draft Warning */
|
179
|
-
.coverpage-warning {
|
180
|
-
border: #f36f36 solid 2px;
|
181
|
-
color: #f36f36 !important;
|
182
|
-
margin: 1em 2em;
|
183
|
-
color: #2e81c2;
|
184
|
-
padding: 2em 1em 1em 1em;
|
185
|
-
border-radius: 25px; }
|
186
|
-
.coverpage-warning h1 {
|
187
|
-
font-family: {{headerfont}};
|
188
|
-
font-weight: 300;
|
189
|
-
text-transform: uppercase;
|
190
|
-
font-size: 1.2em; }
|
191
|
-
|
192
|
-
@media print {
|
193
|
-
.document-info, .copyright {
|
194
|
-
page-break-before: always; }
|
195
|
-
.coverpage {
|
196
|
-
height: 23cm; }
|
197
|
-
.info-section {
|
198
|
-
display: none; }
|
199
|
-
.wrapper-top {
|
200
|
-
top: 0;
|
201
|
-
padding-top: 4cm;
|
202
|
-
padding-bottom: 4cm; }
|
203
|
-
.wrapper-top-bottom {
|
204
|
-
margin-top: -5px;
|
205
|
-
display: none; } }
|