summaryrefslogtreecommitdiff
path: root/abi-tracker/css/report.css
blob: 7a96884d8fc31f4cfaec0cb4e3095b58ae8b07b4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
table.summary {
    font-family:"DejaVu Sans Mono", "Monaco", monospace;
    font-size:0.94em;
}

table.summary {
    border-collapse:collapse;
}
table.summary tr, table.summary td, table.summary th
{
    border:1px solid #777777;
    border-collapse:collapse;
    padding:0.2em;
    padding-left:7px;
    padding-right:7px;
    text-align:center;
}
table.summary th {
    background:#f2f2f2;
    white-space:nowrap;
}

table.summary td {
    padding-top:20px;
    padding-bottom:20px;
}

a.home {
    font-size:1.2em;
    text-decoration:none;
}

a.num {
    color:#000000;
    text-decoration:none;
}
a.num:hover {
    text-decoration:underline;
}

a.info {
    text-decoration:none;
}

.note {
    font-size:0.82em;
}

.ok {
    background-color:#CCFFCC;
}
.warning {
    background-color:#F4F4AF;
}
.incompatible, .removed {
    background-color:#FFCCCC;
}
.added {
    background-color:#C6DEFF;
}
table.summary td.object {
    text-align:left;
}