Remove building with NOCRYPTO option
[minix.git] / external / bsd / bind / dist / unit / atf-src / atf-report / tests-results.css
blob24fc12cbf30d60e5ee02b35f0f21756c6281cca5
1 /*
2 * Automated Testing Framework (atf)
4 * Copyright (c) 2007 The NetBSD Foundation, Inc.
5 * All rights reserved.
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.
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.
30 body {
31 margin: 0 0 0 0;
34 .nobr {
35 white-space: nowrap;
38 h1 {
39 background: black;
40 color: white;
41 font-family: Arial;
42 font-size: 24pt;
43 padding: 5pt;
46 h2 {
47 background: #eeeeee;
48 font-family: Arial;
49 font-size: 16pt;
50 margin-left: 10pt;
51 margin-right: 10pt;
52 padding: 3pt;
55 h3 {
56 font-family: Arial;
57 font-size: 12pt;
58 margin-left: 20pt;
59 margin-right: 20pt;
60 padding: 3pt;
63 p.details {
64 margin-left: 20pt;
65 margin-right: 20pt;
68 p.term {
69 margin-left: 40pt;
70 margin-right: 40pt;
73 pre.so {
74 margin-left: 40pt;
75 margin-right: 40pt;
78 pre.se {
79 margin-left: 40pt;
80 margin-right: 40pt;
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;
92 table.summary th {
93 background: #aaaadd;
94 border-style: solid;
95 border-width: 1pt;
96 padding: 3pt 6pt 3pt 6pt;
99 table.summary td {
100 border-style: solid;
101 border-width: 1pt;
102 padding: 3pt 6pt 3pt 6pt;
105 table.summary td.numeric p {
106 text-align: right;
109 table.summary td.numeric-error p {
110 text-align: right;
111 color: red;
114 table.summary td.numeric-warning p {
115 text-align: right;
116 color: #aaaa00;
119 table.summary tr.group {
120 background: #dddddd;
123 table.summary tr.entry td p {
124 margin-left: 10pt;
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%;
137 table.tcs-summary td {
138 border-style: solid;
139 border-width: 1pt;
140 padding: 3pt 6pt 3pt 6pt;
143 table.tcs-summary th {
144 background: #aaaadd;
145 border-style: solid;
146 border-width: 1pt;
147 padding: 3pt 6pt 3pt 6pt;
150 table.tcs-summary td.numeric {
151 width: 1pt;
154 table.tcs-summary td.numeric p {
155 text-align: right;
158 table.tcs-summary td.tp-numeric {
159 background: #dddddd;
160 width: 1pt;
163 table.tcs-summary td.tp-numeric p {
164 text-align: right;
167 table.tcs-summary td.tp-id {
168 background: #dddddd;
169 font-weight: bold;
170 width: 1pt;
173 table.tcs-summary td.tc-id p {
174 margin-left: 10pt;
177 table.tcs-summary td.tcr-passed {
178 background: #aaffaa;
179 width: 1pt;
182 table.tcs-summary td.tcr-failed {
183 background: #ffaaaa;
184 width: 1pt;
187 table.tcs-summary td.tcr-skipped {
188 background: #ffffaa;
189 width: 1pt;
192 table.tcs-summary td.tcr-xfail {
193 background: #ffaaff;
194 width: 1pt;
197 table.tcs-summary td.tcr-reason {
198 width: 100%;