metanorma-ogc 1.1.1 → 1.2.2

Sign up to get free protection for your applications and to get access to all the features.
Files changed (51) hide show
  1. checksums.yaml +4 -4
  2. data/Rakefile +2 -0
  3. data/lib/asciidoctor/ogc/boilerplate.xml +3 -3
  4. data/lib/asciidoctor/ogc/converter.rb +12 -8
  5. data/lib/asciidoctor/ogc/front.rb +8 -20
  6. data/lib/asciidoctor/ogc/isodoc.rng +16 -7
  7. data/lib/asciidoctor/ogc/validate.rb +13 -25
  8. data/lib/isodoc/ogc/base_convert.rb +33 -48
  9. data/lib/isodoc/ogc/biblio.rb +33 -4
  10. data/lib/isodoc/ogc/html/_coverpage.css +195 -0
  11. data/lib/isodoc/ogc/html/header_wp.html +210 -0
  12. data/lib/isodoc/ogc/html/htmlstyle.css +1084 -0
  13. data/lib/isodoc/ogc/html/logo.png +0 -0
  14. data/lib/isodoc/ogc/html/ogc.css +838 -0
  15. data/lib/isodoc/ogc/html/ogc.scss +4 -2
  16. data/lib/isodoc/ogc/html/ogc_wp.css +758 -0
  17. data/lib/isodoc/ogc/html/ogc_wp.scss +724 -0
  18. data/lib/isodoc/ogc/html/word_ogc_intro_wp.html +14 -0
  19. data/lib/isodoc/ogc/html/word_ogc_titlepage_wp.html +175 -0
  20. data/lib/isodoc/ogc/html/wordstyle.css +1253 -0
  21. data/lib/isodoc/ogc/html/wordstyle.scss +8 -9
  22. data/lib/isodoc/ogc/html/wordstyle_wp.css +1181 -0
  23. data/lib/isodoc/ogc/html/wordstyle_wp.scss +1093 -0
  24. data/lib/isodoc/ogc/html_convert.rb +3 -0
  25. data/lib/isodoc/ogc/i18n-en.yaml +1 -0
  26. data/lib/isodoc/ogc/i18n.rb +10 -0
  27. data/lib/isodoc/ogc/init.rb +41 -0
  28. data/lib/isodoc/ogc/metadata.rb +31 -28
  29. data/lib/isodoc/ogc/ogc.abstract-specification-topic.xsl +1899 -1618
  30. data/lib/isodoc/ogc/ogc.best-practice.xsl +1899 -1618
  31. data/lib/isodoc/ogc/ogc.change-request-supporting-document.xsl +1899 -1618
  32. data/lib/isodoc/ogc/ogc.community-practice.xsl +1899 -1618
  33. data/lib/isodoc/ogc/ogc.community-standard.xsl +1899 -1618
  34. data/lib/isodoc/ogc/ogc.discussion-paper.xsl +1899 -1618
  35. data/lib/isodoc/ogc/ogc.engineering-report.xsl +1899 -1618
  36. data/lib/isodoc/ogc/ogc.other.xsl +1899 -1618
  37. data/lib/isodoc/ogc/ogc.policy.xsl +1899 -1618
  38. data/lib/isodoc/ogc/ogc.reference-model.xsl +1899 -1618
  39. data/lib/isodoc/ogc/ogc.release-notes.xsl +1899 -1618
  40. data/lib/isodoc/ogc/ogc.standard.xsl +1899 -1618
  41. data/lib/isodoc/ogc/ogc.test-suite.xsl +1899 -1618
  42. data/lib/isodoc/ogc/ogc.user-guide.xsl +1899 -1618
  43. data/lib/isodoc/ogc/ogc.white-paper.xsl +2264 -2218
  44. data/lib/isodoc/ogc/presentation_xml_convert.rb +134 -1
  45. data/lib/isodoc/ogc/reqt.rb +91 -124
  46. data/lib/isodoc/ogc/sections.rb +18 -64
  47. data/lib/isodoc/ogc/word_convert.rb +23 -3
  48. data/lib/isodoc/ogc/xref.rb +28 -23
  49. data/lib/metanorma/ogc/version.rb +1 -1
  50. data/metanorma-ogc.gemspec +3 -4
  51. metadata +34 -34
@@ -0,0 +1,195 @@
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
+ .coverpage-metadata {
27
+ margin-top: 35px;
28
+ padding-top: 15px;
29
+ margin-right: 25px;
30
+ border-top: solid 1px white; }
31
+
32
+ .coverpage-metadata,
33
+ .coverpage-alt-formats {
34
+ font-size: 12px;
35
+ font-family: {{headerfont}};
36
+ margin-left: 1em;
37
+ text-align: left; }
38
+ .coverpage-metadata span,
39
+ .coverpage-alt-formats span {
40
+ display: block;
41
+ text-align: left; }
42
+ .coverpage-metadata span a,
43
+ .coverpage-alt-formats span a {
44
+ color: white; }
45
+ .coverpage-metadata span a:hover,
46
+ .coverpage-alt-formats span a:hover {
47
+ text-decoration: underline;
48
+ background: none;
49
+ box-shadow: none !important;
50
+ font-weight: 400; }
51
+ .coverpage-metadata .value,
52
+ .coverpage-alt-formats .value {
53
+ font-size: 15px;
54
+ margin-bottom: 15px; }
55
+ .coverpage-metadata .label,
56
+ .coverpage-alt-formats .label {
57
+ font-size: 12px;
58
+ padding: 0; }
59
+
60
+ .coverpage-alt-formats span {
61
+ display: inline;
62
+ text-align: left; }
63
+ .coverpage-alt-formats span a {
64
+ padding-right: 5px; }
65
+
66
+ .coverpage-title {
67
+ padding-bottom: 0.5em;
68
+ font-family: {{headerfont}};
69
+ font-weight: 100;
70
+ padding-left: 1em;
71
+ padding-right: 1em; }
72
+ .coverpage-title span {
73
+ font-family: {{headerfont}};
74
+ font-size: 1.8em;
75
+ line-height: 1; }
76
+
77
+ .docstage-box table {
78
+ width: auto; }
79
+
80
+ .docstage-box th {
81
+ background-color: #93c0d6; }
82
+
83
+ .docstage-box td {
84
+ vertical-align: top;
85
+ background-color: #daeef3;
86
+ padding: 0.5em;
87
+ border: 0; }
88
+
89
+ .docstage-box th:first-child {
90
+ border-radius: 1em 0 0 0; }
91
+
92
+ .docstage-box th:last-child {
93
+ border-radius: 0 1em 0 0; }
94
+
95
+ .docstage-box tr:first-child {
96
+ border-radius: 0 0 0 1em; }
97
+
98
+ .docstage-box tr:last-child {
99
+ border-radius: 0 1em 0 0; }
100
+
101
+ .docstage-box tr:last-child > td:first-child {
102
+ border-radius: 0 0 0 1em; }
103
+
104
+ .docstage-box tr:last-child > td:last-child {
105
+ border-radius: 0 0 1em 0; }
106
+
107
+ .WordSection11 {
108
+ padding: 0 2em 0 3em; }
109
+
110
+ .info-section {
111
+ padding: 0 2em 0 5em; }
112
+
113
+ .prefatory-section {
114
+ padding: 0 3em 0 6em; }
115
+
116
+ .zzSTDTitle1, .MsoCommentText {
117
+ display: none; }
118
+
119
+ .coverpage {
120
+ text-align: center;
121
+ padding-left: 1.5em; }
122
+
123
+ .coverpage-logo span, .coverpage-tc-name span {
124
+ font-family: {{bodyfont}};
125
+ text-transform: none;
126
+ font-weight: 300;
127
+ margin-left: 1em; }
128
+
129
+ .coverpage-tc-name {
130
+ font-size: 1.2em;
131
+ line-height: 1.2em;
132
+ margin: 0.25em 0; }
133
+
134
+ .copyright {
135
+ padding: 1em;
136
+ font-size: 0.9em;
137
+ text-align: left; }
138
+
139
+ /* Document Identity */
140
+ .coverpage-doc-identity {
141
+ font-size: 2em;
142
+ line-height: 2em; }
143
+
144
+ .coverpage-title .title-second {
145
+ display: none; }
146
+
147
+ .coverpage-stage-block {
148
+ font-family: {{headerfont}};
149
+ font-weight: 600;
150
+ font-size: 1.25em;
151
+ margin: 2em 0em 2em 0em;
152
+ text-transform: uppercase; }
153
+
154
+ .authors {
155
+ margin-top: 2em; }
156
+ .authors span {
157
+ display: block;
158
+ line-height: 2; }
159
+ .authors span.roletag {
160
+ display: inline-block;
161
+ font-size: 12px;
162
+ color: #00335b;
163
+ background-color: white;
164
+ padding: 2px 5px;
165
+ margin-left: 7px;
166
+ border-radius: 5px; }
167
+
168
+ /* Draft Warning */
169
+ .coverpage-warning {
170
+ border: #f36f36 solid 2px;
171
+ color: #f36f36 !important;
172
+ margin: 1em 2em;
173
+ color: #2e81c2;
174
+ padding: 2em 1em 1em 1em;
175
+ border-radius: 25px; }
176
+ .coverpage-warning h1 {
177
+ font-family: {{headerfont}};
178
+ font-weight: 300;
179
+ text-transform: uppercase;
180
+ font-size: 1.2em; }
181
+
182
+ @media print {
183
+ .document-info, .copyright {
184
+ page-break-before: always; }
185
+ .coverpage {
186
+ height: 23cm; }
187
+ .info-section {
188
+ display: none; }
189
+ .wrapper-top {
190
+ top: 0;
191
+ padding-top: 4cm;
192
+ padding-bottom: 4cm; }
193
+ .wrapper-top-bottom {
194
+ margin-top: -5px;
195
+ display: none; } }
@@ -0,0 +1,210 @@
1
+ <html xmlns:v="urn:schemas-microsoft-com:vml"
2
+ xmlns:o="urn:schemas-microsoft-com:office:office"
3
+ xmlns:w="urn:schemas-microsoft-com:office:word"
4
+ xmlns:m="http://schemas.microsoft.com/office/2004/12/omml"
5
+ xmlns:mv="http://macVmlSchemaUri" xmlns="http://www.w3.org/TR/REC-html40">
6
+
7
+ <head>
8
+ <meta name="Title" content="">
9
+ <meta name="Keywords" content="">
10
+ <meta "http-equiv"="Content-Type" content="text/html; charset=utf-8">
11
+ <meta name="ProgId" content="Word.Document">
12
+ <meta name="Generator" content="Microsoft Word 15">
13
+ <meta name="Originator" content="Microsoft Word 15">
14
+ <link id=Main-File rel=Main-File href="../{{ filename }}.html">
15
+ <!--[if gte mso 9]><xml>
16
+ <o:shapedefaults v:ext="edit" spidmax="2049"/>
17
+ </xml><![endif]-->
18
+ </head>
19
+
20
+ <body lang="EN" link="#0563C1" vlink="#954F72">
21
+
22
+ <div style='mso-element:footnote-separator' id="fs">
23
+
24
+ <p class="MsoNormal" style='margin-bottom:0cm;margin-bottom:.0001pt;line-height:normal'><span lang=EN-GB><span style='mso-special-character:footnote-separator'>
25
+
26
+ </span></span></p>
27
+
28
+ </div>
29
+
30
+ <div style='mso-element:footnote-continuation-separator' id="fcs">
31
+
32
+ <p class="MsoNormal" style='margin-bottom:0cm;margin-bottom:.0001pt;line-height:normal'><span lang="EN-GB"><span style='mso-special-character:footnote-continuation-separator'>
33
+
34
+ </span></span></p>
35
+
36
+ </div>
37
+
38
+ <div style='mso-element:footnote-continuation-notice' id="fcn">
39
+
40
+ <p class="MsoNormal" style='margin-top:0cm;line-height:normal'><span lang=EN-US>&#xA0;</span></p>
41
+
42
+ </div>
43
+
44
+
45
+ <div style='mso-element:endnote-separator' id="es">
46
+
47
+ <p class="MsoNormal" style='margin-bottom:0cm;margin-bottom:.0001pt;line-height:normal'><span lang="EN-GB"><span style='mso-special-character:footnote-separator'>
48
+
49
+ </span></span></p>
50
+
51
+ </div>
52
+
53
+ <div style='mso-element:endnote-continuation-separator' id="ecs">
54
+
55
+ <p class="MsoNormal" style='margin-bottom:0cm;margin-bottom:.0001pt;line-height:normal'><span lang="EN-GB"><span style='mso-special-character:footnote-continuation-separator'>
56
+
57
+ </span></span></p>
58
+
59
+ </div>
60
+
61
+ <div style='mso-element:endnote-continuation-notice' id="ecn">
62
+
63
+ <p class="MsoNormal" style='margin-top:0cm;line-height:normal'><span lang=EN-US>&#xA0;</span></p>
64
+
65
+ </div>
66
+
67
+
68
+ <div style='mso-element:header' id="h1">
69
+
70
+ <p class="MsoHeader"><span lang="EN-US" style='mso-no-proof:yes'><v:rect
71
+ id="Rectangle_x0020_5" o:spid="_x0000_s2051" style='position:absolute;margin-left:0;margin-top:-12.55pt;width:611.5pt;height:52.4pt;z-index:-251653120;visibility:visible;mso-wrap-style:square;mso-width-percent:0;mso-height-percent:0;mso-wrap-distance-left:9pt;mso-wrap-distance-top:0;mso-wrap-distance-right:9pt;mso-wrap-distance-bottom:0;mso-position-horizontal:left;mso-position-horizontal-relative:page;mso-position-vertical:absolute;mso-position-vertical-relative:text;mso-width-percent:0;mso-height-percent:0;mso-width-relative:margin;mso-height-relative:margin;v-text-anchor:middle' o:gfxdata="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
102
+ bFBLBQYAAAAABAAEAPMAAAD1BQAAAAA=
103
+ " fillcolor="#036" strokecolor="#1f4d78 [1604]" strokeweight="1pt">
104
+ <w:wrap anchorx="page"/>
105
+ </v:rect></span></p>
106
+
107
+ </div>
108
+
109
+ <div style='mso-element:footer' id=f1>
110
+
111
+ <p class="MsoFooter" align="right" style='text-align:right'><span lang="EN-US"
112
+ style='mso-no-proof:yes'><v:shapetype id="_x0000_t202"
113
+ coordsize="21600,21600" o:spt="202" path="m,l,21600r21600,l21600,xe">
114
+ <v:stroke joinstyle="miter"/>
115
+ <v:path gradientshapeok="t" o:connecttype="rect"/>
116
+ </v:shapetype><v:shape id="Text_x0020_Box_x0020_2" o:spid="_x0000_s2050"
117
+ type="#_x0000_t202" style='position:absolute;left:0;text-align:left;margin-left:-12.75pt;margin-top:-6.8pt;width:185.9pt;height:110.6pt;z-index:251661312;visibility:visible;mso-wrap-style:square;mso-width-percent:400;mso-height-percent:200;mso-wrap-distance-left:9pt;mso-wrap-distance-top:3.6pt;mso-wrap-distance-right:9pt;mso-wrap-distance-bottom:3.6pt;mso-position-horizontal:absolute;mso-position-horizontal-relative:text;mso-position-vertical:absolute;mso-position-vertical-relative:text;mso-width-percent:400;mso-height-percent:200;mso-width-relative:margin;mso-height-relative:margin;v-text-anchor:top' o:gfxdata="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
146
+ APMAAAB3BQAAAAA=
147
+ " filled="f" stroked="f">
148
+ <v:textbox style='mso-fit-shape-to-text:t'>
149
+ <div>
150
+ <p class="MsoNormal"><span lang="EN-US" style='color:#E7E6E6;mso-themecolor:background2'>ogc.org</span></p>
151
+ </div>
152
+ </table>
153
+ </v:textbox>
154
+ <w:wrap type="square"/>
155
+ </v:shape><v:rect id="Rectangle_x0020_2" o:spid="_x0000_s2049"
156
+ style='position:absolute;left:0;text-align:left;margin-left:2.5pt;margin-top:-4.1pt;width:611.5pt;height:75.6pt;z-index:-251657216;visibility:visible;mso-wrap-style:square;mso-width-percent:0;mso-height-percent:0;mso-wrap-distance-left:9pt;mso-wrap-distance-top:0;mso-wrap-distance-right:9pt;mso-wrap-distance-bottom:0;mso-position-horizontal:absolute;mso-position-horizontal-relative:page;mso-position-vertical:absolute;mso-position-vertical-relative:text;mso-width-percent:0;mso-height-percent:0;mso-width-relative:margin;mso-height-relative:margin;v-text-anchor:middle'
157
+ o:gfxdata="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
188
+ bWxQSwUGAAAAAAQABADzAAAA9gUAAAAA
189
+ " fillcolor="#036" strokecolor="#1f4d78 [1604]" strokeweight="1pt">
190
+ <w:wrap anchorx="page"/>
191
+ </v:rect></span><span lang=EN-US><w:Sdt SdtDocPart="t"
192
+ DocPartType="Page Numbers (Bottom of Page)" DocPartUnique="t" ID="-2002186409"><span
193
+ style='color:#E7E6E6;mso-themecolor:background2'>Page | </span><span
194
+ style='color:#E7E6E6;mso-themecolor:background2'><span style='mso-element:
195
+ field-begin'></span><span style='mso-spacerun:yes'> </span>PAGE<span
196
+ style='mso-spacerun:yes'>   </span>\* MERGEFORMAT <span style='mso-element:
197
+ field-separator'></span></span><span style='color:#E7E6E6;
198
+ mso-themecolor:background2'><span style='mso-no-proof:yes'>2</span></span><span
199
+ style='color:#E7E6E6;mso-themecolor:background2;mso-no-proof:yes'><span
200
+ style='mso-element:field-end'></span></span><span
201
+ style='color:#E7E6E6;mso-themecolor:background2'> </w:Sdt></span><span
202
+ style='color:#E7E6E6;mso-themecolor:background2'></span></span></p>
203
+
204
+ <p class="MsoFooter"><span lang="EN-US">&#xA0;</span></p>
205
+
206
+ </div>
207
+
208
+ </body>
209
+
210
+ </html>
@@ -0,0 +1,1084 @@
1
+ html, body, div, span, applet, object, iframe,
2
+ h1, h2, h3, h4, h5, h6, p, blockquote, pre,
3
+ a, abbr, acronym, address, big, cite, code,
4
+ del, dfn, em, img, ins, kbd, q, s, samp,
5
+ small, strike, strong, sub, sup, tt, var,
6
+ b, u, i, center,
7
+ ol, ul, li,
8
+ fieldset, form, label, legend,
9
+ table, caption, tbody, tfoot, thead, tr, th, td,
10
+ article, aside, canvas, details, embed,
11
+ figure, figcaption, footer, header, hgroup,
12
+ menu, nav, output, ruby, section, summary,
13
+ time, mark, audio, video {
14
+ margin: 0;
15
+ padding: 0; }
16
+
17
+ html, body, div, span, applet, object, iframe,
18
+ h1, h2, h3, h4, h5, h6, p, blockquote, pre,
19
+ a, abbr, acronym, address, big, cite, code,
20
+ del, dfn, em, img, ins, kbd, q, s, samp,
21
+ small, strike, strong, sub, sup, tt, var,
22
+ b, u, i, center,
23
+ dl, dt, dd, ol, ul, li,
24
+ fieldset, form, label, legend,
25
+ table, caption, tbody, tfoot, thead, tr, th, td,
26
+ article, aside, canvas, details, embed,
27
+ figure, figcaption, footer, header, hgroup,
28
+ menu, nav, output, ruby, section, summary,
29
+ time, mark, audio, video {
30
+ border: 0;
31
+ font-size: 100%; }
32
+
33
+ html, body, div, span, applet, object, iframe,
34
+ h1, h2, h3, h4, h5, h6, p, blockquote, pre,
35
+ a, abbr, acronym, address, big, cite, code,
36
+ del, dfn, em, img, ins, kbd, q, s, samp,
37
+ small, strike, strong, tt, var,
38
+ b, u, i, center,
39
+ dl, dd, ol, ul, li,
40
+ fieldset, form, label, legend,
41
+ table, caption, tbody, tfoot, thead, tr, th, td,
42
+ article, aside, canvas, details, embed,
43
+ figure, figcaption, footer, header, hgroup,
44
+ menu, nav, output, ruby, section, summary,
45
+ time, mark, audio, video {
46
+ vertical-align: baseline; }
47
+
48
+ html, body, div, span, applet, object, iframe,
49
+ p, blockquote,
50
+ a, abbr, acronym, address, big, cite,
51
+ del, dfn, em, img, ins, q, s,
52
+ small, strike, strong, sub, sup, var,
53
+ b, u, i, center,
54
+ dl, dt, dd, ol, ul, li,
55
+ fieldset, form, label, legend,
56
+ table, caption, tbody, tfoot, thead, tr, th, td,
57
+ article, aside, canvas, details, embed,
58
+ figure, figcaption, footer, header, hgroup,
59
+ menu, nav, output, ruby, section, summary,
60
+ time, mark, audio, video {
61
+ font-family: {{bodyfont}}; }
62
+
63
+ code, pre, tt, kbd, samp {
64
+ font-family: {{monospacefont}};
65
+ font-variant-ligatures: none; }
66
+
67
+ code *, pre *, tt *, kbd *, samp * {
68
+ font-family: {{monospacefont}} !important;
69
+ font-variant-ligatures: none; }
70
+
71
+ article, aside, details, figcaption, figure,
72
+ footer, header, hgroup, menu, nav, section {
73
+ display: block; }
74
+
75
+ table {
76
+ border-collapse: collapse;
77
+ border-spacing: 0; }
78
+
79
+ h1, h2, h3, h4, h5, h6 {
80
+ font-family: {{headerfont}}; }
81
+
82
+ blockquote, q {
83
+ quotes: none; }
84
+ blockquote:before, blockquote:after, q:before, q:after {
85
+ content: '';
86
+ content: none; }
87
+
88
+ .h2Annex {
89
+ font-family: {{headerfont}}; }
90
+
91
+ dl {
92
+ display: grid;
93
+ grid-template-columns: max-content auto; }
94
+ dl dt p, dl dd p {
95
+ margin-top: 0; }
96
+ dl dt {
97
+ grid-column-start: 1; }
98
+ dl dd {
99
+ grid-column-start: 2; }
100
+
101
+ b, strong {
102
+ font-weight: bold; }
103
+
104
+ div.document-stage-band, div.document-type-band {
105
+ background-color: #333333; }
106
+
107
+ #standard-band {
108
+ background-color: #3D9970; }
109
+
110
+ #standard {
111
+ border-bottom: solid 3px #3D9970; }
112
+
113
+ #abstract-specification-topic-band {
114
+ background-color: #3D9970; }
115
+
116
+ #abstract-specification-topic {
117
+ border-bottom: solid 3px #3D9970; }
118
+
119
+ #reference-model-band {
120
+ background-color: #3D9970; }
121
+
122
+ #reference-model {
123
+ border-bottom: solid 3px #3D9970; }
124
+
125
+ #best-practice-band {
126
+ background-color: #39CCCC; }
127
+
128
+ #best-practice {
129
+ border-bottom: solid 3px #39CCCC; }
130
+
131
+ #discussion-paper-band {
132
+ background-color: #39CCCC; }
133
+
134
+ #discussion-paper {
135
+ border-bottom: solid 3px #39CCCC; }
136
+
137
+ #white-paper-band {
138
+ background-color: #39CCCC; }
139
+
140
+ #white-paper {
141
+ border-bottom: solid 3px #39CCCC; }
142
+
143
+ #engineering-report-band {
144
+ background-color: #39CCCC; }
145
+
146
+ #engineering-report {
147
+ border-bottom: solid 3px #39CCCC; }
148
+
149
+ #release-notes-band {
150
+ background-color: #FFDC00; }
151
+
152
+ #release-notes {
153
+ border-bottom: solid 3px #FFDC00; }
154
+
155
+ #user-guide-band {
156
+ background-color: #FFDC00; }
157
+
158
+ #user-guide {
159
+ border-bottom: solid 3px #FFDC00; }
160
+
161
+ #community-practice-band {
162
+ background-color: #FF851B; }
163
+
164
+ #community-practice {
165
+ border-bottom: solid 3px #FF851B; }
166
+
167
+ #community-standard-band {
168
+ background-color: #FF851B; }
169
+
170
+ #community-standard {
171
+ border-bottom: solid 3px #FF851B; }
172
+
173
+ #other-band {
174
+ background-color: #0074D9; }
175
+
176
+ #other {
177
+ border-bottom: solid 3px #0074D9; }
178
+
179
+ #policy-band {
180
+ background-color: #0074D9; }
181
+
182
+ #policy {
183
+ border-bottom: solid 3px #0074D9; }
184
+
185
+ #change-request-supporting-document-band {
186
+ background-color: #0074D9; }
187
+
188
+ #change-request-supporting-document {
189
+ border-bottom: solid 3px #0074D9; }
190
+
191
+ #test-suite-band {
192
+ background-color: #001F3F; }
193
+
194
+ #test-suite {
195
+ border-bottom: solid 3px #001F3F; }
196
+
197
+ #candidate-band {
198
+ background-color: #8B9EB7; }
199
+
200
+ #candidate {
201
+ border-bottom: solid 3px #8B9EB7; }
202
+
203
+ #working-draft-band {
204
+ background-color: #8B9EB7; }
205
+
206
+ #working-draft {
207
+ border-bottom: solid 3px #8B9EB7; }
208
+
209
+ #proposal-band {
210
+ background-color: #8B9EB7; }
211
+
212
+ #proposal {
213
+ border-bottom: solid 3px #8B9EB7; }
214
+
215
+ #oab-review-band {
216
+ background-color: #8B9EB7; }
217
+
218
+ #oab-review {
219
+ border-bottom: solid 3px #8B9EB7; }
220
+
221
+ #committee-draft-band {
222
+ background-color: #8B9EB7; }
223
+
224
+ #committee-draft {
225
+ border-bottom: solid 3px #8B9EB7; }
226
+
227
+ #swg-draft-band {
228
+ background-color: #8B9EB7; }
229
+
230
+ #swg-draft {
231
+ border-bottom: solid 3px #8B9EB7; }
232
+
233
+ #public-rfc-band {
234
+ background-color: #48a0e7; }
235
+
236
+ #public-rfc {
237
+ border-bottom: solid 3px #48a0e7; }
238
+
239
+ #tc-vote-band {
240
+ background-color: #fd06fd; }
241
+
242
+ #tc-vote {
243
+ border-bottom: solid 3px #fd06fd; }
244
+
245
+ #published-band {
246
+ background-color: #9abd48; }
247
+
248
+ #published {
249
+ border-bottom: solid 3px #9abd48; }
250
+
251
+ #deprecated-band {
252
+ background-color: #7e0d13; }
253
+
254
+ #deprecated {
255
+ border-bottom: solid 3px #7e0d13; }
256
+
257
+ #retired-band {
258
+ background-color: #7e0d13; }
259
+
260
+ #retired {
261
+ border-bottom: solid 3px #7e0d13; }
262
+
263
+ body {
264
+ margin-left: auto;
265
+ margin-right: auto;
266
+ max-width: 100%;
267
+ font-size: 16px;
268
+ font-weight: 300;
269
+ line-height: 1.5;
270
+ color: #00335b;
271
+ background-color: #f6f8fa; }
272
+ body main {
273
+ margin: 0 3em 0 6em; }
274
+ @media screen and (min-width: 768px) {
275
+ body {
276
+ padding-left: 360px; } }
277
+ @media print {
278
+ body {
279
+ padding-left: 0; } }
280
+ dl {
281
+ grid-template-columns: minmax(0, 1fr) 93%; }
282
+ dl pre {
283
+ overflow-x: scroll; }
284
+
285
+ #toc ul {
286
+ margin: 0;
287
+ padding: 0;
288
+ list-style: none; }
289
+ #toc ul li a {
290
+ padding: 5px 10px; }
291
+ #toc ul a {
292
+ color: #00335b;
293
+ text-decoration: none;
294
+ display: block; }
295
+ #toc ul a:hover {
296
+ box-shadow: none;
297
+ color: white; }
298
+
299
+ #toc .h2 {
300
+ padding-left: 30px; }
301
+
302
+ #toc .h3 {
303
+ padding-left: 50px; }
304
+
305
+ #toc .toc-active, #toc li:hover {
306
+ background: #00335b;
307
+ box-shadow: inset -5px 0px 10px -5px #00335b !important; }
308
+ #toc .toc-active a, #toc li:hover a {
309
+ color: white; }
310
+
311
+ @media print {
312
+ #toc .toc-active, #toc li:hover {
313
+ background: white;
314
+ box-shadow: none !important; }
315
+ #toc .toc-active a {
316
+ color: #00335b; }
317
+ #toc li:hover a {
318
+ color: black; } }
319
+
320
+ #toc li a {
321
+ font-size: 14px; }
322
+
323
+ #toc li:before {
324
+ content: " ";
325
+ display: none; }
326
+
327
+ #toc .toc-active, #toc li:hover {
328
+ font-weight: 600; }
329
+
330
+ #toc li:hover a {
331
+ background: none;
332
+ box-shadow: none; }
333
+
334
+ @media screen and (min-width: 768px) {
335
+ nav {
336
+ position: fixed;
337
+ top: 0;
338
+ bottom: 0;
339
+ left: 0;
340
+ width: 323px;
341
+ font-size: 0.9em;
342
+ overflow: auto;
343
+ padding: 0 0 0 45px;
344
+ background-color: #f1f8ff; } }
345
+
346
+ @media print {
347
+ nav {
348
+ position: relative;
349
+ width: auto;
350
+ font-size: 0.9em;
351
+ overflow: auto;
352
+ padding: 0;
353
+ margin-right: 0;
354
+ background-color: white; } }
355
+
356
+ @media screen and (min-width: 768px) {
357
+ nav {
358
+ marign-right: 30px; } }
359
+
360
+ @media screen and (min-width: 768px) {
361
+ #toggle {
362
+ position: fixed;
363
+ height: 100%;
364
+ width: 30px;
365
+ background-color: #00335b;
366
+ color: white !important;
367
+ cursor: pointer;
368
+ z-index: 100; }
369
+ #toggle span {
370
+ text-align: center;
371
+ width: 100%;
372
+ position: absolute;
373
+ top: 50%;
374
+ transform: translate(0, -50%); } }
375
+
376
+ @media screen and (max-width: 768px) {
377
+ #toggle {
378
+ display: none; } }
379
+
380
+ @media print {
381
+ #toggle {
382
+ display: none; } }
383
+
384
+ .rule {
385
+ width: 100%;
386
+ height: 1px;
387
+ background-color: #00335b;
388
+ margin: 2em 0; }
389
+ @media screen and (min-width: 768px) {
390
+ .rule.toc {
391
+ display: none; } }
392
+ @media screen and (min-width: 768px) {
393
+ h1.toc-contents {
394
+ margin-top: 1em; }
395
+ ul#toc-list {
396
+ padding: 0;
397
+ margin: 0; } }
398
+
399
+ #toc-list ul {
400
+ margin-bottom: 0.25em; }
401
+
402
+ #toc-list li {
403
+ list-style-type: none; }
404
+
405
+ .figure {
406
+ line-height: 1.6em;
407
+ padding: 1.5em;
408
+ margin: 2em 0 1em 0;
409
+ overflow: auto; }
410
+ .figure .FigureTitle, .figure .figure-title {
411
+ font-weight: 700;
412
+ font-size: 1em;
413
+ text-align: center; }
414
+ .figure > img {
415
+ margin-left: auto;
416
+ margin-right: auto;
417
+ display: block;
418
+ max-width: 100%;
419
+ height: auto; }
420
+
421
+ .document-stage-band {
422
+ left: 0;
423
+ top: 0;
424
+ height: 100%;
425
+ position: fixed;
426
+ display: block;
427
+ z-index: 101;
428
+ box-shadow: -5px 0px 10px #1d1d1d; }
429
+ .document-stage-band > :first-child {
430
+ position: relative;
431
+ width: 25px;
432
+ font-weight: 300;
433
+ height: 160px;
434
+ color: white;
435
+ text-transform: uppercase;
436
+ font-size: 0.9em;
437
+ font-weight: 400;
438
+ letter-spacing: 0.05em;
439
+ margin: 0;
440
+ margin-left: 6px;
441
+ writing-mode: tb-rl;
442
+ -webkit-transform: rotate(180deg);
443
+ -moz-transform: rotate(180deg);
444
+ -o-transform: rotate(180deg);
445
+ white-space: nowrap;
446
+ display: block;
447
+ bottom: 0; }
448
+ @media print {
449
+ .document-stage-band {
450
+ display: none; } }
451
+ .document-type-band {
452
+ left: 0;
453
+ top: 180px;
454
+ height: 100%;
455
+ position: fixed;
456
+ display: block;
457
+ z-index: 102; }
458
+ .document-type-band > :first-child {
459
+ position: relative;
460
+ width: 25px;
461
+ font-weight: 400;
462
+ color: white;
463
+ text-transform: uppercase;
464
+ font-size: 0.9em;
465
+ font-weight: 400;
466
+ letter-spacing: 0.05em;
467
+ margin: 0;
468
+ margin-left: 6px;
469
+ writing-mode: tb-rl;
470
+ -webkit-transform: rotate(180deg);
471
+ -moz-transform: rotate(180deg);
472
+ -o-transform: rotate(180deg);
473
+ white-space: nowrap;
474
+ display: block;
475
+ bottom: 0; }
476
+ @media print {
477
+ .document-type-band {
478
+ display: none; } }
479
+ .document-type-band .document-type {
480
+ top: 20px; }
481
+
482
+ #governance-band p.document-type {
483
+ font-weight: 400;
484
+ height: 230px !important; }
485
+
486
+ #standard-band p {
487
+ height: 135px; }
488
+
489
+ #proposal-band p {
490
+ height: 150px; }
491
+
492
+ #standard-band,
493
+ #published-band {
494
+ color: #7ba812; }
495
+
496
+ #standard,
497
+ #published {
498
+ color: #9ABD48; }
499
+
500
+ .coverpage-maturity, .coverpage-stage {
501
+ font-family: {{headerfont}};
502
+ font-weight: 400;
503
+ font-size: 1.3em;
504
+ margin: 0 0 2em 0;
505
+ text-transform: uppercase; }
506
+
507
+ .icon-svg {
508
+ width: 100%;
509
+ color: #5ecf86; }
510
+
511
+ .wrapper-top {
512
+ background: #00335b;
513
+ background: linear-gradient(130deg, #00335b 45%, #f1f8ff 100%);
514
+ color: #ffffff;
515
+ padding: 5em 0;
516
+ width: 100%; }
517
+
518
+ .wrapper-top-bottom {
519
+ width: 0;
520
+ height: 0;
521
+ border-top: 100px solid #00335b;
522
+ border-right: 100px solid transparent;
523
+ position: absolute; }
524
+
525
+ .coverpage-metadata {
526
+ margin-top: 35px;
527
+ padding-top: 15px;
528
+ margin-right: 25px;
529
+ border-top: solid 1px white; }
530
+
531
+ .coverpage-metadata,
532
+ .coverpage-alt-formats {
533
+ font-size: 12px;
534
+ font-family: {{headerfont}};
535
+ margin-left: 1em;
536
+ text-align: left; }
537
+ .coverpage-metadata span,
538
+ .coverpage-alt-formats span {
539
+ display: block;
540
+ text-align: left; }
541
+ .coverpage-metadata span a,
542
+ .coverpage-alt-formats span a {
543
+ color: white; }
544
+ .coverpage-metadata span a:hover,
545
+ .coverpage-alt-formats span a:hover {
546
+ text-decoration: underline;
547
+ background: none;
548
+ box-shadow: none !important;
549
+ font-weight: 400; }
550
+ .coverpage-metadata .value,
551
+ .coverpage-alt-formats .value {
552
+ font-size: 15px;
553
+ margin-bottom: 15px; }
554
+ .coverpage-metadata .label,
555
+ .coverpage-alt-formats .label {
556
+ font-size: 12px;
557
+ padding: 0; }
558
+
559
+ .coverpage-alt-formats span {
560
+ display: inline;
561
+ text-align: left; }
562
+ .coverpage-alt-formats span a {
563
+ padding-right: 5px; }
564
+
565
+ .coverpage-title {
566
+ padding-bottom: 0.5em;
567
+ font-family: {{headerfont}};
568
+ font-weight: 100;
569
+ padding-left: 1em;
570
+ padding-right: 1em; }
571
+ .coverpage-title span {
572
+ font-family: {{headerfont}};
573
+ font-size: 1.8em;
574
+ line-height: 1; }
575
+
576
+ .docstage-box table {
577
+ width: auto; }
578
+
579
+ .docstage-box th {
580
+ background-color: #93c0d6; }
581
+
582
+ .docstage-box td {
583
+ vertical-align: top;
584
+ background-color: #daeef3;
585
+ padding: 0.5em;
586
+ border: 0; }
587
+
588
+ .docstage-box th:first-child {
589
+ border-radius: 1em 0 0 0; }
590
+
591
+ .docstage-box th:last-child {
592
+ border-radius: 0 1em 0 0; }
593
+
594
+ .docstage-box tr:first-child {
595
+ border-radius: 0 0 0 1em; }
596
+
597
+ .docstage-box tr:last-child {
598
+ border-radius: 0 1em 0 0; }
599
+
600
+ .docstage-box tr:last-child > td:first-child {
601
+ border-radius: 0 0 0 1em; }
602
+
603
+ .docstage-box tr:last-child > td:last-child {
604
+ border-radius: 0 0 1em 0; }
605
+
606
+ .WordSection11 {
607
+ padding: 0 2em 0 3em; }
608
+
609
+ .info-section {
610
+ padding: 0 2em 0 5em; }
611
+
612
+ .prefatory-section {
613
+ padding: 0 3em 0 6em; }
614
+
615
+ .zzSTDTitle1, .MsoCommentText {
616
+ display: none; }
617
+
618
+ .coverpage {
619
+ text-align: center;
620
+ padding-left: 1.5em; }
621
+
622
+ .coverpage-logo span, .coverpage-tc-name span {
623
+ font-family: {{bodyfont}};
624
+ text-transform: none;
625
+ font-weight: 300;
626
+ margin-left: 1em; }
627
+
628
+ .coverpage-tc-name {
629
+ font-size: 1.2em;
630
+ line-height: 1.2em;
631
+ margin: 0.25em 0; }
632
+
633
+ .copyright {
634
+ padding: 1em;
635
+ font-size: 0.9em;
636
+ text-align: left; }
637
+
638
+ /* Document Identity */
639
+ .coverpage-doc-identity {
640
+ font-size: 2em;
641
+ line-height: 2em; }
642
+
643
+ .coverpage-title .title-second {
644
+ display: none; }
645
+
646
+ .coverpage-stage-block {
647
+ font-family: {{headerfont}};
648
+ font-weight: 600;
649
+ font-size: 1.25em;
650
+ margin: 2em 0em 2em 0em;
651
+ text-transform: uppercase; }
652
+
653
+ .authors {
654
+ margin-top: 2em; }
655
+ .authors span {
656
+ display: block;
657
+ line-height: 2; }
658
+ .authors span.roletag {
659
+ display: inline-block;
660
+ font-size: 12px;
661
+ color: #00335b;
662
+ background-color: white;
663
+ padding: 2px 5px;
664
+ margin-left: 7px;
665
+ border-radius: 5px; }
666
+
667
+ /* Draft Warning */
668
+ .coverpage-warning {
669
+ border: #f36f36 solid 2px;
670
+ color: #f36f36 !important;
671
+ margin: 1em 2em;
672
+ color: #2e81c2;
673
+ padding: 2em 1em 1em 1em;
674
+ border-radius: 25px; }
675
+ .coverpage-warning h1 {
676
+ font-family: {{headerfont}};
677
+ font-weight: 300;
678
+ text-transform: uppercase;
679
+ font-size: 1.2em; }
680
+
681
+ @media print {
682
+ .document-info, .copyright {
683
+ page-break-before: always; }
684
+ .coverpage {
685
+ height: 23cm; }
686
+ .info-section {
687
+ display: none; }
688
+ .wrapper-top {
689
+ top: 0;
690
+ padding-top: 4cm;
691
+ padding-bottom: 4cm; }
692
+ .wrapper-top-bottom {
693
+ margin-top: -5px;
694
+ display: none; } }
695
+
696
+ p {
697
+ margin-top: 1em;
698
+ margin-bottom: 1em; }
699
+
700
+ h1, h2, h3, h4, h5, h6 {
701
+ color: #00335b;
702
+ font-weight: 400;
703
+ margin-top: 1.6em;
704
+ margin-bottom: 0.3em; }
705
+
706
+ h1 {
707
+ font-size: 1.8em;
708
+ text-transform: uppercase;
709
+ margin-top: 2em; }
710
+ h1 #content {
711
+ margin-top: 2em; }
712
+
713
+ h2 {
714
+ margin-top: 1.3em;
715
+ font-size: 1.7em;
716
+ font-weight: 300; }
717
+ h2 p {
718
+ display: inline; }
719
+
720
+ h3 {
721
+ margin-top: 1.3em;
722
+ font-size: 1.5em;
723
+ font-weight: 100; }
724
+
725
+ h4 {
726
+ font-size: 1.4em; }
727
+
728
+ .contact-info {
729
+ padding: 2em;
730
+ margin-top: 5em;
731
+ width: 280px;
732
+ text-align: left;
733
+ border: #00335b solid 2px;
734
+ color: #00335b !important;
735
+ border-radius: 25px; }
736
+ .contact-info a:hover {
737
+ text-decoration: underline;
738
+ background: none;
739
+ box-shadow: 0 0 0 0; }
740
+ .contact-info a, .contact-info a:hover {
741
+ color: #00335b; }
742
+ .contact-info p, .contact-info a {
743
+ font-family: {{monospacefont}};
744
+ font-variant-ligatures: none;
745
+ font-weight: 400; }
746
+ .contact-info #boilerplate-name {
747
+ font-weight: 700;
748
+ font-size: 1.2em;
749
+ margin-bottom: 0; }
750
+ .contact-info #boilerplate-address {
751
+ font-size: 1em;
752
+ line-height: 1.3em;
753
+ margin-top: 0; }
754
+
755
+ ul, ol {
756
+ margin-left: 1.2em; }
757
+
758
+ ul > li {
759
+ list-style: none; }
760
+ ul > li:before {
761
+ content: "\2014";
762
+ display: inline-block;
763
+ width: 1em;
764
+ margin-left: -1em; }
765
+ ul > li p:first-child {
766
+ display: inline; }
767
+ ul > li:first-child {
768
+ margin-top: 1em; }
769
+
770
+ span.keyword {
771
+ font-weight: 600; }
772
+
773
+ /* Tables */
774
+ table {
775
+ width: 100%;
776
+ font-weight: 300;
777
+ margin: 1em 0 2em 0;
778
+ margin-left: auto;
779
+ margin-right: auto;
780
+ padding-right: 2em;
781
+ /*color: #010d16;*/ }
782
+ table, table th, table td {
783
+ border: 1px solid black;
784
+ font-size: 0.95em; }
785
+ table th, table td {
786
+ padding: 1em; }
787
+ table td.header {
788
+ font-weigth: 400; }
789
+ table thead tr th {
790
+ background-color: #5d99d6; }
791
+ table td, table th {
792
+ padding: 1em; }
793
+ table td.header {
794
+ font-weight: 400; }
795
+
796
+ .docstage-box table,
797
+ .docstage-box table th,
798
+ .docstage-box table td {
799
+ border: none; }
800
+
801
+ table.recommendtest {
802
+ width: 100%;
803
+ font-weight: 300;
804
+ margin: 1em 0 2em 0;
805
+ margin-left: auto;
806
+ margin-right: auto;
807
+ padding-right: 2em;
808
+ color: #010d16; }
809
+ table.recommendtest, table.recommendtest th, table.recommendtest td {
810
+ border: none !important;
811
+ font-size: 0.95em; }
812
+ table.recommendtest th, table.recommendtest td {
813
+ padding: 1em; }
814
+ table.recommendtest td.header {
815
+ font-weigth: 400; }
816
+ table.recommendtest tr:nth-child(even) {
817
+ background: #ffffff; }
818
+ table.recommendtest tr:nth-child(odd) {
819
+ background: #ffffff; }
820
+ table.recommendtest thead tr th {
821
+ background-color: #5d99d6; }
822
+ table.recommendtest td, table.recommendtest th {
823
+ padding: 1em; }
824
+ table.recommendtest td.header {
825
+ font-weight: 400; }
826
+
827
+ td > p:first-child, th > p:first-child {
828
+ margin-top: 0em; }
829
+
830
+ td > p:last-child, th > p:last-child {
831
+ margin-bottom: 0em; }
832
+
833
+ p.TableTitle {
834
+ text-align: center;
835
+ margin-top: 2.5em;
836
+ font-weight: 400; }
837
+
838
+ /* Terms */
839
+ .TermNum, .Terms, .AltTerms {
840
+ color: #00335b;
841
+ font-weight: 300;
842
+ font-family: {{headerfont}}; }
843
+
844
+ h2.TermNum {
845
+ margin-bottom: 0; }
846
+
847
+ p.AltTerms {
848
+ font-size: 24px;
849
+ margin-top: 1em; }
850
+
851
+ /* Links, selection */
852
+ a, a:visited {
853
+ text-decoration: none;
854
+ color: #2e81c2; }
855
+
856
+ a:hover {
857
+ color: #00335b;
858
+ background: white;
859
+ box-shadow: 3px 0 0 white, -3px 0 0 white; }
860
+
861
+ ::selection,
862
+ ::-moz-selection {
863
+ background: white;
864
+ color: #00335b; }
865
+
866
+ /* Bibliograhy */
867
+ p.Biblio, p.NormRef {
868
+ margin-top: 1em;
869
+ margin-left: 2em; }
870
+
871
+ /* Blocks */
872
+ .SourceTitle {
873
+ font-weight: 700;
874
+ font-size: 1em;
875
+ text-align: center; }
876
+
877
+ pre {
878
+ font-family: {{monospacefont}};
879
+ font-variant-ligatures: none;
880
+ background-color: #f7f7f7;
881
+ font-size: 0.8em;
882
+ line-height: 1.6em;
883
+ padding: 1.5em;
884
+ margin: 2em 0 1em 0;
885
+ overflow-y: auto;
886
+ overflow-x: scroll;
887
+ font-family: {{monospacefont}};
888
+ font-variant-ligatures: none; }
889
+
890
+ .Admonition {
891
+ padding: 1em 1.2em 1.2em 1.2em;
892
+ margin: 1em 0 1em 0;
893
+ background-color: #fcad88;
894
+ border-top: 10px solid #eb5a06;
895
+ color: #290404; }
896
+ .Admonition .AdmonitionTitle {
897
+ font-weight: 700;
898
+ font-size: 1em;
899
+ text-align: center; }
900
+ .Admonition.Important {
901
+ background-color: #f58cff;
902
+ color: #5d1364;
903
+ border-top: 10px solid #9503a8; }
904
+ .Admonition.Warning {
905
+ background-color: #ff989d;
906
+ color: #270204;
907
+ border-top: 10px solid #e4010c; }
908
+ .Admonition p, .Admonition.Important p, .Admonition.Warning p {
909
+ margin: 0; }
910
+
911
+ .figure, pre, .pseudocode {
912
+ background-color: #e1eef1;
913
+ color: #424242;
914
+ font-size: 0.8em; }
915
+
916
+ .Note {
917
+ background-color: #fff8bb;
918
+ color: #7d760b;
919
+ padding: 1.2em;
920
+ margin: 1em 0 1em 0; }
921
+ .Note p {
922
+ margin: 0; }
923
+
924
+ .example {
925
+ background-color: #e1eef1;
926
+ color: #424242;
927
+ padding: 1.2em;
928
+ margin: 2em 0 1em 0;
929
+ padding-left: 2em; }
930
+ .example .example-title {
931
+ font-weight: 700;
932
+ text-transform: uppercase;
933
+ margin-top: 0;
934
+ margin-left: -1.5em; }
935
+ .example pre, .example .pseudocode {
936
+ background: none; }
937
+
938
+ .Quote {
939
+ background-color: #e1eef1;
940
+ font-style: italic;
941
+ width: 80%;
942
+ padding: 1.5em;
943
+ margin-top: 2em;
944
+ margin-left: auto;
945
+ margin-right: auto; }
946
+
947
+ .formula {
948
+ background-color: #f6f6f6;
949
+ padding: 1.5em;
950
+ margin-top: 2em;
951
+ text-align: center; }
952
+
953
+ .recommend .RecommendationTitle, .recommendtest .RecommendationTitle {
954
+ font-weight: 700;
955
+ font-size: 1em;
956
+ text-align: center; }
957
+
958
+ .require .RecommendationTitle, .requiretest .RecommendationTitle {
959
+ font-weight: 700;
960
+ font-size: 1em;
961
+ text-align: center; }
962
+
963
+ .permission .RecommendationTitle, .permissiontest .RecommendationTitle {
964
+ font-weight: 700;
965
+ font-size: 1em;
966
+ text-align: center; }
967
+
968
+ .RecommendationTestTitle {
969
+ font-weight: 700;
970
+ font-size: 1em;
971
+ text-align: center; }
972
+
973
+ /*
974
+ .recommend {
975
+ &, .example_label {
976
+ background-color: #f8ffbd;
977
+ }
978
+ .example_label {
979
+ font-weight: bold;
980
+ }
981
+ }
982
+
983
+ .permission {
984
+ &, .example_label {
985
+ background-color: #cdfdbe;
986
+ }
987
+ .example_label {
988
+ font-weight: bold;
989
+ }
990
+ }
991
+
992
+ .require {
993
+ &, .example_label {
994
+ background-color: #d3e6ff;
995
+ }
996
+ .example_label {
997
+ font-weight: bold;
998
+ }
999
+ }
1000
+ */
1001
+ .recommend .RecommendationTitle {
1002
+ font-weight: 700;
1003
+ font-size: 1em;
1004
+ text-align: center; }
1005
+
1006
+ .require .RecommendationTitle {
1007
+ font-weight: 700;
1008
+ font-size: 1em;
1009
+ text-align: center; }
1010
+
1011
+ .permission .RecommendationTitle {
1012
+ font-weight: 700;
1013
+ font-size: 1em;
1014
+ text-align: center; }
1015
+
1016
+ tbody td.recommend p.RecommendationTitle, tbody td.recommend p.RecommendationTitle, tbody td.recommend p.RecommendationTitle {
1017
+ font-weight: normal;
1018
+ text-align: left; }
1019
+
1020
+ #myBtn {
1021
+ font-family: {{monospacefont}};
1022
+ font-variant-ligatures: none;
1023
+ display: none;
1024
+ position: fixed;
1025
+ bottom: 20px;
1026
+ right: 30px;
1027
+ z-index: 99;
1028
+ font-size: 12px;
1029
+ border: none;
1030
+ outline: none;
1031
+ background-color: #00335b;
1032
+ opacity: 0.15;
1033
+ color: white;
1034
+ cursor: pointer;
1035
+ padding: 10px 15px 10px 15px;
1036
+ border-radius: 4px; }
1037
+ #myBtn:hover {
1038
+ opacity: 1; }
1039
+ @media print {
1040
+ #myBtn {
1041
+ display: none; } }
1042
+ a.anchorjs-link:hover {
1043
+ background: none;
1044
+ color: #2e81c2;
1045
+ box-shadow: none; }
1046
+
1047
+ @page {
1048
+ margin: 2cm 1cm; }
1049
+
1050
+ @media print {
1051
+ h1, h2, h3, h4 {
1052
+ page-break-after: avoid;
1053
+ margin-top: 1.2em; }
1054
+ h1 {
1055
+ font-size: 1.5em;
1056
+ line-height: 1.5; }
1057
+ h1.content {
1058
+ margin-top: 2em;
1059
+ line-height: 2.5em; }
1060
+ h2 {
1061
+ font-size: 1.2em; }
1062
+ h3 {
1063
+ font-size: 1em; }
1064
+ .prefatory-section {
1065
+ page-break-before: always; }
1066
+ .note, .pseudocode {
1067
+ page-break-inside: avoid; }
1068
+ .Note {
1069
+ background-color: #fff495;
1070
+ color: #47430c;
1071
+ padding: 5px;
1072
+ margin: 2em 0 1em 0; }
1073
+ .Note p {
1074
+ padding: 0 5px 0 5px; }
1075
+ nav {
1076
+ line-height: 1; } }
1077
+
1078
+ /* Footnotes */
1079
+ a.footnote-number {
1080
+ vertical-align: super;
1081
+ font-size: 0.8em; }
1082
+
1083
+ .footnote {
1084
+ font-size: 0.9em; }