web: refactor OneLineMixin, add some CSS
[buildbot.git] / buildbot / status / web / classic.css
blob7c681de7bd658c4ce44dfe94b5f6d5e92231f776
1 a:visited {
2 color: #800080;
5 td.Event, td.BuildStep, td.Activity, td.Change, td.Time, td.Builder {
6 border-top: 1px solid;
7 border-right: 1px solid;
10 td.box {
11 border: 1px solid;
14 /* Activity states */
15 .offline {
16 background-color: red;
18 .idle {
19 background-color: white;
21 .waiting {
22 background-color: yellow;
24 .building {
25 background-color: yellow;
28 /* LastBuild, BuildStep states */
29 .success {
30 background-color: #72ff75;
32 .failure {
33 background-color: red;
35 .warnings {
36 background-color: #ff8000;
38 .exception {
39 background-color: #c000c0;
41 .start,.running {
42 background-color: yellow;