summaryrefslogtreecommitdiff
path: root/docs/man/src/css/style.css
blob: 3072be4012198e494d2f86c0464832745868fe9e (plain) (blame)
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
.SansSerif {
	font-family: Arial, Helvetica, sans-serif;
}

.ContentList { font-size: 90%; style: margin-left: 3.4em; }

.Note {
	margin-left: 4em;
	margin-right: 4em;
	font-size: 90%;
}

/* see http://www.maxdesign.com.au/presentation/external/ */
a.external span {
	position: absolute;
	left: -5000px;
	width: 4000px;
}

a.external:link {
	background: url(../images/external.gif) no-repeat 100% 0;
	padding: 0px 20px 0px 0px;
}

a.external:visited {
	color: purple;
	background-color: white;
	background: url(../images/external.gif) no-repeat 100% -100px;
	padding: 0px 20px 0px 0px;
}

a.external:hover {
	color: red;
	background-color: white;
	background: url(../images/external.gif) no-repeat 100% -200px;
	padding: 0px 20px 0px 0px;
}

h2 { font-family: Arial, Helvetica, sans-serif; }

h3 {
	margin-left: 1.4em;
	margin-bottom: .1em;
	font-family: Arial, Helvetica, sans-serif;
}

hr {
	margin: 1em 0 1em 0;
}

img {
	border:none;
}

li {
	margin-left: 1.7em;
}

span.tool {
	font-family: Courier, Sans-Serif;
	font-weight: bold;
}

th {
	white-space: nowrap;
}