76 lines
1.2 KiB
CSS
76 lines
1.2 KiB
CSS
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;
|
|
}
|
|
.incompatible, .removed {
|
|
background-color:#FFCCCC;
|
|
}
|
|
.added {
|
|
background-color:#C6DEFF;
|
|
}
|
|
table.summary td.object {
|
|
text-align:left;
|
|
}
|
|
table.summary td.sl {
|
|
max-width:100px;
|
|
white-space:normal;
|
|
word-wrap:break-word;
|
|
}
|
|
|
|
table.summary td.comment {
|
|
text-align:center;
|
|
max-width:50px;
|
|
white-space:normal;
|
|
word-wrap:break-word;
|
|
}
|