4 border-collapse: collapse
;
11 col:not
(:first-child
) {
27 td:first-child
> div
{
32 background-color: #c8c838;
36 background-color: #c8c838
39 td
.skip
, td
.warn
, td
.fail
, td
.pass
, td
.trap
, td
.abort
, td
.crash
, td
.dmesg-warn
, td
.dmesg-fail
, td
.timeout
, td
.incomplete
, td
.notrun
{
43 td
.trap
, td
.abort
, td
.crash
, td
.incomplete
{
47 td
.trap a
, td
.abort a
, td
.crash a
, td
.incomplete a
{
51 tr:nth-child
(odd
) > td
> div
.group
{ background-color: #ffff95 }
52 tr:nth-child
(even
) > td
> div
.group
{ background-color: #e1e183 }
54 tr:nth-child
(odd
) td
.pass
{ background-color: #20ff20; }
55 tr:nth-child
(even
) td
.pass
{ background-color: #15e015; }
57 tr:nth-child
(odd
) td
.skip
{ background-color: #b0b0b0; }
58 tr:nth-child
(even
) td
.skip
{ background-color: #a0a0a0; }
59 tr:nth-child
(odd
) td
.notrun
{ background-color: #b0b0b0; }
60 tr:nth-child
(even
) td
.notrun
{ background-color: #a0a0a0; }
62 tr:nth-child
(odd
) td
.warn
{ background-color: #ff9020; }
63 tr:nth-child
(even
) td
.warn
{ background-color: #ef8010; }
64 tr:nth-child
(odd
) td
.dmesg-warn
{ background-color: #ff9020; }
65 tr:nth-child
(even
) td
.dmesg-warn
{ background-color: #ef8010; }
67 tr:nth-child
(odd
) td
.fail
{ background-color: #ff2020; }
68 tr:nth-child
(even
) td
.fail
{ background-color: #e00505; }
69 tr:nth-child
(odd
) td
.dmesg-fail
{ background-color: #ff2020; }
70 tr:nth-child
(even
) td
.dmesg-fail
{ background-color: #e00505; }
72 tr:nth-child
(odd
) td
.timeout
{ background-color: #83bdf6; }
73 tr:nth-child
(even
) td
.timeout
{ background-color: #4a9ef2; }
75 tr:nth-child
(odd
) td
.trap
{ background-color: #111111; }
76 tr:nth-child
(even
) td
.trap
{ background-color: #000000; }
77 tr:nth-child
(odd
) td
.abort
{ background-color: #111111; }
78 tr:nth-child
(even
) td
.abort
{ background-color: #000000; }
79 tr:nth-child
(odd
) td
.crash
{ background-color: #111111; }
80 tr:nth-child
(even
) td
.crash
{ background-color: #000000; }
82 tr:nth-child
(odd
) td
.incomplete
{ background-color: #853385; }
83 tr:nth-child
(even
) td
.incomplete
{ background-color: #351435; }