Further doc setup
[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 #head ul { 
40         float: left;
41         margin: 10px 0 0 10px;
42         width: 120px;
43         background-color: #FDF7C3;
44         border: 1px solid #AF9D00;
45         list-style-type: none;
46         padding: 0;
47 }
48
49 #head ul li { 
50         display: inline;
51 }
52
53 #head ul li a, #head ul li b { 
54         padding: 2px 5px;
55         display: block;
56 }
57
58 #head ul li b { 
59         border-bottom: 1px solid #AF9D00;
60         background-color: #EDE497;
61         color: #726921;
62 }
63
64 #head ul li a, #head ul li a:active, #head ul li a:visited { 
65         color: #726921;
66         text-decoration: none;
67 }
68
69 #head ul li a:hover { 
70         background-color: #EDE497;
71         text-decoration: none;
72 }
73
74 #content { 
75         /* Non-0 top padding to fix margin inhertance from first non-float elt */
76         padding: 1px 10px 10px 142px;
77 }
78
79 div.tabs { 
80         float: left;
81         clear: left;
82         background-color: #FDF7C3;
83         border: 1px solid #AF9D00;
84         margin: 10px 0 0 -132px;
85         width: 120px; 
86         overflow: hidden;
87 }
88
89 div.tabs ul { 
90         margin: 0;
91         padding: 0;
92         list-style-type: none;
93 }
94
95 div.tabs ul li { 
96         display: inline;
97 }
98
99 div.tabs ul li a { 
100         display: block;
101         padding: 2px 5px;
102         font-size: 13px;
103         font-weight: normal;
104         color: #726921;
105         text-decoration: none;
106         white-space: nowrap;
107 }
108
109 div.tabs a:visited, div.tabs a:active { 
110         color: #726921;
111 }
112
113 div.tabs ul li a:hover, div.tabs ul li#current a { 
114         color: #726921;
115         text-decoration: none;
116         background-color: #EDE497;
117 }
118
119 div.nav { 
120         width: auto;
121         background-color: white;
122         border: none;
123         border-bottom: 1px solid #AF9D00;
124         padding: 5px 0;
125         margin: 0;      
126 }
127