1/* $Id: stylesheet.css,v 1.2 2007/12/04 10:35:50 farell Exp $ */
2
3body {
4    font:normal 68% verdana,arial,helvetica;
5    color:#000000;
6}
7
8table tr td, table tr th {
9    font-size: 68%;
10}
11
12table.details tr th{
13    font-weight: bold;
14    text-align:left;
15    background:#a6caf0;
16}
17
18table.details tr{
19    background:#eeeee0;
20}
21
22p {
23    line-height:1.5em;
24    margin-top:0.5em; margin-bottom:1.0em;
25}
26
27h1 {
28    margin: 0px 0px 5px; font: 165% verdana,arial,helvetica
29}
30
31h2 {
32    margin-top: 1em; margin-bottom: 0.5em; font: bold 125% verdana,arial,helvetica
33}
34
35h3 {
36    margin-bottom: 0.5em; font: bold 115% verdana,arial,helvetica
37}
38
39h4 {
40    margin-bottom: 0.5em; font: bold 100% verdana,arial,helvetica
41}
42
43h5 {
44    margin-bottom: 0.5em; font: bold 100% verdana,arial,helvetica
45}
46
47h6 {
48    margin-bottom: 0.5em; font: bold 100% verdana,arial,helvetica
49}
50
51.Error {
52    font-weight:bold; color:red;
53}
54
55.Failure, .Unexpected {
56    background:#ff0000; font-weight:bold; color:black;
57}
58
59.Unknown {
60    background:#ffff00; font-weight:bold; color:black;
61}
62
63.Pass, .Expected {
64    background:#00ff00; font-weight:bold; color:black;
65}
66
67.Properties {
68    text-align:right;
69}
70
71CODE.expected {
72    color: green; background: none; font-weight: normal;
73}
74
75CODE.actual {
76    color: red; background: none; font-weight: normal;
77}
78
79.typeinfo {
80    color: gray;
81}
82
83