2024-02-09 05:17:10 +00:00
|
|
|
body {
|
|
|
|
padding: 0.2em 2em;
|
|
|
|
}
|
|
|
|
|
|
|
|
table {
|
|
|
|
width: 100%;
|
|
|
|
}
|
|
|
|
|
|
|
|
table td {
|
|
|
|
padding: 0.1em 0.2em;
|
|
|
|
}
|
|
|
|
|
|
|
|
table th {
|
|
|
|
text-align: left;
|
|
|
|
border-bottom: 1px solid #ccc;
|
|
|
|
}
|
|
|
|
|
|
|
|
table > tbody > tr.view {
|
|
|
|
cursor: pointer;
|
|
|
|
}
|
|
|
|
|
|
|
|
table > tbody > tr.even {
|
|
|
|
background: #eee;
|
|
|
|
}
|
|
|
|
|
2024-02-24 16:24:25 +00:00
|
|
|
table > tbody > tr.highlight {
|
|
|
|
background: #0cc;
|
|
|
|
}
|
|
|
|
|
2024-02-09 05:17:10 +00:00
|
|
|
table > tbody > tr.fold {
|
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
table > tbody > tr.fold > td {
|
|
|
|
padding-left: 1em;
|
|
|
|
}
|
|
|
|
|
|
|
|
table > tbody > tr.fold.open {
|
|
|
|
display: table-row;
|
|
|
|
}
|
|
|
|
|
2024-02-25 19:34:29 +00:00
|
|
|
div.nav {
|
|
|
|
padding: 5px;
|
|
|
|
background-color: #dde;
|
2024-02-28 05:57:20 +00:00
|
|
|
border-radius: 4px;
|
2024-02-25 19:34:29 +00:00
|
|
|
margin: 5px 0;
|
|
|
|
overflow: hidden;
|
|
|
|
text-align: center;
|
|
|
|
}
|
|
|
|
|
|
|
|
a.nav {
|
|
|
|
text-decoration: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
details.item {
|
2024-02-28 05:57:20 +00:00
|
|
|
padding: 3px;
|
2024-02-24 16:24:25 +00:00
|
|
|
background-color: #dde;
|
2024-02-28 05:57:20 +00:00
|
|
|
border-radius: 4px;
|
|
|
|
margin: 3px 0;
|
2024-02-24 16:24:25 +00:00
|
|
|
overflow: hidden;
|
|
|
|
}
|
|
|
|
|
|
|
|
a {
|
|
|
|
color: black;
|
|
|
|
}
|
|
|
|
|
|
|
|
details.highlight {
|
2024-02-28 05:57:20 +00:00
|
|
|
background-color: #bbc;
|
2024-02-24 16:24:25 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
details .details {
|
2024-02-28 05:57:20 +00:00
|
|
|
color: black;
|
|
|
|
// background-color: #222;
|
2024-02-24 16:24:25 +00:00
|
|
|
padding: 10px;
|
|
|
|
margin-top: 5px;
|
2024-02-28 05:57:20 +00:00
|
|
|
border-radius: 4px;
|
2024-02-24 16:24:25 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
details .itemvalue {
|
|
|
|
color: black;
|
|
|
|
padding: 3px;
|
|
|
|
margin: 1px 2px;
|
|
|
|
width: auto;
|
|
|
|
display: inline-block;
|
|
|
|
}
|
|
|
|
|
|
|
|
details .key {
|
|
|
|
color: white;
|
|
|
|
background-color: #999;
|
2024-02-28 05:57:20 +00:00
|
|
|
border-radius: 4px;
|
2024-02-24 16:24:25 +00:00
|
|
|
padding: 3px;
|
|
|
|
margin: 1px 2px;
|
|
|
|
display: inline-block;
|
|
|
|
font-family: monospace;
|
|
|
|
font-size: 12pt;
|
|
|
|
}
|
|
|
|
|
|
|
|
details .key a {
|
|
|
|
color: white;
|
|
|
|
}
|
|
|
|
|
|
|
|
span.key_id {
|
2024-02-25 19:34:29 +00:00
|
|
|
min-width: 160px;
|
2024-02-24 16:24:25 +00:00
|
|
|
text-align: right;
|
|
|
|
}
|
|
|
|
|
|
|
|
span.key_type {
|
2024-02-25 19:34:29 +00:00
|
|
|
min-width: 160px;
|
2024-02-24 16:24:25 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
span.key_offset {
|
2024-02-25 19:34:29 +00:00
|
|
|
min-width: 160px;
|
2024-02-24 16:24:25 +00:00
|
|
|
text-align: right;
|
|
|
|
}
|
|
|
|
|
|
|
|
span.key_type.inode {
|
|
|
|
background-color: #c22;
|
|
|
|
}
|
|
|
|
|
|
|
|
span.key_type.ref {
|
|
|
|
background-color: #aa5;
|
|
|
|
}
|
|
|
|
|
|
|
|
span.key_type.extent {
|
|
|
|
background-color: #151;
|
|
|
|
}
|
|
|
|
|
|
|
|
span.key_type.dir {
|
|
|
|
background-color: #33c;
|
|
|
|
}
|
|
|
|
|
|
|
|
span.key_type.root {
|
|
|
|
background-color: #111;
|
|
|
|
}
|
2024-02-25 19:34:29 +00:00
|
|
|
|
2024-03-06 05:50:43 +00:00
|
|
|
span.nodeaddr {
|
|
|
|
color: white;
|
|
|
|
background-color: #999;
|
|
|
|
text-align: right;
|
|
|
|
border-radius: 4px;
|
|
|
|
padding: 3px;
|
|
|
|
float: right;
|
|
|
|
font-family: monospace;
|
|
|
|
font-size: 12pt;
|
|
|
|
}
|
|
|
|
|
2024-02-25 19:34:29 +00:00
|
|
|
.details table {
|
|
|
|
border-collapse: collapse;
|
|
|
|
margin-bottom: 10px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.details td {
|
2024-02-28 05:57:20 +00:00
|
|
|
border: 1px solid black;
|
2024-02-25 19:34:29 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.details td:first-child {
|
2024-02-28 05:57:20 +00:00
|
|
|
border: 1px solid black;
|
2024-02-25 19:34:29 +00:00
|
|
|
width: 160px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.details p {
|
|
|
|
padding: 0;
|
|
|
|
margin: 5px 0;
|
|
|
|
}
|
2024-03-06 05:50:43 +00:00
|
|
|
|
|
|
|
pre {
|
|
|
|
white-space: pre-wrap;
|
|
|
|
}
|