forked from cristianoteles/pspec
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpspec.css
More file actions
executable file
·52 lines (52 loc) · 785 Bytes
/
pspec.css
File metadata and controls
executable file
·52 lines (52 loc) · 785 Bytes
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
body{
font-family: arial,verdana, sans-serif;
}
.resultGroup{
padding:10px;
padding-left: 15px;
border: solid 1px #eee;
}
.exampleResult{
padding:5px;
padding-left: 15px;
}
.expectationText{
background-color: #ccc;
}
.expectationNumber{
font-size: 0.7em;
}
.failures{
background-color: #eee;
margin: 10px;
padding:3px;
}
.errors{
background-color: #eee;
margin: 10px;
padding:3px;
}
.innerResults{
margin-top: 5px;
border-left: solid 1px;
}
.resultGroupTitle{
color: #003;
}
.resultGroupData{
margin-left: 20px;
font-size: 0.8em;
color: #555;
}
.FAILURE{
background-color: #ee3;
}
.INCOMPLETE{
background-color: #efe;
}
.SUCCESS{
background-color: #fff;
}
.ERROR{
background-color: #922;
}