2015-12-02 13:50:41 +01:00
|
|
|
html, body {
|
|
|
|
margin: 0;
|
|
|
|
padding: 0;
|
|
|
|
height: 100%;
|
|
|
|
}
|
|
|
|
|
|
|
|
body {
|
|
|
|
font-family: 'Helvetica Neue', sans-serif;
|
|
|
|
}
|
|
|
|
|
2016-07-12 10:44:20 +02:00
|
|
|
a {
|
|
|
|
color: black;
|
|
|
|
}
|
|
|
|
|
2015-12-02 13:50:41 +01:00
|
|
|
#wrapper {
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
#header {
|
|
|
|
padding: 20px;
|
2016-07-12 10:44:20 +02:00
|
|
|
border-bottom: 1.5px solid gray;
|
2015-12-02 13:50:41 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
#header h1 {
|
|
|
|
margin: 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
#footer {
|
2016-07-12 10:44:20 +02:00
|
|
|
padding: 0 20px;
|
|
|
|
border-top: 1.5px solid gray;
|
2015-12-02 13:50:41 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
#container {
|
|
|
|
padding: 20px;
|
|
|
|
}
|
|
|
|
|
2016-07-11 18:19:48 +02:00
|
|
|
.ui-slider {
|
2015-12-02 13:50:41 +01:00
|
|
|
width: 300px;
|
|
|
|
display: inline-block;
|
|
|
|
}
|
|
|
|
|
|
|
|
.logo {
|
|
|
|
float: right;
|
2016-07-12 10:44:20 +02:00
|
|
|
height: 2.5em;
|
2015-12-02 13:50:41 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
.plot-container {
|
|
|
|
width: 100%;
|
|
|
|
height: 400px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.plot-placeholder {
|
|
|
|
width: 100%;
|
|
|
|
height: 100%;
|
|
|
|
}
|
2015-12-13 20:29:11 +01:00
|
|
|
|
2017-04-07 17:24:51 +02:00
|
|
|
.node-selector {
|
|
|
|
margin-bottom: 1em;
|
2015-12-13 20:29:11 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
.off {
|
|
|
|
background-color: red;
|
|
|
|
}
|
|
|
|
|
|
|
|
.on {
|
|
|
|
background-color: green;
|
2016-07-11 18:19:48 +02:00
|
|
|
}
|
|
|
|
|
2016-07-12 10:44:20 +02:00
|
|
|
.right, .left {
|
|
|
|
float: left;
|
|
|
|
width: 50%;
|
|
|
|
}
|
|
|
|
|
|
|
|
|
2016-07-11 18:19:48 +02:00
|
|
|
/* Definition lists */
|
|
|
|
dt {
|
|
|
|
float: left;
|
|
|
|
clear: left;
|
|
|
|
width: 8em;
|
|
|
|
font-weight: bold;
|
|
|
|
}
|
|
|
|
|
|
|
|
dd {
|
|
|
|
margin-top: 0.7em;
|
|
|
|
margin-left: 0px;
|
2015-12-13 20:29:11 +01:00
|
|
|
}
|