Subversion Repositories configs

Rev

Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
192 - 1
body {
2
	color: black;
3
	background: white;
4
}
5
 
6
div.Center {
7
	text-align: center;
8
}
9
 
10
img {
11
	border-style: none;
12
}
13
 
14
pre {
15
	text-align: left;
16
}
17
 
18
strong {
19
	color: red;
20
}
21
 
22
table.Outer {
23
	color: black;
24
	background: #60a0a0;
25
	empty-cells: show; border: solid #60a0a0
26
}
27
 
28
th.Outer {
29
	color: black;
30
	background: #60b0b0
31
}
32
 
33
.Title {
34
	font-size: 18pt;
35
}
36
 
37
.SubTitle {
38
	font-size: 12pt;
39
}
40
 
41
.Empty {
42
	color: black;
43
	background: aqua;
44
}
45
 
46
.Fault {
47
	color: black;
48
	background: red;
49
}
50
 
51
.Label {
52
	color: black;
53
	background: aqua;
54
}
55
 
56
.Normal {
57
	color: black;
58
	background: lime;
59
}
60
 
61
.Warning {
62
	color: black;
63
	background: yellow;
64
}