2016-05-10 23:55:34 +00:00
|
|
|
body {
|
|
|
|
|
font-family: "proxima-nova", sans-serif;
|
|
|
|
|
color: #424242;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
imageTypeSection {
|
|
|
|
|
display: table;
|
|
|
|
|
border-spacing: 3px;
|
2016-05-11 00:12:14 +00:00
|
|
|
margin: 10px;
|
2016-05-10 23:55:34 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
imageTypeSection::before {
|
|
|
|
|
font-size: x-large;
|
|
|
|
|
font-weight: bold;
|
|
|
|
|
content: attr(data-key);
|
|
|
|
|
}
|
|
|
|
|
|
2016-05-11 00:12:14 +00:00
|
|
|
headers, instanceSection {
|
2016-05-10 23:55:34 +00:00
|
|
|
display: table-row;
|
|
|
|
|
}
|
|
|
|
|
|
2016-05-11 00:12:14 +00:00
|
|
|
instanceSection:nth-child(2n) {
|
2016-05-10 23:55:34 +00:00
|
|
|
background-color: #e9e9e9;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
instanceSection:hover {
|
|
|
|
|
background-color: #ff9900 !important;
|
|
|
|
|
}
|
|
|
|
|
|
2016-05-11 00:12:14 +00:00
|
|
|
header {
|
|
|
|
|
display: table-cell;
|
|
|
|
|
text-align: center;
|
|
|
|
|
color: #bcbcbc;
|
|
|
|
|
white-space: nowrap;
|
|
|
|
|
padding: 2px;
|
|
|
|
|
}
|
|
|
|
|
|
2016-05-10 23:55:34 +00:00
|
|
|
hostname, lastSeen, uptime, timestamp, volumeID {
|
|
|
|
|
font-family: "droid-sans-mono";
|
|
|
|
|
display: table-cell;
|
|
|
|
|
padding: 2px;
|
2016-05-11 00:12:14 +00:00
|
|
|
text-align: right;
|
2016-05-10 23:55:34 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
volumeID {
|
|
|
|
|
cursor: pointer;
|
|
|
|
|
}
|