]> CyberLeo.Net >> Repos - FreeBSD/releng/10.0.git/blob - contrib/atf/atf-report/tests-results.css
- Copy stable/10 (r259064) to releng/10.0 as part of the
[FreeBSD/releng/10.0.git] / contrib / atf / atf-report / tests-results.css
1 /*
2  * Automated Testing Framework (atf)
3  *
4  * Copyright (c) 2007 The NetBSD Foundation, Inc.
5  * All rights reserved.
6  *
7  * Redistribution and use in source and binary forms, with or without
8  * modification, are permitted provided that the following conditions
9  * are met:
10  * 1. Redistributions of source code must retain the above copyright
11  *    notice, this list of conditions and the following disclaimer.
12  * 2. Redistributions in binary form must reproduce the above copyright
13  *    notice, this list of conditions and the following disclaimer in the
14  *    documentation and/or other materials provided with the distribution.
15  *
16  * THIS SOFTWARE IS PROVIDED BY THE NETBSD FOUNDATION, INC. AND
17  * CONTRIBUTORS ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES,
18  * INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
19  * MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.
20  * IN NO EVENT SHALL THE FOUNDATION OR CONTRIBUTORS BE LIABLE FOR ANY
21  * DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
22  * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE
23  * GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
24  * INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER
25  * IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR
26  * OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN
27  * IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
28  */
29
30 body {
31     margin: 0 0 0 0;
32 }
33
34 .nobr {
35     white-space: nowrap;
36 }
37
38 h1 {
39     background: black;
40     color: white;
41     font-family: Arial;
42     font-size: 24pt;
43     padding: 5pt;
44 }
45
46 h2 {
47     background: #eeeeee;
48     font-family: Arial;
49     font-size: 16pt;
50     margin-left: 10pt;
51     margin-right: 10pt;
52     padding: 3pt;
53 }
54
55 h3 {
56     font-family: Arial;
57     font-size: 12pt;
58     margin-left: 20pt;
59     margin-right: 20pt;
60     padding: 3pt;
61 }
62
63 p.details {
64     margin-left: 20pt;
65     margin-right: 20pt;
66 }
67
68 p.term {
69     margin-left: 40pt;
70     margin-right: 40pt;
71 }
72
73 pre.so {
74     margin-left: 40pt;
75     margin-right: 40pt;
76 }
77
78 pre.se {
79     margin-left: 40pt;
80     margin-right: 40pt;
81 }
82
83 table.summary {
84     border-collapse: collapse;
85     border-color: black;
86     border-style: solid;
87     border-width: 1pt;
88     margin-left: auto;
89     margin-right: auto;
90 }
91
92 table.summary th {
93     background: #aaaadd;
94     border-style: solid;
95     border-width: 1pt;
96     padding: 3pt 6pt 3pt 6pt;
97 }
98
99 table.summary td {
100     border-style: solid;
101     border-width: 1pt;
102     padding: 3pt 6pt 3pt 6pt;
103 }
104
105 table.summary td.numeric p {
106     text-align: right;
107 }
108
109 table.summary td.numeric-error p {
110     text-align: right;
111     color: red;
112 }
113
114 table.summary td.numeric-warning p {
115     text-align: right;
116     color: #aaaa00;
117 }
118
119 table.summary tr.group {
120     background: #dddddd;
121 }
122
123 table.summary tr.entry td p {
124     margin-left: 10pt;
125 }
126
127 table.tcs-summary {
128     border-collapse: collapse;
129     border-color: black;
130     border-style: solid;
131     border-width: 1pt;
132     margin-left: auto;
133     margin-right: auto;
134     width: 80%;
135 }
136
137 table.tcs-summary td {
138     border-style: solid;
139     border-width: 1pt;
140     padding: 3pt 6pt 3pt 6pt;
141 }
142
143 table.tcs-summary th {
144     background: #aaaadd;
145     border-style: solid;
146     border-width: 1pt;
147     padding: 3pt 6pt 3pt 6pt;
148 }
149
150 table.tcs-summary td.numeric {
151     width: 1pt;
152 }
153
154 table.tcs-summary td.numeric p {
155     text-align: right;
156 }
157
158 table.tcs-summary td.tp-numeric {
159     background: #dddddd;
160     width: 1pt;
161 }
162
163 table.tcs-summary td.tp-numeric p {
164     text-align: right;
165 }
166
167 table.tcs-summary td.tp-id {
168     background: #dddddd;
169     font-weight: bold;
170     width: 1pt;
171 }
172
173 table.tcs-summary td.tc-id p {
174     margin-left: 10pt;
175 }
176
177 table.tcs-summary td.tcr-passed {
178     background: #aaffaa;
179     width: 1pt;
180 }
181
182 table.tcs-summary td.tcr-failed {
183     background: #ffaaaa;
184     width: 1pt;
185 }
186
187 table.tcs-summary td.tcr-skipped {
188     background: #ffffaa;
189     width: 1pt;
190 }
191
192 table.tcs-summary td.tcr-xfail {
193     background: #ffaaff;
194     width: 1pt;
195 }
196
197 table.tcs-summary td.tcr-reason {
198     width: 100%;
199 }