| 15 |
content: ":"; |
content: ":"; |
| 16 |
} |
} |
| 17 |
|
|
| 18 |
|
h1 { |
| 19 |
|
font-weight: bolder; |
| 20 |
|
font-family: sans-serif; |
| 21 |
|
font-size: 180%; |
| 22 |
|
} |
| 23 |
|
|
| 24 |
h2 { |
h2 { |
| 25 |
margin: 0; |
margin: 0; |
| 26 |
border-style: none; |
border-style: none; |
| 30 |
font-size: 150%; |
font-size: 150%; |
| 31 |
} |
} |
| 32 |
|
|
| 33 |
|
h3 { |
| 34 |
|
font-weight: bolder; |
| 35 |
|
font-family: sans-serif; |
| 36 |
|
font-size: 100%; |
| 37 |
|
background-color: #fff0f0; |
| 38 |
|
color: black; |
| 39 |
|
} |
| 40 |
|
|
| 41 |
.tree-text q, .tree-cdata q, .tree-comment q { |
.tree-text q, .tree-cdata q, .tree-comment q { |
| 42 |
display: block; |
display: block; |
| 43 |
} |
} |
| 103 |
font-size: 90%; |
font-size: 90%; |
| 104 |
} |
} |
| 105 |
|
|
| 106 |
#parse-errors dd, #document-errors dd { |
#parse-errors dd, #document-errors dd, #error-description h3 { |
| 107 |
margin-left: 20px; |
margin-left: 20px; |
| 108 |
padding-left: 40px; |
padding-left: 40px; |
| 109 |
min-height: 32px; |
min-height: 32px; |
| 112 |
background-repeat: no-repeat; |
background-repeat: no-repeat; |
| 113 |
} |
} |
| 114 |
|
|
| 115 |
#document-errors dd.should { |
#error-description h3 { |
| 116 |
|
margin-left: 1em; |
| 117 |
|
margin-right: 1em; |
| 118 |
|
} |
| 119 |
|
|
| 120 |
|
#document-errors dd.should, #error-description .should h3 { |
| 121 |
background-image: url(large-alert); |
background-image: url(large-alert); |
| 122 |
} |
} |
| 123 |
|
|
| 125 |
margin-left: 60px; |
margin-left: 60px; |
| 126 |
border: red 0.2em solid; |
border: red 0.2em solid; |
| 127 |
padding: 0.5em; |
padding: 0.5em; |
| 128 |
|
} |
| 129 |
|
|
| 130 |
|
#document-errors dd.unsupported, #error-description .unsupported h3 { |
| 131 |
background-image: none; |
background-image: none; |
| 132 |
} |
} |
| 133 |
|
|