Project::OSiRiON - Git repositories
Project::OSiRiON
News . About . Screenshots . Downloads . Forum . Wiki . Tracker . Git
summaryrefslogtreecommitdiff
blob: 614f4370551e1a78cb6368a9c399a546bcdb769b (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
63
64
65
66
67
68
69
70
71
72
73
74
75
76
/*
	The Osirion Project 
	documentation stylesheet
*/

body {
 color: #000000;
 background-color: #ffffff;
 font-size: 12pt;
 margin: 32px;
 border: 1px solid #000000;
 padding: 16px;
}

a {
 color: #b38700;
}

h1, h2, h3 {
 margin-left: 16px;
 margin-right: 32px;
 width: auto;
}

h1 {
 margin-top: 32px;
 font-size: 18pt;
 border-bottom: 1px solid #000000;
}

h2 {
 margin-top: 32px;
 font-size: 14pt;
 border-bottom: 1px solid #000000;
}

h3 {
 font-weight: bold;
 font-size: 12pt;
}

p, ul {
 margin-left: 64px;
 margin-right: 32px;
 width: auto;
}

table {
 margin-left: 96px;
 margin-right: 64px;
}

td {
 padding-right: 16px;
 vertical-align: top;
}

td.wide {
 width: 96px;
}

td.narrow {
 width: 64px;
}
pre {
 font-family: "Courier New", "Courier", "fixed";
 font-size: 14px;
 margin-left:96px;
 margin-right: 64px;
 width: auto;
 background-color: e5e5e5;
 padding: 8px;
}
ul {
 list-style-type: none;
}