daemon: Move TLS initialization to virInitialize
[libvirt/zwu.git] / docs / libvirt.css
blob6e54b7316316ca33d5a4083449b349a6ea0a8a6b
3 h1 {
4 font-weight: normal;
5 color: #3c857c;
7 h1 strong {
8 font-weight: bold;
11 h2, h3, h4, h5, h6 {
12 color: #3c857c;
15 #header {
16 margin: 0px;
17 height: 104px;
18 width: 100%;
19 background: url(libvirt-header-bg.png);
20 border: 0px;
23 #body {
24 float: left;
25 width: 100%;
26 border: 0px;
27 left: 0px;
28 margin: 0px;
31 #content {
32 margin-left: 230px;
33 margin-right: 1em;
34 padding: 0px;
35 padding-bottom: 1em;
38 #menu {
39 float: left;
40 width: 220px;
41 margin-bottom: 1em;
44 #menu ul {
45 margin: 0px;
46 padding: 0px;
47 margin-left: 40px;
50 #menu li ul {
51 margin-left: 0px;
54 #menu ul li {
55 list-style: none;
56 color: black;
57 padding: 0px;
58 margin: 0px;
59 border: 0px;
60 font-weight: bold;
61 font-size: 1.2em;
64 #menu li ul li {
65 font-size: 1em;
68 #menu ul li a, #menu ul li span {
69 text-decoration: inherit;
70 color: inherit;
71 display: block;
72 padding: 6px;
73 margin: 2px;
76 #menu ul li .active {
77 background: #a4c6c2;
80 #menu ul.l0 li .inactive {
81 background: #c5dbd8;
85 #menu ul.l1 li .inactive,
86 #menu ul.l2 li .inactive {
87 background: #dfebea;
88 border-left: 8px solid #dfebea;
91 #menu ul.l1 li .inactive,
92 #menu ul.l1 li .active {
93 padding-left: 1em;
96 #menu ul.l1 li .inactive {
97 border-left: 6px solid #dfebea;
99 #menu ul.l1 li .active {
100 border-left: 6px solid #a5c6c2;
103 #menu ul.l2 li .inactive,
104 #menu ul.l2 li .active {
105 padding-left: 2em;
106 border-left: 8px solid #c5dbd8;
109 #menu ul.l3 li .inactive,
110 #menu ul.l3 li .active {
111 padding-left: 3em;
115 #headerLogo {
116 position: absolute;
117 top: 0px;
118 left: 0px;
119 height: 104px;
120 width: 400px;
121 background: url(libvirt-header-logo.png);
123 #headerSearch {
124 position: absolute;
125 top: 0px;
126 right: 0px;
127 padding: 2em;
128 z-index: 10;
131 #headerSearch input {
132 border: 1px solid #999999;
133 color: #999999;
134 background: white;
135 padding: 3px;
136 font-size: 1em;
139 #headerSearch #submit {
140 border: 1px solid #999999;
141 background: #eeeeee;
142 color: black;
143 padding: 3px;
144 font-size: 1em;
148 #sitemap ul li {
149 list-style: none;
152 #sitemap ul {
153 margin: 1em;
154 padding: 0em;
157 #sitemap ul ul {
158 padding-left: 2em;
161 #sitemap li {
162 margin: 0.5em;
165 #sitemap a {
166 color: inherit;
167 text-decoration: underline;
168 font-weight: bold;
171 pre {
172 border: 1px solid #999999;
173 background: #eeeeee;
174 color: black;
175 padding: 1em;
179 color: #566866;
183 div.api {
184 border: 1px solid #999999;
185 background: #eeeeee;
186 color: black;
189 div.api pre {
190 margin: 0px;
191 border: 0px;
192 background: inherit;
195 div.api table {
196 margin: 0px;
197 padding-left: 2em;
198 font-family: fixed;
199 whitespace: pre;
202 div.api table td, div.variablelist table td {
203 vertical-align: top;
207 h1 a, h2 a, h3 a, h4 a, h5 a {
208 color: inherit;
209 text-decoration: inherit;
212 #changelog .author {
213 color: #3c857c;
214 font-weight: bold;
217 p.image {
218 text-align: center;
221 .top_table {
222 border-collapse: collapse;
225 .top_table th {
226 background: #a4c6c2;
229 .top_table th a {
230 color: inherit;
231 text-decoration: inherit;
234 .top_table td, .top_table th {
235 border: 1px solid #999999;
238 .top_table tr:hover td, .top_table col:hover td {
239 background: #eeeeee;
242 .top_table tr td:hover {
243 background: #c5dbd8;
246 #footer {
247 clear: both;
248 position: relative;
249 margin: 0px;
250 padding: 0px;
251 border: 0px;
252 width: 100%;
253 height: 180px;
254 background: #FFFFFF;
255 /* background: #757575; */
257 /* This is hidden from IE <= 6 because it can't do transparency */
258 /* body > #footer {
259 background: #757575 url(footer_pattern.png) repeat-x;
260 } */
262 #footer p {
263 position: absolute;
264 top: 0px;
265 left: 0px;
266 margin: 0px;
267 border: 0px solid red;
268 width: 220px;
269 text-align: center;
272 #footer p a img {
273 border: 0px;
276 #projects {
277 margin: 0px;
278 border: 0px;
279 position: absolute;
280 top: 0px;
281 left: 0px;
282 width: 100%;
286 #projects dl {
287 margin: 0px;
288 border: 0px solid white;
289 height: 180px;
290 position: absolute;
291 top: 0px;
292 left: 0px;
294 /* This is hidden from IE <= 6 because it can't do transparency */
295 head:first-child+body #projects dl {
296 background: url(footer_corner.png) no-repeat ! important;
299 #projects #p1 {
300 margin-left: 25%;
301 width: 75%;
304 #projects #p2 {
305 margin-left: 50%;
306 width: 50%;
309 #projects #p3 {
310 margin-left: 75%;
311 width: 25%;
314 #projects dt, #projects dd {
315 padding: 0px;
316 margin: 0px;
319 #projects #p1 dt, #projects #p1 dd {
320 width: 33%;
322 #projects #p2 dt, #projects #p2 dd {
323 width: 50%;
325 #projects #p3 dt, #projects #p3 dd {
326 width: 99%;
329 #projects {
332 #projects span {
333 font-size: 0.8em;
334 display: block;
335 padding-left: 1em;
336 padding-top: 0.5em;
339 #projects a {
340 font-size: 0.8em;
341 display: block;
342 padding-left: 0.8em;
343 padding-top: 1em;
346 #projects a {
347 color: white;
348 text-decoration: inherit;
351 #projects span {
352 color: #ccc;
356 #sponsor {
357 color: #757575;
358 text-decoration: inherit;
359 font-size: 1.2em;
362 span.since {
363 color: #3c857c;
364 font-style: italic;
365 font-weight: bold;