forked from VSoftTechnologies/DUnit-XML
-
Notifications
You must be signed in to change notification settings - Fork 0
/
fb-dunit-report.css
79 lines (65 loc) · 1.07 KB
/
fb-dunit-report.css
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
body {
color: #070707;
background-color: #ccc;
margin: 10px;
padding: 0;
}
div#header {
display: inline;
width=75%;
background-color=white;
}
div#content {
margin: 0px;
border-top: 4px solid #666;
border-left: 4px solid #666;
border-right: 2px solid #666;
border-bottom: 2px solid #666;
background: #fffff7; width=75%
}
div#result {
margin: 0px;
border-top: 4px solid #666;
border-left: 4px solid #666;
border-right: 2px solid #666;
border-bottom: 2px solid #666;
background: #9999FF;
width=75%
}
h1 {
display: inline;
background: #666;
margin: 10pt;
padding: 1pt;
color: #ffffff;
}
.tableheader {
font-size: large;
background-color: #9F9F9F;
}
.testpass {
background-color: #00FF00;
}
.testerror {
background-color: #FF0000;
}
.testfailure {
background-color: #FF00FF;
}
.test {
background-color: #EEEEEE;
}
.testsuite {
font-size: large;
background-color: #DDDDDD;
}
.statname {
background-color: #DDDDDD;
}
.statvalue {
background-color: #FFFFFF;
}
.statistics {
font-size: large;
background-color: #DDDDDD;
}