| 186 |
white-space: pre-wrap; |
white-space: pre-wrap; |
| 187 |
} |
} |
| 188 |
|
|
| 189 |
|
.rfc2119 { |
| 190 |
|
border-style: none; |
| 191 |
|
text-transform: lowercase; |
| 192 |
|
font-variant: small-caps; |
| 193 |
|
font-style: normal; |
| 194 |
|
text-decoration: none; |
| 195 |
|
font-weight: normal; |
| 196 |
|
font-family: sans-serif; |
| 197 |
|
} |
| 198 |
|
|
| 199 |
|
#result-summary table { |
| 200 |
|
margin-left: auto; |
| 201 |
|
margin-right: auto; |
| 202 |
|
border: 3px solid #800080; |
| 203 |
|
border-collapse: collapse; |
| 204 |
|
} |
| 205 |
|
|
| 206 |
|
#result-summary tbody, colgroup { |
| 207 |
|
border: 3px solid #800080; |
| 208 |
|
} |
| 209 |
|
|
| 210 |
|
#result-summary th { |
| 211 |
|
background-color: #fff0f0; |
| 212 |
|
color: black; |
| 213 |
|
font-weight: bolder; |
| 214 |
|
font-family: sans-serif; |
| 215 |
|
} |
| 216 |
|
|
| 217 |
|
#result-summary th, #result-summary td { |
| 218 |
|
border: 1px solid #800080; |
| 219 |
|
padding: 0.2em 0.5em; |
| 220 |
|
text-align: center; |
| 221 |
|
empty-cells: show; |
| 222 |
|
} |
| 223 |
|
|
| 224 |
|
.uncertain td, p.uncertain { |
| 225 |
|
background-color: #e1e1ff; |
| 226 |
|
color: black; |
| 227 |
|
} |
| 228 |
|
|
| 229 |
|
.FAIL { |
| 230 |
|
background-color: #ffcece; |
| 231 |
|
color: black; |
| 232 |
|
} |
| 233 |
|
|
| 234 |
|
.SEE-RESULT { |
| 235 |
|
background-color: #e1e1ff; |
| 236 |
|
color: black; |
| 237 |
|
} |
| 238 |
|
|
| 239 |
|
.PASS { |
| 240 |
|
background-color: #ddffdd; |
| 241 |
|
color: black; |
| 242 |
|
} |
| 243 |
|
|
| 244 |
|
#result-para { |
| 245 |
|
padding: 0.2em 1em; |
| 246 |
|
} |
| 247 |
|
|
| 248 |
/* |
/* |
| 249 |
|
|
| 250 |
Copyright 2007 Wakaba <[email protected]> |
Copyright 2007 Wakaba <[email protected]> |