Files
iconograph/server/static/control.css

53 lines
783 B
CSS
Raw Normal View History

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