2008-03-03 15:38:21 -05:00
|
|
|
a:visited {
|
|
|
|
color: #800080;
|
|
|
|
}
|
|
|
|
|
|
|
|
td.Event, td.BuildStep, td.Activity, td.Change, td.Time, td.Builder {
|
|
|
|
border-top: 1px solid;
|
|
|
|
border-right: 1px solid;
|
|
|
|
}
|
|
|
|
|
|
|
|
td {
|
|
|
|
border-top: 1px solid;
|
|
|
|
border-right: 1px solid;
|
|
|
|
border-color: silver;
|
|
|
|
}
|
|
|
|
|
|
|
|
/* Activity states */
|
2008-04-15 08:16:40 -04:00
|
|
|
.offline {
|
2008-03-03 15:38:21 -05:00
|
|
|
background-color: red;
|
|
|
|
}
|
|
|
|
.idle {
|
|
|
|
background-color: white;
|
|
|
|
}
|
2008-04-15 08:16:40 -04:00
|
|
|
.waiting {
|
2008-03-03 15:38:21 -05:00
|
|
|
background-color: yellow;
|
|
|
|
}
|
2008-04-15 08:16:40 -04:00
|
|
|
.building {
|
2008-03-03 15:38:21 -05:00
|
|
|
background-color: yellow;
|
|
|
|
}
|
|
|
|
|
|
|
|
/* LastBuild, BuildStep states */
|
|
|
|
.success {
|
|
|
|
background-color: #72ff75;
|
|
|
|
}
|
|
|
|
.failure {
|
|
|
|
background-color: red;
|
|
|
|
}
|
|
|
|
.warnings {
|
|
|
|
background-color: #ff8000;
|
|
|
|
}
|
|
|
|
.exception {
|
|
|
|
background-color: #c000c0;
|
|
|
|
}
|
|
|
|
.start,.running {
|
|
|
|
background-color: yellow;
|
|
|
|
}
|