blob: 3f1031b74020e8233267df6f648b87213e7a2c40 (
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
|
a:link {
color: #454892;
}
a:visited {
color: #665556;
}
p {
text-align: justify;
}
font.type {
color: #107020;
}
font.func {
color: #1010a0;
}
font.arg {
color: #906000;
}
font.qual {
color: #501050;
}
tr.title {
background: #cbc5b8;
}
tr.even {
background: #dbdbdb;
}
tr.odd {
background: #ebebee;
}
div.code {
background: #e0e0f0;
padding: 10px;
}
|