summaryrefslogtreecommitdiff
path: root/doc/lib/index.css
blob: 0b444eec13f5e51f47e7063a164573a5a61c9a5f (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
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
* {
	color: inherit;
	font-size: 10pt;
	text-decoration: none;
	font-family: sans-serif;
	border-width: 0px;
	padding: 0px;
	margin: 0px;
}

a {
	cursor: pointer;
}

a:hover {
	text-decoration: underline;
}

h1 {
	display: none;
}

#browser {
	top: 0px;
	left: 0px;
	bottom: 0px;
	width: 300px;
	display: block;
	position: fixed;
}

#quickflt {
	display: block;
	position: fixed;
	height: 22px;
	right: 0px;
	left: 0px;
	top: 0px;
	position: absolute;
	display: block;
	font-weight: bold;
	color: #993300;
	padding: 5px;
	background-color: white;
}

#tpl {
	display: block;
	position: fixed;
	overflow: auto;
	right: 0px;
	left: 0px;
	bottom: 0px;
	top: 30px;
	position: absolute;
	display: block;
}

#tpl .packhide {
	display: block;
	float: right;
	font-weight: normal;
	color: white;
	padding: 1px 4px 1px 4px;
}

#tpl .packages > li > h3 {
	display: block;
	background-color: #142556;
	color: white;
	padding: 1px 4px 1px 4px;
	font-weight: bold;
	display: block;
}

#tpl ol > li {
	display: block;
}

#tpl ol > li .icon {
	bottom: -2px;
	position: relative;
}

#content {
	border-left-width: 1px;
	border-left-color: black;
	border-left-style: white;
	right: 0px;
	left: 0px;
	bottom: 0px;
	top: 0px;
	position: fixed;
	margin-left: 300px;
	display: block;
}

#content > iframe {
	display: block;
	height: 100%;
	width: 100%;
}