-
Notifications
You must be signed in to change notification settings - Fork 114
Expand file tree
/
Copy pathdoc.html
More file actions
109 lines (96 loc) · 2.03 KB
/
doc.html
File metadata and controls
109 lines (96 loc) · 2.03 KB
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
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
<title>Documentation</title>
<style type="text/css">
/* General elements */
body {
margin: 0;
font-family: Lucida Sans,Lucida Grande,Helvetica,Arial,"Bitstream Vera Sans",sans-serif;
}
hr {
border-top: 1px solid black;
width: 100%;
float: left;
margin: 0;
}
p {
margin: -10px 0 -10px 0;
}
/* Elements with IDs */
#header {
height: 105px;
width: 90%;
float: left;
margin: .5em;
background: #fff url(http://querypath.org/sites/querypath.org/files/austin_logo.png) no-repeat;
}
#leftbody {
width: 200px;
float: left;
font-size: 0.9em;
padding: 1em 0 1em 1em;
margin: 0;
}
#leftbody a {
color: #686868;
}
#leftbody a:hover {
color: #000;
}
#rightbody {
float: left;
border-left: 1px solid black;
min-height: 76em;
width: 600px;
}
#rightfunction {
font-weight: bold;
padding: .3em;
font-size: 1.4em;
line-height: 1.2em;
}
#rightdesc {
font-size: .9em;
line-height: 1.3em;
padding: .5em 0 .4em .6em;
}
#righttitle, #righttitle2 {
font-weight: bold;
font-size: 1em;
line-height: 1.2em;
padding: .5em 0 .4em .6em;
}
#righttext, #righttext2 {
width: 700px;
white-space: pre-wrap;
font-family: courier new;
font-size: .9em;
padding: .5em 0 .4em .6em;
}
#footer {
width: 100%;
clear: both;
font-size: 0.687em;
text-align: center;
padding: 1em 0 1.5em 0;
background-color: #F0F0F0;
}
</style>
</head>
<body>
<div id='header'></div>
<hr />
<div id='leftbody'></div>
<div id='rightbody'>
<div id='rightfunction'></div>
<div id='rightdesc'></div>
<div id='righttitle'></div>
<div id='righttext'></div>
<div id='righttitle2'></div>
<div id='righttext2'></div>
</div>
<div id='footer'>QueryPath is © 2009, Matt Butcher. Software is licensed under the LGPL v. 2 or later, or the MIT License, at your option. QueryPath™ is a trademark of <a href="http://technosophos.com">Matt Butcher</a>.</div>
</body>
</html>