Fix Doxygen builder file globbing
[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 0;
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 142px;
47         max-width: 62em;
48 }
49
50 a { 
51         font-weight: bold;
52         text-decoration: none;
53 }
54
55 a:contains("http://") { 
56         font-weight: normal;
57 }
58
59 a.ext {
60         font-style: italic;
61 }
62
63 div.tabs { 
64         display: inline; /* IE double margin fix */
65         float: left;
66         clear: left;
67         background-color: #FDF7C3;
68         border: 1px solid #AF9D00;
69         margin: 0 0 10px -132px;
70         width: 120px; 
71         overflow: hidden;
72 }
73
74 * html div.tabs { 
75         margin-bottom: 0; /* Grmpf .. IE6 is f**ing up ... */
76 }
77
78 div.tabs ul { 
79         margin: 0;
80         padding: 0;
81         list-style-type: none;
82 }
83
84 div.tabs ul li { 
85         display: inline;
86 }
87
88 div.tabs ul li a { 
89         display: block;
90         padding: 2px 5px;
91         font-size: 13px;
92         color: #726921;
93         text-decoration: none;
94         white-space: nowrap;
95         font-weight: normal;
96 }
97
98 div.tabs ul li a:visited, div.tabs ul li a:active { 
99         color: #726921;
100         text-decoration: none;
101 }
102
103 div.tabs ul li a:hover, div.tabs ul li#current a { 
104         color: #726921;
105         text-decoration: none;
106         background-color: #EDE497;
107 }
108
109 div.nav { 
110         width: auto;
111         background-color: white;
112         border: none;
113         border-bottom: 1px solid #AF9D00;
114         padding: 5px 0;
115         margin: 0;      
116 }
117
118 div.qindex {
119         width: auto;
120         background-color: #e8eef2;
121         border: 1px solid #84b0c7;
122         text-align: center;
123         margin: 2px;
124         padding: 2px;
125         line-height: 140%;
126 }
127
128 #footer { 
129         clear: both;
130         padding: 4px 10px 4px 142px;
131         color: #726921;
132         white-space: nowrap;
133         text-align: right;
134         max-width: 62em;
135 }
136
137 #footer span { 
138         font-size: 10px;
139 }
140
141 #footer a, #footer a:active, #footer a:visited { 
142         color: #726921;
143         text-decoration: none;
144 }
145
146 #footer a:hover { 
147         background-color: inherit;
148         text-decoration: underline;
149 }
150
151 dl.attention { 
152         border: 1px solid #AADD88;
153         background-color: #EEFFDD;
154         padding: 4px;
155 }
156
157 dl.warning { 
158         border: 1px solid #DDAA88;
159         background-color: #FFEEDD;
160         padding: 4px;
161 }
162
163 dl.note { 
164         border: 1px solid A0C2C2;
165         background-color: #F0F8F8;
166         padding: 4px;
167 }