Documentation: Internet Explorer fixes
[senf.git] / doclib / senf.css
1 body {
2         padding: 0;
3         margin: 0;
4         font-family: Verdana, Arial, Helvetica, sans-serif;
5 }
6
7 #head {
8         height: 63px;
9         border-top: 4px solid #DECD40;
10         border-bottom: 1px solid #AF9D00;
11         background: url(logo-head.png) top left no-repeat;
12         background-color: #EDE497;
13 }
14
15 #head h1 {
16         margin: 0 0 0 100px;
17         padding: 6px 0 0 0;
18         height: 34px;
19         background-color: #DECD40;
20         border-bottom: 1px solid #AF9D00;
21         font-size: 22px;
22         font-weight: bold;
23         color: white;
24         white-space: nowrap;
25         text-align: left;
26 }
27
28 #head h2 {
29         margin: 0 0 0 100px;
30         padding: 4px 0 0 0;
31         height: 18px;
32         background-color: #EDE497;
33         font-size: 13px;
34         font-weight: normal;
35         color: #726921;
36         white-space: nowrap;
37 }
38
39 #content { 
40         /* Non-0 top padding to fix margin inhertance from first non-float elt */
41         padding: 1px 10px 10px 142px;
42 }
43
44 div.tabs { 
45         display: inline; /* IE double margin fix */
46         float: left;
47         clear: left;
48         background-color: #FDF7C3;
49         border: 1px solid #AF9D00;
50         margin: 10px 0 0 -132px;
51         width: 120px; 
52         overflow: hidden;
53 }
54
55 div.tabs ul { 
56         margin: 0;
57         padding: 0;
58         list-style-type: none;
59 }
60
61 div.tabs ul li { 
62         display: inline;
63 }
64
65 div.tabs ul li a { 
66         display: block;
67         padding: 2px 5px;
68         font-size: 13px;
69         color: #726921;
70         text-decoration: none;
71         white-space: nowrap;
72 }
73
74 div.tabs ul li a:visited, div.tabs ul li a:active { 
75         color: #726921;
76         text-decoration: none;
77 }
78
79 div.tabs ul li a:hover, div.tabs ul li#current a { 
80         color: #726921;
81         text-decoration: none;
82         background-color: #EDE497;
83 }
84
85 div.nav { 
86         width: auto;
87         background-color: white;
88         border: none;
89         border-bottom: 1px solid #AF9D00;
90         padding: 5px 0;
91         margin: 0;      
92 }
93
94 div.qindex {
95         width: auto;
96         background-color: #e8eef2;
97         border: 1px solid #84b0c7;
98         text-align: center;
99         margin: 2px;
100         padding: 2px;
101         line-height: 140%;
102 }