|
50 | 50 | </script>
|
51 | 51 |
|
52 | 52 | <style>
|
53 |
| - /* @import url("local.css"); */ |
54 |
| - /* Inlined to make preview work */ |
55 |
| - |
56 |
| -/* CSS For SPARQL Query */ |
57 |
| - |
58 |
| -/* In-progress working draft artifacts - to be removed eventually */ |
59 |
| - .issue { background-color: #fdd; |
60 |
| - font-size: 88% ; } |
61 |
| - .add { background-color: #7fff7f } |
62 |
| - .remove { background-color: #ff7f7f } |
63 |
| -ul.issue {} |
64 |
| - .issueBlock { margin: 1em 1em 1em 2.5em ; /* Top Right Bottom Left */ |
65 |
| - padding: 1ex; |
66 |
| - /*overflow: auto;*/ |
67 |
| - page-break-inside: avoid ; } |
68 |
| - .issueTopic { font-weight: bold ; } |
69 |
| - |
70 |
| - .todo { font-size: 80% ; color: #444 ; } |
71 |
| -p.todo {} |
72 |
| - |
73 | 53 | .wgNote { border: 0.2em solid red;
|
74 | 54 | padding: 0.5em ;
|
75 | 55 | margin: 1em 1em 1em 2em ; }
|
|
81 | 61 | margin-top: 0.1ex ; margin-bottom: 0.1ex ;
|
82 | 62 | }
|
83 | 63 |
|
84 |
| -/* Misc WD stuff */ |
85 |
| -span.cvs-id {color: gray; font-size:80%; display: block; } |
86 | 64 |
|
87 | 65 | /* == General Tag Treatment == */
|
88 |
| -pre { margin: 1em 4em 1em 2.5em ; /* Top Right Bottom Left */ |
| 66 | +pre { margin: 1em 4em 1em 2.5em ; /* Top Right Bottom Left */ |
89 | 67 | padding: 1ex;
|
90 |
| - /*overflow: auto;*/ |
| 68 | + /*overflow: auto;*/ |
91 | 69 | page-break-inside: avoid ; }
|
92 | 70 |
|
93 | 71 | /* Tables */
|
94 |
| -table, td { text-align: left; } |
95 |
| -td, th { border-style: solid; |
| 72 | +table, td { text-align: left; } |
| 73 | +td, th { border-style: solid; |
96 | 74 | border-width: 1px;
|
97 | 75 | border-color: black;
|
98 | 76 | border-bottom-color: gray;
|
|
128 | 106 | background-color: #F0F8F8 ; }
|
129 | 107 | div.defn p { margin-top: 1ex ; margin-bottom: 1.5ex ;}
|
130 | 108 | div.defn ul { margin-top: 1ex ; margin-bottom: 1.5ex ; }
|
131 |
| -@media print { .defn { margin: 1em 1em 1em 1em ; } } |
132 | 109 | span.definedTerm {font-weight: bold;}
|
133 | 110 |
|
134 | 111 | div.grammarExtract
|
|
139 | 116 | background-color: #F8F8F8 ;
|
140 | 117 | width: fit-content; }
|
141 | 118 |
|
142 |
| -pre.codeBlock { font-family:monospace ; page-break-inside: avoid ; |
143 |
| - margin: 0 ; |
144 |
| - margin-right: 2ex ; |
145 |
| - border: thin solid #888888; } |
146 |
| - |
147 |
| - |
148 |
| - |
149 |
| - |
150 | 119 | /* Examples */
|
151 | 120 | pre.data { border: thin solid #88AA88;
|
152 | 121 | background-color: #E8F0E8;
|
|
277 | 246 | .SPARQLoperator { background-color: #FFFFbf; /* yellow */
|
278 | 247 | }
|
279 | 248 |
|
280 |
| -.owlnonterminal { |
281 |
| - font-weight: bold; |
282 |
| - font-family: sans-serif; |
283 |
| - font-size: 95%; |
284 |
| -} |
285 |
| -.owlgrammar { |
286 |
| - margin-top: 1ex; |
287 |
| - margin-bottom: 1ex; |
288 |
| - padding-left: 1ex; |
289 |
| - padding-right: 1ex; |
290 |
| - padding-top: 1ex; |
291 |
| - padding-bottom: 0.6ex; |
292 |
| - border: 1px dashed #2f6fab; |
293 |
| - font-family: monospace; |
294 |
| -} |
295 |
| - |
296 |
| - |
297 |
| - |
298 | 249 | /* ReSpec */
|
299 | 250 | dfn { font-style: normal ; }
|
300 | 251 | /* ReSpec */
|
|
303 | 254 |
|
304 | 255 | div.constraint,
|
305 | 256 | div.issue,
|
306 |
| - div.notice { margin-left: 2em; } |
307 |
| - |
308 |
| - ol.enumar { list-style-type: decimal; } |
309 |
| - ol.enumla { list-style-type: lower-alpha; } |
310 |
| - ol.enumlr { list-style-type: lower-roman; } |
311 |
| - ol.enumua { list-style-type: upper-alpha; } |
312 |
| - ol.enumur { list-style-type: upper-roman; } |
313 |
| - |
314 | 257 |
|
315 | 258 | div.exampleInner pre { margin-left: 1em;
|
316 | 259 | margin-top: 0em; margin-bottom: 0em}
|
|
328 | 271 | div.exampleHeader { font-weight: bold;
|
329 | 272 | margin: 4px}
|
330 | 273 |
|
331 |
| - @media (max-width: 850px) { |
| 274 | + @media print { .defn { margin: 1em 1em 1em 1em ; } } |
| 275 | + |
| 276 | + @media (max-width: 850px) { |
332 | 277 | table th, table td { font-size: 12px; padding: 3px 4px;}
|
333 | 278 | .result table tr td:nth-child(2n), .result table tr th:nth-child(2n) { overflow-wrap: anywhere; min-width: 90px; }
|
334 | 279 | div.result { overflow-x: scroll; width: fit-content; max-width: 100%; }
|
@@ -8031,7 +7976,7 @@ <h3>XPath Constructor Functions</h3>
|
8031 | 7976 | int = <a data-cite="XMLSCHEMA11-2#dt-integer">xsd:integer</a><br>
|
8032 | 7977 | dT = <a data-cite="XMLSCHEMA11-2#dt-dateTime">xsd:dateTime</a><br>
|
8033 | 7978 | str = <a data-cite="XMLSCHEMA11-2#dt-string">xsd:string</a><br>
|
8034 |
| - <span class="rdfDM">IRI</span> = <span class="type IRI">IRI</span></p> |
| 7979 | + IRI = <a data-cite="RDF12-CONCEPTS#iri">IRI</a> |
8035 | 7980 | </blockquote>
|
8036 | 7981 | <table title="Casting table" class="casting"
|
8037 | 7982 | style="border-spacing: 1px; border-width:1px">
|
@@ -8178,7 +8123,7 @@ <h3>XPath Constructor Functions</h3>
|
8178 | 8123 | "Cast boolean to boolean? Yes">Y</span></td>
|
8179 | 8124 | </tr>
|
8180 | 8125 | <tr>
|
8181 |
| - <th><span class="cancast rdfDM" title="IRI">IRI</span></th> |
| 8126 | + <th><span class="cancast" title="IRI">IRI</span></th> |
8182 | 8127 | <td class="castY" style="vertical-align: middle; text-align: center;"><span class="cancast rdfDM" title=
|
8183 | 8128 | "Cast IRI to string? Yes">Y</span></td>
|
8184 | 8129 | <td class="castN" style="vertical-align: middle; text-align: center;"><span class="cancast rdfDM" title=
|
|
0 commit comments