Project

General

Profile

Download (284 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
}
(1-1/2)