]>
Commit | Line | Data |
---|---|---|
bf5ebfdc MW |
1 | a:visited { |
2 | color: #800080; | |
3 | } | |
4 | ||
5 | td.Event, td.BuildStep, td.Activity, td.Change, td.Time, td.Builder { | |
6 | border-top: 1px solid; | |
7 | border-right: 1px solid; | |
8 | } | |
9 | ||
10 | td { | |
11 | border-top: 1px solid; | |
12 | border-right: 1px solid; | |
13 | border-color: silver; | |
14 | } | |
15 | ||
16 | /* Activity states */ | |
d5940c63 | 17 | .offline { |
bf5ebfdc MW |
18 | background-color: red; |
19 | } | |
20 | .idle { | |
21 | background-color: white; | |
22 | } | |
d5940c63 | 23 | .waiting { |
bf5ebfdc MW |
24 | background-color: yellow; |
25 | } | |
d5940c63 | 26 | .building { |
bf5ebfdc MW |
27 | background-color: yellow; |
28 | } | |
29 | ||
30 | /* LastBuild, BuildStep states */ | |
31 | .success { | |
32 | background-color: #72ff75; | |
33 | } | |
34 | .failure { | |
35 | background-color: red; | |
36 | } | |
37 | .warnings { | |
38 | background-color: #ff8000; | |
39 | } | |
40 | .exception { | |
41 | background-color: #c000c0; | |
42 | } | |
43 | .start,.running { | |
44 | background-color: yellow; | |
45 | } |