summaryrefslogtreecommitdiff
path: root/www/htdocs/main.css
blob: a766eeec5bd3a58df4d641fc621eb866a332883d (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
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
body {
	background-color: #ddd;
	margin: 0px;
	font-size: 10pt;
	font-family: "Trebuchet MS",
	             Tahoma,
	             "Nimbus Sans L",
	             sans-serif;
}

a {
	color: #555555;
	font-weight: bold;
}

a:hover {
	color: #777777;
}

img.heading {
	display:block;
	margin:10px auto;
}

.content {
	padding: 10px 30px;
	background-color: white;
}

.info { color: #069; }

.manual h2 {
	clear: both;
	margin-top: 1em;
}

.manual tt {
	background-color: #eef;
}

.whiteblock {
	background-color: white;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
}

.whiteblock a {
	text-decoration: none;
}

.bigtext {
	color: #444444;
	font-size: 1.5em;
}

img.osimage {
	vertical-align: middle;
	border: 0px;
}

p.blurb  {
	margin: 20px auto;
	width: 600px;
	text-align: justify;
}

.links {
	text-align:center;
	margin-top: 2em;
}

dt {
	margin-top: 0.5em;
	font-weight: bold;
}

div.fig {
	text-align: center;
	padding: 0.5em 1em;
	margin: 0em 1em;
	border: 1px solid #aaa;
	background-color: #ddd;
}

div.fig img {
	border: 1px solid #aaa;
}

div.fig p {
	font-size: 0.8em;
	line-height: 1em;
	margin-top: 1em;
	margin-bottom: 0em;
}

/* syntax highlight styles */
.bnf  {
	white-space: nowrap;
	border: 1px dotted #a0a0a0;
	padding: 1em;
	font-family: 'Monaco', 'Courier New', Courier, monospace;
	font-size: 9pt;
	line-height: 120%;
	color: #000;
}

.bnf .imp {font-weight: bold; color: red;}
.bnf .co0 {color: #666666; font-style: italic;}
.bnf .coMULTI {font-style: normal;}
.bnf .es0 {font-weight: normal;}
.bnf .sy0, .bnf .re0 {color: #006; font-weight: normal;}
.bnf .sy1 {color: #000066; font-weight: normal;}
.bnf .sy2 {color: #000066; font-weight: normal;}
.bnf .sy3 {color: #000066; font-weight: normal;}
.bnf .sy4 {color: #000; font-weight: normal;}
.bnf .st0 {color: #060;}
.bnf .st1, .terminal {color: #069;}
.bnf .me {1}