Imported Upstream version 1.71.0
[platform/upstream/boost.git] / libs / gil / doc / adobe_source.css
1 /* 
2    Copyright 2008 Lubomir Bourdev and Hailin Jin
3     
4    Distributed under the Boost Software License, Version 1.0.
5    (See accompanying file LICENSE_1_0.txt or copy at
6    http://www.boost.org/LICENSE_1_0.txt)
7 */
8
9 BODY,H1,H2,H3,H4,H5,H6,P,CENTER,TD,TH,UL,DL,DIV {
10         font-family: Verdana, Arial, Helvetica, sans-serif;
11         font-size: 12px;
12 }
13
14 CODE {
15         font-family: Monaco, Courier New, Fixed, monospace;
16         font-size: 12px;
17 }
18
19 BODY,TD {
20     font-size: 12px;
21     margin: 0;
22     padding: 0;
23         background: white;
24         color: black;
25 }
26
27 TABLE {
28     margin: 0;
29     padding: 0;
30     border-spacing: 0;
31 }
32
33 H1 {
34         text-align: center;
35     font-size: 18px;
36 }
37
38 H2 {
39     font-size: 16px;
40     border-top: 1px dotted #666666;
41     border-bottom: 1px dotted #666666;
42 }
43
44 H3 {
45     font-size: 14px;
46     border-top: 1px dotted #666666;
47     border-bottom: 1px dotted #666666;
48 }
49
50 CAPTION {
51     font-weight: bold
52 }
53
54 DIV.qindex {
55         width: 100%;
56         background-color: #e8eef2;
57         border: 1px solid #84b0c7;
58         text-align: center;
59         margin: 2px;
60         padding: 2px;
61         line-height: 140%;
62 }
63
64 DIV.nav {
65     display: none;
66         width: 100%;
67         text-align: center;
68         margin: 2px;
69         padding: 2px;
70         line-height: 140%;
71 }
72
73 DIV.navtab {
74     background-color: #e8eef2;
75     border: 1px solid #84b0c7;
76     text-align: center;
77     margin: 2px;
78     margin-right: 15px;
79     padding: 2px;
80 }
81
82 TD.navtab {
83        font-size: 12px;
84 }
85
86 A.qindex, A.qindex:visited {
87        text-decoration: none;
88        font-weight: bold;
89        color: #1A419D;
90 }
91
92 A.qindex:hover {
93         text-decoration: none;
94         background-color: #ddddff;
95 }
96
97 A.qindexHL {
98         text-decoration: none;
99         font-weight: bold;
100         background-color: #6666cc;
101         color: #ffffff;
102         border: 1px double #9295C2;
103 }
104
105 A.qindexHL:hover {
106         text-decoration: none;
107         background-color: #6666cc;
108         color: #ffffff;
109 }
110
111 A.qindexHL:visited {
112     text-decoration: none;
113     background-color: #6666cc;
114     color: #ffffff
115 }
116
117 A.el {
118     text-decoration: none;
119 }
120
121 A.elRef {
122 }
123
124 A.code:link, A.code:visited {
125     border-bottom: 1px dotted darkred;
126     color: darkred;
127 }
128
129 A.codeRef:link, A.codeRef:visited {
130     color: darkred;
131     border-bottom: 1px dotted darkred;
132 }
133
134 A:link, A:visited {
135     text-decoration: none;
136     color: #cc0000;
137     border-bottom: 1px solid #cc0000;
138 }
139
140 A:link:hover, A:visited:hover {
141     text-decoration: none;
142     color: darkred;
143     border-bottom: 1px solid darkred;
144 }
145
146 DL.el {
147     margin-left: -1cm
148 }
149
150 .fragment {
151         font-family: Monaco, Courier New, Fixed, monospace;
152     font-size: 12px;
153 }
154
155 PRE.fragment {
156         border: 1px solid lightgrey;
157         margin: 4px;
158         padding: 4px;
159         line-height: 150%;
160 }
161
162 DIV.ah {
163     background-color: black;
164     color: white;
165     margin-bottom: 3px;
166     margin-top: 3px
167 }
168
169 /* I'm not sure about the next few, but they appear in the doxygen docs but weren't in the doxygen CSS. */
170
171 TD.md {
172         font-family: Monaco, Courier New, Fixed, monospace;
173     background: transparent;
174 }
175
176 TD.mdPrefix {
177         font-family: Monaco, Courier New, Fixed, monospace;
178     color: #555555;
179     font-size: 12px;
180     background: transparent;
181 }
182
183 TD.mdname1 {
184     color: darkred;
185     background: transparent;
186 }
187
188 TD.mdname {
189     color: darkred;
190     white-space: nowrap;
191     background: transparent;
192 }
193
194 DIV.groupHeader {
195     margin-left: 16px;
196     margin-top: 12px;
197     margin-bottom: 6px;
198     font-weight: bold;
199 }
200
201 DIV.groupText { margin-left: 16px; font-style: italic; font-size: 12px }
202
203 TD.indexkey {
204         padding : 10px;
205         margin: 0px;
206         border-bottom: 1px solid #666666;
207 }
208
209 TD.indexvalue {
210         font-style: italic;
211         padding : 10px;
212         margin: 0px;
213         border-bottom: 1px solid #666666;
214 }
215
216 TR.memlist {
217     line-height: 150%;
218 }
219
220 TR.memlist td, TR.memlist a {
221         font-family: Monaco, Courier New, Fixed, monospace;
222 }
223
224 P.formulaDsp { text-align: center; }
225
226 IMG.formulaDsp { }
227 IMG.formulaInl { vertical-align: middle; }
228 IMG {
229     border: none;
230 }
231
232 .footerdiv, .footerdiv a, .footerdiv p, .footerdiv ul , .footerdiv ul li {
233     font-size: 9px;
234     color: grey;
235     border: none;
236     margin: 0;
237     padding: 0;
238     margin-bottom: 3px;
239 }
240
241 .footerdiv {
242     width: 1000px;
243     margin: 0;
244     padding: 0;
245     margin-top: 30px;
246     margin-right: auto;
247     margin-left: auto;
248 }
249
250 .footerdiv ul {
251     list-style: none;
252     display: table;
253     margin: 0;
254     padding: 0;
255 }
256
257 .footerdiv ul li {
258     float: left;
259 }
260
261 SPAN.keyword       { color: mediumblue }
262 SPAN.keywordtype   { color: mediumblue }
263 SPAN.keywordflow   { color: mediumblue }
264 SPAN.comment       { color: darkgreen }
265 SPAN.preprocessor  { color: mediumblue }
266 SPAN.stringliteral { color: maroon }
267 SPAN.charliteral   { color: maroon }
268
269 /* Again, this is only in the doxygen documentation, but wasn't in the doxygen css. */
270 .mdTable {
271         border: 1px solid #666666;
272         background-color: lavender;
273     padding: 10px;
274     width: 100%;
275 }
276
277 .mdRow {
278     background: lavender;
279 }
280
281 .mdescLeft {
282         font-style: italic;
283         border: none;
284         margin: 0px;
285 }
286
287 .mdescRight {
288         font-style: italic;
289         border: none;
290         margin: 0px;
291 }
292
293 .memItemLeft {
294         font-family: Monaco, Courier New, Fixed, monospace;
295         font-size: 11px;
296         padding: 4px;
297         border: none;
298         border-top: 1px solid lightgray;
299 }
300
301 .memItemRight {
302         font-family: Monaco, Courier New, Fixed, monospace;
303         font-size: 11px;
304         padding: 4px;
305         border: none;
306         border-top: 1px solid lightgray;
307 }
308
309 .memTemplItemLeft {
310         font-family: Monaco, Courier New, Fixed, monospace;
311         font-size: 11px;
312         padding: 4px;
313         border: none;
314 }
315
316 .memTemplItemRight {
317         font-family: Monaco, Courier New, Fixed, monospace;
318         font-size: 11px;
319         padding: 4px;
320         border: none;
321 }
322
323 .memTemplParams {
324         font-family: Monaco, Courier New, Fixed, monospace;
325         font-size: 11px;
326         padding: 4px;
327         border: none;
328         border-top: 1px solid lightgray;
329     color: #666666;
330 }
331
332 TD.tiny {
333     font-size: 10px;
334 }
335
336 .dirtab {
337     padding: 4px;
338     border-collapse: collapse;
339     border: 1px solid #84b0c7;
340 }
341
342 TH.dirtab {
343     background: #e8eef2;
344     font-weight: bold;
345 }
346
347 HR {
348     height: 1px;
349     border: none;
350     border-top: 1px solid black;
351 }
352
353 /* Style for detailed member documentation */
354
355 .memtemplate {
356         font-family: Monaco, Courier New, Fixed, monospace;
357     color: #606060;
358     font-weight: normal;
359         font-size: 11px;
360
361
362 .memnav { 
363     background-color: #e8eef2;
364     border: 1px solid #84b0c7;
365     text-align: center;
366     margin: 2px;
367     margin-right: 15px;
368     padding: 2px;
369         font-size: 11px;
370 }
371
372 .memitem {
373     padding: 0;
374     padding-bottom: 15px;
375         font-size: 11px;
376 }
377
378 .memname {
379         font-family: Monaco, Courier New, Fixed, monospace;
380         font-size: 11px;
381     white-space: nowrap;
382 }
383
384 .memname td {
385     vertical-align: bottom;
386         font-size: 11px;
387 }
388
389 .memdoc{
390     padding-left: 10px;
391 }
392
393 .memproto {
394     border: 1px solid gray;
395     background-color: lavender;
396     padding: 5px;
397     -moz-border-radius: 8px 8px 8px 8px;
398 }
399
400 .paramkey {
401         font-family: Monaco, Courier New, Fixed, monospace;
402         font-size: 11px;
403     text-align: right;
404 }
405
406 .paramtype {
407         font-family: Monaco, Courier New, Fixed, monospace;
408         font-size: 11px;
409     white-space: nowrap;
410 }
411
412 .paramname {
413         font-family: Monaco, Courier New, Fixed, monospace;
414         font-size: 11px;
415 }
416 /* End Styling for detailed member documentation */
417
418 /* for the tree view */
419
420 .ftvtree {
421         font-family: sans-serif;
422         margin:0.5em;
423 }
424
425 .directory { font-size: 10px; font-weight: bold; }
426 .directory h3 { margin: 0px; margin-top: 1em; font-size: 11px; }
427 .directory > h3 { margin-top: 0; }
428 .directory p {
429     margin: 0px;
430     white-space: nowrap;
431 }
432 .directory div { display: none; margin: 0px; }
433 .directory img { vertical-align: -30%; }