Move the sources to trunk
[opencv] / docs / ref / opencvref.css
1 .synopsis, .classsynopsis 
2 {
3   background: #eeeeee;
4   border: solid 1px #aaaaaa;
5   padding: 0.5em;
6 }
7
8 Body { 
9     margin-left: 10%;
10     margin-right: 10%;
11 }
12
13 A.link {
14     color: blue;
15     text-decoration: underline;
16 }
17
18 A.visited {
19     color: purple;
20     text-decoration: underline;
21 }
22
23 A.active {
24     color: red;
25     text-decoration: underline;
26 }
27
28
29 H1 {
30     color: #000000;
31     background-color: #6699FF;
32     text-align: center;
33 }
34
35
36 H2 {
37     color: #000000;
38     text-decoration: underline;
39 }
40
41 H3 {
42     color: #0000f0;
43     margin-bottom: 0pt;
44     font-family: "Helvetica";
45 }
46
47
48 H4 {
49     color: #0000f0;
50     margin-bottom: 0pt;
51     font-family: "Helvetica";
52 }
53
54
55 P.Blurb {
56     margin-top: 0pt;
57     color: #000000;
58     font-style: Italic;
59     font-weight: Bold;
60     font-family: "Helvetica";
61     font-size: 80%;
62 }
63
64 DL DT {
65     font-family:Monospace;
66     # font-size: 80%;
67 }