added useful table for IPv4 header
[senf.git] / doclib / senf.css
1 body {
2         padding: 0;
3         margin: 0;
4         font-family: Verdana, Arial, Helvetica, sans-serif;
5         font-size: 10pt;
6 }
7
8 #head {
9         height: 62px;
10         border-top: 5px solid #DECD40;
11         border-bottom: 1px solid #AF9D00;
12         background: url(logo-head.png) top left no-repeat;
13         background-color: #EDE497;
14 }
15
16 #title { 
17         height: 39px;
18         background-color: #DECD40;
19         border-bottom: 1px solid #AF9D00;
20         margin: 0 0 0 100px;
21 }
22
23 #title2 {
24         padding: 0 0 0 42px;
25         max-width: 62em;
26         margin: 0 10px 0 0;
27 }
28
29 #head h1 {
30         margin: 0;
31         padding: 6px 0 0 0;
32         font-size: 22px;
33         font-weight: bold;
34         color: white;
35         white-space: nowrap;
36         text-align: left;
37 }
38
39 #subtitle {
40         margin: 0 10px 0 100px;
41         padding: 4px 0 0 42px;
42         height: 18px;
43         max-width: 62em;
44         background-color: #EDE497;
45         color: #726921;
46 }
47
48 #head h2 {
49         margin: 0;
50         padding: 0;
51         font-size: 13px;
52         font-weight: normal;
53         white-space: nowrap;
54 }
55
56 #head ul { 
57         display: inline; /* f�r IE ... */
58         font-size: 13px;
59         height: 0px;
60         margin: 0;
61         padding: 0;
62 }
63
64 #head li { 
65         list-style-type: none;
66         margin: 0 0 0 10px;
67         padding: 0 10px 0 0;
68         float: right;
69         border-right: 1px solid #726921;
70         height: 14px;
71 }
72
73 #head li:first-child { 
74         border-right: none;
75         padding: 0;
76 }
77
78 #head a { 
79         font-weight: normal;
80         color: #726921;
81 }
82
83 #head a:hover { 
84         background-color: #EDE497;
85         text-decoration: underline;
86 }
87
88 #search {
89         float: right;
90         width: 150px;
91         height: 39px;
92         font-size: 10px;
93         color: #726921;
94 }
95
96 #search input { 
97         display: block;
98         height: 16px;
99         border: 1px solid #AF9D00;
100         width: 100%;
101 }
102
103 #search form { 
104         margin: 0;
105         padding: 0;
106 }
107
108 #content1 {
109         padding: 0 10px 10px 0;
110         border-bottom: 1px solid #AF9D00;
111 }
112
113 #content2 {
114         /* need non-zero top padding here to prevent margin propagation */
115         padding: 10px 0 0 142px;
116         max-width: 62em;
117 }
118
119 a {
120         font-weight: bold;
121         text-decoration: none;
122 }
123
124 a.literal {
125         font-weight: normal;
126 }
127
128 a.ext {
129         font-style: italic;
130 }
131
132 a.anchor { 
133         color: inherit;
134         background-color: white !important;
135 }
136
137 div.tabs {
138         display: inline; /* IE double margin fix */
139         float: left;
140         clear: left;
141         background-color: #FDF7C3;
142         border: 1px solid #AF9D00;
143         margin: 0 0 10px -132px;
144         width: 120px;
145         overflow: hidden;
146 }
147
148 * html div.tabs {
149         margin-bottom: 0; /* Grmpf .. IE6 is f**ing up ... */
150 }
151
152 div.tabs ul {
153         margin: 0;
154         padding: 0;
155         list-style-type: none;
156 }
157
158 div.tabs ul li {
159         display: inline;
160 }
161
162 div.tabs ul li a {
163         display: block;
164         padding: 2px 5px;
165         font-size: 13px;
166         color: #726921;
167         text-decoration: none;
168         white-space: nowrap;
169         font-weight: normal;
170 }
171
172 div.tabs ul li a:visited, div.tabs ul li a:active {
173         color: #726921;
174         text-decoration: none;
175 }
176
177 div.tabs li.current a {
178         background-position: 100% -150px;
179         border-width: 0px;
180 }
181
182 div.tabs li.current span {
183         background-position: 0% -150px;
184         padding-bottom: 6px;
185 }
186
187 div.tabs ul li a:hover, div.tabs ul li.current a {
188         color: #726921;
189         text-decoration: none;
190         background-color: #EDE497;
191 }
192
193 div.tabs ul li.level1 a {
194         padding-left: 1.5em;
195         font-size: 90%;
196 }
197
198 #footer {
199         clear: both;
200         padding: 4px 10px 4px 142px;
201         color: #726921;
202         white-space: nowrap;
203         text-align: right;
204         max-width: 62em;
205 }
206
207 #footer span {
208         font-size: 10px;
209 }
210
211 #footer a, #footer a:active, #footer a:visited {
212         color: #726921;
213         text-decoration: none;
214 }
215
216 #footer a:hover {
217         background-color: inherit;
218         text-decoration: underline;
219 }
220
221 dl.attention {
222         border: 1px solid #AADD88;
223         background-color: #EEFFDD;
224         padding: 4px;
225 }
226
227 dl.warning {
228         border: 1px solid #DDAA88;
229         background-color: #FFEEDD;
230         padding: 4px;
231 }
232
233 dl.note {
234         border: 1px solid A0C2C2;
235         background-color: #F0F8F8;
236         padding: 4px;
237 }
238  
239 table.packet {
240         width: 95%;
241         margin: 10pt auto;
242         border: 1px solid #AAAAAA;
243         padding: 2px;
244         border-spacing: 0;
245                 white-space: nowrap;
246                 text-align: center;
247                 table-layout: fixed; 
248 }
249
250 table.packet td,th {
251         border: 2px solid white;
252         background-color: #EEEEEE;
253         padding: 6px 4px;
254 }
255
256 table.packet th {
257         background-color: white;
258         text-align: left;
259                 font-weight: normal;
260         padding: 0px;
261 }
262
263 table.senf {
264         width: 95%;
265         margin: 10pt auto;
266         border: 1px solid #AAAAAA;
267         padding: 2px;
268         border-spacing: 0;
269 }
270
271 table.senf td,th {
272         border: 2px solid white;
273         background-color: #EEEEEE;
274         padding: 2px 4px;
275         text-align: left;
276         vertical-align: top;
277 }
278
279 table.senf th {
280         background-color: #DDDDDD;
281         text-align: center;
282         font-weight: bold;
283 }
284
285 table.ebnf {
286         margin: 0;
287         padding: 0;
288         border-spacing: 0;
289         border: none;
290         font-size: 120%; /* ????????  Why is THIS needed ?? */
291 }
292
293 table.ebnf td {
294         text-align: left;
295         border: none;
296         padding: 0;
297 }
298
299 table.ebnf td:first-child {
300         width: 1%;
301         padding-right: 1ex;
302         font-style: italic;
303 }
304
305 table.listing {
306         margin: 10pt 0;
307         padding: 0;
308         border-spacing: 0;
309         border: none;
310         font-size: 120%; /* ????????  Why is THIS needed ?? */
311 }
312
313 table.listing td {
314         text-align: left;
315         vertical-align: top;
316         border: none;
317         padding: 0 0 3pt 0;
318 }
319
320 table.listing td:first-child {
321         width: 35%;
322 }
323
324 dl.xref-bug, dl.xref-fix, dl.xref-todo, dl.xref-idea {
325         border: 1px solid #CC8888;
326         padding: 2px 3px;
327         margin: 4px 8px 4px 2px;
328         background-color: #FFEEEE;
329         color: #666666;
330         font-size: 75%;
331         overflow: hidden;
332 }
333
334 dl.xref-bug dt, dl.xref-fix dt, dl.xref-todo dt, dl.xref-idea dt,
335 dl.xref-bug dd, dl.xref-fix dd, dl.xref-todo dd, dl.xref-idea dd {
336         display: inline;
337         margin: 0;
338         padding: 0;
339 }
340
341 dl.xref-bug a, dl.xref-fix a, dl.xref-todo a, dl.xref-idea a {
342         color: #6666FF;
343 }
344
345 dl.xref-fix {
346         border-color: #CCCC88;
347         background-color: #FFFFEE;
348 }
349
350 dl.xref-todo {
351         border-color: #88CC88;
352         background-color: #EEFFEE;
353 }
354
355 dl.xref-idea {
356         border-color:  #CCCCCC;
357         background-color: #F8F8F8;
358 }
359
360 div.bug, div.fixme, div.todo, div.idea { 
361         padding-left: 10px;
362 }
363
364 div.bug { 
365         border-left: 10px solid red;
366 }
367
368 div.fixme { 
369         border-left: 10px solid yellow;
370 }
371
372 div.todo { 
373         border-left: 10px solid green;
374 }
375
376 div.idea { 
377         border-left: 10px solid #AAAAAA;
378 }
379
380 dl.implementation {
381         color: #666666;
382         font-size: 75%;
383 }
384
385 p.memtitle {
386         color: #1a41a8;
387         font-weight: bold;
388         margin-right: 14px;
389         border-bottom: 1px solid #84b0c7;
390 }
391
392 p.sourceline, p.references, p.referencedby, p.reimplementedfrom, p.reimplementedin, 
393 p.implementedin {
394         color: #666666;
395         font-size: 75%;
396         margin-bottom: .2em;
397         margin-top: .2em;
398 }
399
400 div.memdoc p.sourceline, p.references, p.referencedby, p.reimplementedfrom, p.reimplementedin, 
401 p.implementedin {
402         margin-left: 10em;
403         text-indent: -4em;
404 }
405
406 div.memproto {
407         margin-bottom: .5em;
408 }
409
410 table {
411         width: 100%;
412 }
413
414 div.ah {
415         margin-right: 10px;
416 }
417
418 div.nav {
419         width: auto;
420         background-color: white;
421         border: none;
422         border-bottom: 1px solid #AF9D00;
423         padding: 5px 0;
424         margin: 0;
425 }
426
427 div.qindex {
428         width: auto;
429         background-color: #e8eef2;
430         border: 1px solid #84b0c7;
431         text-align: center;
432         margin: 2px 0;
433         padding: 2px;
434         line-height: 140%;
435 }
436
437 dl.parameters dd table {
438         width: auto;
439 }
440
441 table.glossary {
442         border: none;
443         border-spacing: 0;
444         margin: 10px 0;
445 }
446
447 table.glossary tr td {
448         border: none;
449         border-bottom: 4px solid white;
450         vertical-align: top;
451         padding: 2px 4px;
452         background-color: #F0F0F0;
453 }
454
455 table.glossary tr td:first-child {
456         font-weight: bold;
457         white-space: nowrap;
458         padding-right: 10px;
459 }
460
461 table.members td:first-child {
462         width: 35%;
463 }
464
465 div.toc {
466         width: 25%;
467         margin: 10px 0px;
468 }
469
470 div.toc ol {
471         padding: 0px;
472         margin: 0pt 0pt 0pt 40px;
473         list-style-type: decimal;
474 }
475
476 div.toc li {
477         padding: none;
478 }
479
480 div.toc div {
481         margin: 10px 0px;
482         font-weight: bold;
483         font-size: 120%
484 }
485
486 /* \f
487  * Local Variables:
488  * indent-tabs-mode: nil
489  * ispell-local-dictionary: "american"
490  * End:
491  */