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