Download this file
67 lines (55 with data), 836 Bytes
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
63
64
65 | body {
font-family:Verdana,Helvetica,Arial,sans-serif;
font-style: normal;
font-size: 12pt;
color: black;
background: #e6e8ec repeat-x scroll bottom;
margin: 4px 4px 4px 4px;
}
h1 {
font-size: 20px;
color: #6060ff;
}
h2 {
font-size: 18px;
color: #8080ff;
font-style: italic;
}
h3 {
font-size: 16px;
color: #a0a0ff;
}
table {
border: 0;
background: #6060ff;
border-spacing: 1px;
}
th {
background: #a0a0ff;
text-align: center;
}
td {
background: #fffff0;
font-size: 80%;
text-align: center;
}
td.description {
text-align: justify;
}
a {
color: #a74400;
text-decoration: none;
}
div.code {
white-space: pre;
background: #fffff0;
padding: 5pt;
font-size: 10pt;
border: 1px solid #a0a0ff;
font-family: monospace;
-moz-border-radius: 5pt;
}
a:hover {
background: #8080ff;
color: white;
}
|
×
Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.