Project

General

Profile

Download (412 Bytes) Statistics
| Branch: | Tag: | Revision:
1
.uninitialized{
2
    color: gray;
3
  }
4
.initializing{
5
  color: yellow;
6
  }
7
.starting{
8
  color: blue;
9
  }
10
.started{
11
  color: green;
12
    }
13
.stopped{
14
    color: black;
15
  }
16
.error{
17
    color: red;
18
    }
19
.disabled{
20
    color: #aa0000;
21
    }
22

    
23
#version {
24
    float:right;
25
    text-transform: none;
26
}
27

    
28
/* overriding default styles from base theme */
29
body {
30
  font-family: "Droid Sans",Verdana,Arial,Helvetica,sans-serif;
31
}
(1-1/2)