blob: 9d21d49988bb881c10415502488818842a8b8bae (
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
61
62
|
#classes td
{
padding-right: 1.5em;
/* text-align:center; */
}
#classes .class_id
{
font-weight:bold;
}
.message a,
.message a:visited
.message a:hover
{
color: #066;
}
.message table
{
margin-bottom: 1em;
}
.message hr
{
margin-top: 1.2em;
margin-top: 1.2em;
}
.message h3
{
margin-top: 1em;
}
.message h2
{
margin-top: 0.5em;
margin-bottom: 0.5em;
font-size: 1.3em;
margin-left: -1.3em;
}
span.positive
{
color: #070;
}
span.negative
{
color: #700;
}
.message h1.important
{
color: #B72929;
margin-bottom: 1em;
}
#url_sources
{
margin-top: 1em;
margin-bottom: 1EM;
}
|