summaryrefslogtreecommitdiff
blob: 3b148fb7c316d4f6d0eb8d2ece3f79549888e2bd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
body
{
	color: #000;
	background: #fff;
}

table
{
	margin: 1em auto;
}

td
{
	border: 1px solid #000;
	text-align: center;

	padding: .5em;
}

a
{
	display: block;
}

address
{
	margin-top: 1em;
	font-size: 75%;
	text-align: center;
}

.GOOD
{
	color: #000;
	background: #aea;
}

.BAD_CACHE
{
	color: #000;
	background: #eb7;
}

.INVALID_METADATA, .SYNC_FAIL, .MISSING_REPO_NAME, .CONFLICTING_REPO_NAME, .MISSING_MASTERS, .INVALID_MASTERS
{
	color: #000;
	background: #eaa;
}

.EMPTY, .REMOVED
{
	color: #000;
	background: #eee;
}

.UNSUPPORTED
{
	color: #000;
	background: #bbb;
}