Add TIZEN_FEATURE_LIBAV to CFLAGS and CXXFLAGS
[platform/upstream/opencv.git] / doc / stylesheet.css
1 /* The standard CSS for doxygen 1.8.6 */
2
3 body, table, div, p, dl {
4     font: 400 14px/22px Helvetica, 'Segoe UI', Arial, freesans, sans-serif;
5     word-wrap: break-word;
6 }
7
8 code {
9     font-size: 85%;
10     font-family: "SFMono-Regular",Consolas,"Liberation Mono",Menlo,Courier,monospace;
11     white-space: pre-wrap;
12     padding: 1px 5px;
13     background-color: rgb(223, 229, 241);
14     vertical-align: baseline;
15 }
16
17 body {
18     background-image: url(bodybg.png);
19     margin: 0 auto;
20 }
21
22 div.fragment {
23     padding: 3px;
24     padding-bottom: 0px;
25 }
26
27 div.line {
28     padding-bottom: 3px;
29     font-family: "SFMono-Regular",Consolas,"Liberation Mono",Menlo,Courier,monospace;
30 }
31
32 div.contents {
33     width: 980px;
34     margin: 0 auto;
35     padding: 15px 15px;
36     border: 1px solid rgb(10, 80, 122);
37     background-color: #fff;
38 }
39
40 span.arrow {
41     height: 13px;
42 }
43
44 div.image img{
45     max-width: 900px;
46 }
47
48 #projectlogo
49 {
50     text-align: center;
51     vertical-align: middle;
52     border-collapse: separate;
53     padding-left: 0.5em;
54 }