Initial overview documentation
[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         max-width: 60em;
43 }
44
45 div.tabs { 
46         display: inline; /* IE double margin fix */
47         float: left;
48         clear: left;
49         background-color: #FDF7C3;
50         border: 1px solid #AF9D00;
51         margin: 10px 0 0 -132px;
52         width: 120px; 
53         overflow: hidden;
54 }
55
56 div.tabs ul { 
57         margin: 0;
58         padding: 0;
59         list-style-type: none;
60 }
61
62 div.tabs ul li { 
63         display: inline;
64 }
65
66 div.tabs ul li a { 
67         display: block;
68         padding: 2px 5px;
69         font-size: 13px;
70         color: #726921;
71         text-decoration: none;
72         white-space: nowrap;
73 }
74
75 div.tabs ul li a:visited, div.tabs ul li a:active { 
76         color: #726921;
77         text-decoration: none;
78 }
79
80 div.tabs ul li a:hover, div.tabs ul li#current a { 
81         color: #726921;
82         text-decoration: none;
83         background-color: #EDE497;
84 }
85
86 div.nav { 
87         width: auto;
88         background-color: white;
89         border: none;
90         border-bottom: 1px solid #AF9D00;
91         padding: 5px 0;
92         margin: 0;      
93 }
94
95 div.qindex {
96         width: auto;
97         background-color: #e8eef2;
98         border: 1px solid #84b0c7;
99         text-align: center;
100         margin: 2px;
101         padding: 2px;
102         line-height: 140%;
103 }