build assist for OS X
[ardour.git] / libs / taglib / doc / taglib-api.css
1 body {
2   font-family: sans-serif;
3   background: white;
4   color: black;
5   margin: 0px;
6   padding: 15px;
7 }
8
9 a:link {
10   font-weight: bold;
11   text-decoration: none;
12   color: gray;
13 }
14
15 a:visited {
16   font-weight: bold;
17   text-decoration: none;
18   color: gray;
19 }
20
21 a:hover {
22   color: #cccccc;
23   text-decoration: underline;
24 }
25
26 a:active {
27   color: #cccccc;
28   text-decoration: underline;
29 }
30
31 img { 
32   border-style: none;
33 }
34
35 h1 {
36   font-family: sans-serif;
37 }
38
39 h2 {
40   font-family: sans-serif;
41 }
42
43 h3 {
44   font-family: sans-serif;
45 }
46
47 /* container */
48
49 #container {
50   position: absolute;
51   border-width: thin;
52   border-style: solid;
53   width: 95%;
54 }
55
56 /* intro */
57
58 #intro {
59   padding: 5px;
60   margin: 0px;
61   background: #cccccc;
62   border-width: medium;
63   border-style: solid;
64 }
65
66 #intro h1 {
67   margin: 5px;
68   padding: 5px;
69 }
70
71 /* links */
72
73 #links { 
74   font-size: x-small;
75   vertical-align: bottom;
76 }
77
78 #links a {
79   border-width: thin;
80   border-style: dotted;
81   border-color: white;
82   /* margin: 0px 10px 0px 0px; */
83   margin: 1px;
84   padding: 3px;
85   line-height: 230%
86 }
87
88 #links a:hover {
89   color: black;
90   text-decoration: underline;
91 }
92
93 #links h3 {
94   outline-width: thin;
95   border-style: solid;
96   padding: 2px;
97   margin: 3px 0px 3px 0px;
98 }
99
100 /* menu */
101
102 #menu h3 {
103   text-align: center;
104 }
105
106 /* text */
107
108 #text {
109   margin: 0px;
110   padding: 5px 5px 0px 5px;
111   float: left;
112 }
113
114 #text h3 {
115   border-width: thin;
116   border-style: solid;
117   padding: 2px;
118   margin: 3px 0px 3px 0px;
119 }
120
121 #text li {
122   margin: 0px 0px 10px 0px;
123 }
124
125 #text ul {
126   margin: 5px;
127   padding: 0px 0px 0px 20px;
128 }
129
130 #leftcolumn {
131   float: left;
132   width: 300px;
133   margin: 0px 10px 0px 0px;
134   padding: 0px;
135 }
136
137 #rightcolumn {
138   float: right;
139   width: 210px;
140   margin: 0px;
141   padding: 0px;
142 }
143
144 /* vspacer */
145
146 .vspacer {
147   height: 10px;
148 }
149
150 .silver {
151   border-width: thin;
152   border-color: black;
153   border-style: solid;
154   background: #cccccc;
155 }
156
157 a.code {
158   text-decoration: none;
159   font-weight: normal;
160   color: #4444ee
161 }
162
163 a.codeRef {
164   font-weight: normal;
165   color: #4444ee
166 }
167
168 div.fragment {
169   width: 98%;
170   border: 1px solid #CCCCCC;
171   background-color: #f5f5f5;
172   padding-left: 4px;
173   margin: 4px;
174 }
175
176 div.ah {
177   background-color: black;
178   font-weight: bold; color: #ffffff;
179   margin-bottom: 3px;
180   margin-top: 3px
181 }
182
183 #text td {
184   width: auto;
185 }
186
187 div.memdoc {
188   margin-top: 0px;
189   margin-bottom: 20px;
190   padding: 10px 10px 10px 40px;
191 }
192
193 div.memproto {
194   border: thin solid black;
195   background-color: #f2f2ff;
196   width: 100%;
197   margin-top: 20px;
198   padding-top: 10px;
199   padding-bottom: 10px;
200 }
201
202 td.paramtype {
203   color: #602020;
204 }
205
206 table.memname {
207   font-weight: bold;
208 }
209
210 div.groupHeader {
211   margin-left: 16px;
212   margin-top: 12px;
213   margin-bottom: 6px;
214   font-weight: bold
215 }
216
217 div.groupText {
218   margin-left: 16px;
219   font-style: italic;
220   font-size: smaller
221 }
222
223 body {
224   background: white;
225   color: black;
226   margin-right: 20px;
227   margin-left: 20px;
228 }
229
230 td.indexkey { 
231   background-color: #eeeeff; 
232   font-weight: bold; 
233   padding-right  : 10px; 
234   padding-top    : 2px; 
235   padding-left   : 10px; 
236   padding-bottom : 2px; 
237   margin-left    : 0px; 
238   margin-right   : 0px; 
239   margin-top     : 2px; 
240   margin-bottom  : 2px  
241 }
242
243 td.indexvalue { 
244   background-color: #eeeeff; 
245   font-style: italic; 
246   padding-right  : 10px; 
247   padding-top    : 2px; 
248   padding-left   : 10px; 
249   padding-bottom : 2px; 
250   margin-left    : 0px; 
251   margin-right   : 0px; 
252   margin-top     : 2px; 
253   margin-bottom  : 2px  
254 }
255
256 tr.memlist {
257   background-color: #f0f0f0; 
258 }
259
260 p.formulaDsp {
261   text-align: center;
262 }
263
264 img.formulaDsp {
265
266 }
267
268 img.formulaInl {
269   vertical-align: middle;
270 }
271
272 span.keyword {
273   color: #008000
274 }
275
276 span.keywordtype {
277   color: #604020
278 }
279
280 span.keywordflow {
281   color: #e08000
282 }
283
284 span.comment {
285   color: #800000
286 }
287
288 span.preprocessor {
289   color: #806020
290 }
291
292 span.stringliteral {
293   color: #002080
294 }
295
296 span.charliteral {
297   color: #008080
298 }
299
300 .mdTable {
301   border: 1px solid #868686;
302   background-color: #f2f2ff;
303 }
304
305 .mdRow {
306   padding: 8px 20px;
307 }
308
309 .mdescLeft {
310   font-size: smaller;
311   font-family: Arial, Helvetica, sans-serif;
312   background-color: #FAFAFA;
313   padding-left: 8px;
314   border-top: 1px none #E0E0E0;
315   border-right: 1px none #E0E0E0;
316   border-bottom: 1px none #E0E0E0;
317   border-left: 1px none #E0E0E0;
318   margin: 0px;
319 }
320
321 .mdescRight {
322   font-size: smaller;
323   font-family: Arial, Helvetica, sans-serif;
324   font-style: italic;
325   background-color: #FAFAFA;
326   padding-left: 4px;
327   border-top: 1px none #E0E0E0;
328   border-right: 1px none #E0E0E0;
329   border-bottom: 1px none #E0E0E0;
330   border-left: 1px none #E0E0E0;
331   margin: 0px;
332   padding-bottom: 0px;
333   padding-right: 8px;
334 }
335
336 .memItemLeft {
337   padding: 1px 0px 0px 8px;
338   margin: 4px;
339   border-top-width: 1px;
340   border-right-width: 1px;
341   border-bottom-width: 1px;
342   border-left-width: 1px;
343   border-top-style: solid;
344   border-top-color: #E0E0E0;
345   border-right-color: #E0E0E0;
346   border-bottom-color: #E0E0E0;
347   border-left-color: #E0E0E0;
348   border-right-style: none;
349   border-bottom-style: none;
350   border-left-style: none;
351   background-color: #FAFAFA;
352   font-family: Geneva, Arial, Helvetica, sans-serif;
353   font-size: 12px;
354 }
355
356 .memItemRight {
357   padding: 1px 0px 0px 8px;
358   margin: 4px;
359   border-top-width: 1px;
360   border-right-width: 1px;
361   border-bottom-width: 1px;
362   border-left-width: 1px;
363   border-top-style: solid;
364   border-top-color: #E0E0E0;
365   border-right-color: #E0E0E0;
366   border-bottom-color: #E0E0E0;
367   border-left-color: #E0E0E0;
368   border-right-style: none;
369   border-bottom-style: none;
370   border-left-style: none;
371   background-color: #FAFAFA;
372   font-family: Geneva, Arial, Helvetica, sans-serif;
373   font-size: 13px;
374 }
375
376 .search {
377   color: #0000ee;
378   font-weight: bold;
379 }
380
381 form.search {
382   margin-bottom: 0px;
383   margin-top: 0px;
384 }
385
386 input.search {
387   font-size: 75%;
388   color: #000080;
389   font-weight: normal;
390   background-color: #eeeeff;
391 }
392
393 td.tiny {
394   font-size: 75%;
395 }