Update ABI/API compatibility reports after commit eaa098b59b346cb88e4d10d505061f669d7...
[openjpeg.git] / abi-check / css / report.css
1 table.summary {
2     font-family:"DejaVu Sans Mono", "Monaco", monospace;
3     font-size:0.94em;
4     border-collapse:collapse;
5     table-layout:fixed;
6 }
7
8 table.summary tr, table.summary td, table.summary th
9 {
10     border:1px solid #777777;
11     border-collapse:collapse;
12     padding:0.2em;
13     padding-left:7px;
14     padding-right:7px;
15     text-align:center;
16 }
17 table.summary th {
18     background:#f2f2f2;
19     white-space:nowrap;
20 }
21
22 table.summary td {
23     padding-top:20px;
24     padding-bottom:20px;
25     white-space:nowrap;
26 }
27
28 a.home {
29     font-size:1.2em;
30     text-decoration:none;
31 }
32
33 a.num {
34     color:#000000;
35     text-decoration:none;
36 }
37 a.num:hover {
38     text-decoration:underline;
39 }
40
41 a.info {
42     text-decoration:none;
43 }
44
45 .note {
46     font-size:0.82em;
47 }
48
49 .ok {
50     background-color:#CCFFCC;
51 }
52 .warning {
53     background-color:#F4F4AF;
54 }
55 .incompatible, .removed {
56     background-color:#FFCCCC;
57 }
58 .added {
59     background-color:#C6DEFF;
60 }
61 table.summary td.object {
62     text-align:left;
63 }
64 table.summary td.sl {
65     max-width:100px;
66     white-space:normal;
67     word-wrap:break-word;
68 }
69
70 table.summary td.comment {
71     text-align:center;
72     max-width:50px;
73     white-space:normal;
74     word-wrap:break-word;
75 }