s3: Fix bug #9085.
[Samba.git] / selftest / output / testresults.css
blob66d1d6b2ad2721725ed7cf65c95ebc150a63b48b
1 /* Stylesheet for Samba test results.
3 * Partially based on the CSS file from lcov.
4 */
6 /* All views: main title format */
7 td.title
9 text-align: center;
10 padding-bottom: 10px;
11 font-family: sans-serif;
12 font-size: 20pt;
13 font-style: italic;
14 font-weight: bold;
17 /* Index table headers */
18 td.tableHead
20 text-align: center;
21 color: #FFFFFF;
22 background-color: #6688D4;
23 font-family: sans-serif;
24 font-size: 120%;
25 font-weight: bold;
28 /* Testsuite names */
29 td.testSuite
31 text-align: left;
32 padding-left: 10px;
33 padding-right: 20px;
34 color: #284FA8;
35 background-color: #DAE7FE;
36 font-family: monospace;
39 /* Successful */
40 td.resultOk
42 text-align: right;
43 padding-left: 10px;
44 padding-right: 10px;
45 background-color: #A7FC9D;
46 font-weight: bold;
49 /* Failure */
50 td.resultFailure
52 text-align: right;
53 padding-left: 10px;
54 padding-right: 10px;
55 background-color: #FF0000;
56 font-weight: bold;
59 /* Expected failure */
60 td.resultExpectedFailure
62 text-align: right;
63 padding-left: 10px;
64 padding-right: 10px;
65 background-color: #FFA500;
66 font-weight: bold;
69 /* Skipped */
70 td.resultSkipped
72 text-align: center;
73 padding-left: 10px;
74 padding-right: 10px;
75 background-color: #FFEA20;
76 font-weight: bold;
79 td.duration
81 text-align: right;
84 td.durationSkipped
86 text-align: right;
89 td.outputSkipped
91 background-color: #FFEA20;
94 td.outputOk
96 background-color: #A7FC9D;
99 td.outputFailure
101 background-color: #FF0000;
104 td.outputExpectedFailure
106 background-color: #FFA500;
109 div.reason
111 text-align: center;
112 font-weight: bold;
115 span.control
117 display: none;
120 div.duration
122 text-align: right;
123 font-weight: bold;
126 div.command
128 background-color: gray;