First version of overview documentation completed
[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: 62px;
9         border-top: 5px 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: 33px;
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         color: #726921;
34         font-size: 13px;
35         font-weight: normal;
36         white-space: nowrap;
37 }
38
39 #content1 { 
40         padding: 0 10px 10px 142px;
41         border-bottom: 1px solid #AF9D00;
42 }
43
44 #content2 { 
45         /* need non-zero top padding here to prevent margin propagation */
46         padding: 10px 0 0 0;
47         max-width: 60em;
48 }
49
50 div.tabs { 
51         display: inline; /* IE double margin fix */
52         float: left;
53         clear: left;
54         background-color: #FDF7C3;
55         border: 1px solid #AF9D00;
56         margin: 0 0 10px -132px;
57         width: 120px; 
58         overflow: hidden;
59 }
60
61 div.tabs ul { 
62         margin: 0;
63         padding: 0;
64         list-style-type: none;
65 }
66
67 div.tabs ul li { 
68         display: inline;
69 }
70
71 div.tabs ul li a { 
72         display: block;
73         padding: 2px 5px;
74         font-size: 13px;
75         color: #726921;
76         text-decoration: none;
77         white-space: nowrap;
78 }
79
80 div.tabs ul li a:visited, div.tabs ul li a:active { 
81         color: #726921;
82         text-decoration: none;
83 }
84
85 div.tabs ul li a:hover, div.tabs ul li#current a { 
86         color: #726921;
87         text-decoration: none;
88         background-color: #EDE497;
89 }
90
91 div.nav { 
92         width: auto;
93         background-color: white;
94         border: none;
95         border-bottom: 1px solid #AF9D00;
96         padding: 5px 0;
97         margin: 0;      
98 }
99
100 div.qindex {
101         width: auto;
102         background-color: #e8eef2;
103         border: 1px solid #84b0c7;
104         text-align: center;
105         margin: 2px;
106         padding: 2px;
107         line-height: 140%;
108 }
109
110 #footer { 
111         clear: both;
112         padding: 4px 10px 4px 142px;
113         color: #726921;
114         white-space: nowrap;
115         text-align: right;
116         max-width: 60em;
117 }
118
119 #footer span { 
120         font-size: 10px;
121 }
122
123 #footer a, #footer a:active, #footer a:visited { 
124         color: #726921;
125         text-decoration: none;
126 }
127
128 #footer a:hover { 
129         background-color: inherit;
130         text-decoration: underline;
131 }