raumstatus/node/public/css/style.css

30 lines
447 B
CSS
Raw Normal View History

2013-10-20 22:04:58 +00:00
.status-icon {
width: 128px;
height: 128px;
display: block;
}
.status-icon-false {
background-image: url("/img/red.png");
}
.status-icon-true {
background-image: url("/img/green.png");
}
.status-icon-unknown {
background-image: url("/img/yellow.png");
2013-10-21 20:02:41 +00:00
}
h2 {
font-weight: bold;
color: #555;
font-size: 13pt;
margin-bottom: 0.7em;
2013-10-21 20:02:41 +00:00
}
#graph {
max-width: 400px;
height: 200px;
margin-top: 0;
}