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 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88
|
table.summary {
font-family:"DejaVu Sans Mono", "Monaco", monospace;
font-size:0.94em;
border-collapse:collapse;
table-layout:fixed;
}
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;
white-space:nowrap;
}
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;
}
.almost_compatible {
background-color:#FFDAA3;
}
.incompatible, .removed {
background-color:#FFCCCC;
}
.added {
background-color:#C6DEFF;
}
table.summary td.object {
text-align:left;
max-width:24em;
white-space:normal;
word-wrap:break-word;
}
table.list td {
max-width:6.65em;
min-width:6em;
white-space:normal;
word-wrap:break-word;
}
table.summary td.comment {
text-align:center;
max-width:50px;
white-space:normal;
word-wrap:break-word;
}
table.summary td.sover {
max-width:10em;
white-space:normal;
word-wrap:break-word;
}
table.summary th.bc {
min-width:3em;
}
table.summary th.sc {
min-width:3em;
}
.highlight tr:hover {
background-color:#E0E0E0;
}
|