34 |
padding: 0.3em 1em; |
padding: 0.3em 1em; |
35 |
} |
} |
36 |
|
|
37 |
.tree-text q, .tree-cdata q, .tree-comment q { |
.section[id$=transfer-errors] h2, |
38 |
display: block; |
.section[id$=transfer-errors] h3, |
39 |
|
.section[id$=transfer-errors] h4, |
40 |
|
.section[id$=transfer-errors] h5, |
41 |
|
.section[id$=transfer-errors] h6 { |
42 |
|
padding-left: 40px; |
43 |
|
background-image: url(icons/transfer-32); |
44 |
|
background-repeat: no-repeat; |
45 |
|
background-position: 6px center; |
46 |
|
min-height: 32px; |
47 |
} |
} |
48 |
|
|
49 |
q:before, q:after { |
.section[id$=parse-errors] h2, |
50 |
content: ""; |
.section[id$=parse-errors] h3, |
51 |
|
.section[id$=parse-errors] h4, |
52 |
|
.section[id$=parse-errors] h5, |
53 |
|
.section[id$=parse-errors] h6 { |
54 |
|
padding-left: 40px; |
55 |
|
background-image: url(icons/syntax-32); |
56 |
|
background-repeat: no-repeat; |
57 |
|
background-position: 6px center; |
58 |
|
min-height: 32px; |
59 |
} |
} |
60 |
|
|
61 |
#parse-errors dl:empty:before { |
.section[id$=document-errors] h2, |
62 |
content: "This document has no parse error."; |
.section[id$=document-errors] h3, |
63 |
font-style: italic; |
.section[id$=document-errors] h4, |
64 |
|
.section[id$=document-errors] h5, |
65 |
|
.section[id$=document-errors] h6 { |
66 |
|
padding-left: 40px; |
67 |
|
background-image: url(icons/structure-32); |
68 |
|
background-repeat: no-repeat; |
69 |
|
background-position: 6px center; |
70 |
|
min-height: 32px; |
71 |
} |
} |
72 |
|
|
73 |
#document-errors dl:empty:before { |
.tree-text q, .tree-cdata q, .tree-comment q { |
74 |
content: "This document has no document error."; |
display: block; |
75 |
font-style: italic; |
} |
76 |
|
|
77 |
|
q:before, q:after { |
78 |
|
content: ""; |
79 |
} |
} |
80 |
|
|
81 |
#dump-manifest tbody:empty { |
#dump-manifest tbody:empty { |
326 |
background-color: #C0C0C0; |
background-color: #C0C0C0; |
327 |
} |
} |
328 |
|
|
329 |
|
nav a[href$=transfer-errors] { |
330 |
|
padding-left: 20px; |
331 |
|
background-image: url(icons/transfer-16); |
332 |
|
background-repeat: no-repeat; |
333 |
|
background-position: 2px center; |
334 |
|
min-height: 16px; |
335 |
|
} |
336 |
|
|
337 |
|
nav a[href$=parse-errors] { |
338 |
|
padding-left: 20px; |
339 |
|
background-image: url(icons/syntax-16); |
340 |
|
background-repeat: no-repeat; |
341 |
|
background-position: 2px center; |
342 |
|
min-height: 16px; |
343 |
|
} |
344 |
|
|
345 |
|
nav a[href$=document-errors] { |
346 |
|
padding-left: 20px; |
347 |
|
background-image: url(icons/structure-16); |
348 |
|
background-repeat: no-repeat; |
349 |
|
background-position: 2px center; |
350 |
|
min-height: 16px; |
351 |
|
} |
352 |
|
|
353 |
.section { |
.section { |
354 |
clear: both; |
clear: both; |
355 |
} |
} |
501 |
|
|
502 |
dt.level-u { |
dt.level-u { |
503 |
margin: 0.2em 0 0 0; |
margin: 0.2em 0 0 0; |
504 |
border: red 0.2em solid; |
border: blue 0.2em solid; |
505 |
border-bottom-style: none; |
border-bottom-style: none; |
506 |
padding-top: 0.2em; |
padding-top: 0.2em; |
507 |
padding-right: 0.2em; |
padding-right: 0.2em; |
508 |
padding-bottom: 0; |
padding-bottom: 0; |
509 |
|
background-color: #e1e1ff; |
510 |
|
color: black; |
511 |
} |
} |
512 |
|
|
513 |
dd.level-u { |
dd.level-u { |
514 |
margin: 0 0 0.2em; |
margin: 0 0 0.2em; |
515 |
border: red 0.2em solid; |
border: blue 0.2em solid; |
516 |
border-top-style: none; |
border-top-style: none; |
517 |
padding-right: 0.2em; |
padding-right: 0.2em; |
518 |
padding-bottom: 0.2em; |
padding-bottom: 0.2em; |
519 |
padding-top: 0; |
padding-top: 0; |
520 |
|
background-color: #e1e1ff; |
521 |
|
color: black; |
522 |
} |
} |
523 |
|
|
524 |
dt.layer-transfer { |
dt.layer-transfer { |
543 |
background-image: url(icons/semantics-16); |
background-image: url(icons/semantics-16); |
544 |
} |
} |
545 |
|
|
546 |
|
.errors dl:empty { |
547 |
|
display: none; |
548 |
|
} |
549 |
|
|
550 |
|
.errors .no-errors { |
551 |
|
text-indent: 0; |
552 |
|
} |
553 |
|
|
554 |
|
.errors .no-errors:lang(en) { |
555 |
|
font-style: italic; |
556 |
|
} |
557 |
|
|
558 |
/* List of IDs */ |
/* List of IDs */ |
559 |
|
|
560 |
#identifiers dd, |
#identifiers dd, |
601 |
.must-errors and .should-errors */ |
.must-errors and .should-errors */ |
602 |
|
|
603 |
.result-para.uncertain { |
.result-para.uncertain { |
604 |
|
border: blue 0.2em solid; |
605 |
background-color: #e1e1ff; |
background-color: #e1e1ff; |
606 |
color: black; |
color: black; |
607 |
background-image: none; |
background-image: none; |