updated LIFT unit test structure, fixed rename errors.
[CommonLispStat.git] / test-style.css
blobf076075a4d66ce55ef1c9769316904d6b6d654f4
1 body {
2 background: white;
3 margin: 2px;
4 padding-left: 3em;
5 padding-right: 3em;
8 h3 {
9 clear: both;
10 float: none;
13 #summary {
14 font-size: 80%;
17 #summary h2 {
20 #results {
21 float: left;
22 clear: both;
25 .testsuite {
26 margin-left: 1em;
27 padding-left: 1em;
28 margin-right: 1em;
29 padding-right: 1em;
32 .testsuite-title {
33 font-size: 115%;
34 font-weight: bold;
35 margin-top: 0.50em;
36 margin-bottom: 0.25em;
37 vertical-align: top;
38 clear: both;
41 .testsuite-title table {
42 vertical-align: top;
43 width: 100%;
46 .testsuite-test-count {
47 text-transform: none;
48 text-align: right;
51 .testsuite-summary {
52 width: 150px;
53 text-align: right;
56 .testsuite-all-passed {
60 .test-case {
61 margin-right: 1em;
62 margin-left: 1em;
63 clear: left;
64 float: none;
67 .testsuite-some-failures {
68 border-left-style: solid;
69 border-right-style: solid;
70 border-color: blue;
73 .testsuite-some-errors {
74 border-left-style: solid;
75 border-right-style: solid;
76 border-color: red;
79 .test-error {
80 float: right;
81 clear: right;
82 color: red;
85 .test-failure {
86 float: right;
87 clear: right;
88 color: blue;
91 #problem-summary {
92 float: left;
93 clear: both;
96 #problem-summary body {
97 float: none;
100 #failure-summary {
101 margin-left: 1em;
102 margin-right: 1em;
105 #failure-summary h3 {
106 font-style: italic;
107 font-weight: bold;
110 #error-summary {
111 margin-left: 1em;
112 margin-right: 1em;
115 #error-summary h3 {
116 font-style: italic;
117 font-weight: bold;
120 #footer {
121 padding-top: 2em;
122 text-align: right;
123 font-size: medium;
124 color: gray;
125 clear: both;
128 .test-name {
129 float: left;
130 clear: none;
131 display: block;
132 width: 255px;
133 overflow: hidden;
134 height: 1.25em;
137 .test-time {
138 float: left;
139 padding-left: 20px;
140 text-align: right;
141 display: run-in;
142 width: 35px;
145 .test-space {
146 padding-left: 20px;
147 text-align: right;
148 float: left;
149 clear: none;
150 display: block;
151 width: 70px;