7 |
padding: 0.5em 1em; |
padding: 0.5em 1em; |
8 |
} |
} |
9 |
|
|
10 |
dt, strong { |
dt, strong, th { |
11 |
font-weight: bolder; |
font-weight: bolder; |
12 |
font-family: sans-serif; |
font-family: sans-serif; |
13 |
} |
} |
103 |
font-size: 90%; |
font-size: 90%; |
104 |
} |
} |
105 |
|
|
106 |
#parse-errors dd, #document-errors dd, #error-description h3 { |
#parse-errors dd, #document-errors dd, #error-description h3, |
107 |
|
#result-para { |
108 |
margin-left: 20px; |
margin-left: 20px; |
109 |
padding-left: 40px; |
padding-left: 40px; |
110 |
min-height: 32px; |
min-height: 32px; |
130 |
margin-right: 1em; |
margin-right: 1em; |
131 |
} |
} |
132 |
|
|
133 |
#document-errors dd.should, #error-description .should h3 { |
#document-errors dd.should, #error-description .should h3, |
134 |
|
#result-para.SEE-RESULT { |
135 |
background-image: url(large-alert); |
background-image: url(large-alert); |
136 |
} |
} |
137 |
|
|
141 |
padding: 0.5em; |
padding: 0.5em; |
142 |
} |
} |
143 |
|
|
144 |
#document-errors dd.unsupported, #error-description .unsupported h3 { |
#document-errors dd.unsupported, #error-description .unsupported h3, |
145 |
|
#result-para.uncertain { |
146 |
background-image: none; |
background-image: none; |
147 |
} |
} |
148 |
|
|
149 |
|
#result-para.PASS { |
150 |
|
background-image: url(ok); |
151 |
|
} |
152 |
|
|
153 |
#nav-items { |
#nav-items { |
154 |
display: block; |
display: block; |
155 |
position: fixed; |
position: fixed; |
217 |
#result-summary th { |
#result-summary th { |
218 |
background-color: #fff0f0; |
background-color: #fff0f0; |
219 |
color: black; |
color: black; |
|
font-weight: bolder; |
|
|
font-family: sans-serif; |
|
220 |
} |
} |
221 |
|
|
222 |
#result-summary th, #result-summary td { |
#result-summary th, #result-summary td { |
231 |
color: black; |
color: black; |
232 |
} |
} |
233 |
|
|
234 |
.FAIL { |
.FAIL, .uncertain td.FAIL { |
235 |
background-color: #ffcece; |
background-color: #ffcece; |
236 |
color: black; |
color: black; |
237 |
} |
} |
238 |
|
|
239 |
.SEE-RESULT { |
.SEE-RESULT, .uncertain td.SEE-RESULT { |
240 |
background-color: #e1e1ff; |
background-color: #e1e1ff; |
241 |
color: black; |
color: black; |
242 |
} |
} |
247 |
} |
} |
248 |
|
|
249 |
#result-para { |
#result-para { |
250 |
padding: 0.2em 1em; |
padding-top: 0.2em; |
251 |
|
padding-bottom: 0.2em; |
252 |
|
padding-right: 1em; |
253 |
} |
} |
254 |
|
|
255 |
/* |
/* |