2017-09-22 00:26:38 +02:00
|
|
|
.node circle {
|
|
|
|
fill: #fff;
|
|
|
|
stroke: steelblue;
|
|
|
|
stroke-width: 3px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.node text {
|
|
|
|
font: 12px sans-serif;
|
|
|
|
}
|
|
|
|
|
|
|
|
.link {
|
|
|
|
fill: none;
|
|
|
|
stroke: #ccc;
|
|
|
|
stroke-width: 2px;
|
|
|
|
}
|
2017-09-25 15:11:01 +02:00
|
|
|
|
2019-02-06 18:01:17 +01:00
|
|
|
#screenshot {
|
|
|
|
position: fixed;
|
|
|
|
top: 5px;
|
|
|
|
right: 5px;
|
|
|
|
background: white;
|
|
|
|
border: 2px solid;
|
2019-04-19 14:41:04 +02:00
|
|
|
height: 1030px;
|
|
|
|
overflow: hidden;
|
2019-02-06 18:01:17 +01:00
|
|
|
}
|
|
|
|
|
2017-09-25 15:11:01 +02:00
|
|
|
#lookyloo-icon {
|
|
|
|
position: fixed;
|
|
|
|
top: 5px;
|
|
|
|
left: 5px;
|
|
|
|
background-image: url("lookyloo.jpeg");
|
|
|
|
background-size: cover;
|
|
|
|
width: 200px;
|
|
|
|
height: 110px;
|
|
|
|
resize: both;
|
|
|
|
border: 2px solid;
|
|
|
|
}
|
|
|
|
|
2019-04-18 17:34:36 +02:00
|
|
|
#legend_container {
|
|
|
|
position: fixed;
|
|
|
|
bottom: 5px;
|
|
|
|
left: 5px;
|
|
|
|
padding-top: 5px;
|
|
|
|
padding-right: 5px;
|
|
|
|
padding-bottom: 5px;
|
|
|
|
padding-left: 5px;
|
|
|
|
}
|
|
|
|
|
2017-09-25 15:11:01 +02:00
|
|
|
#legend {
|
|
|
|
position: fixed;
|
|
|
|
bottom: 5px;
|
|
|
|
left: 5px;
|
|
|
|
background: white;
|
|
|
|
border: 2px solid;
|
|
|
|
padding-top: 5px;
|
|
|
|
padding-right: 5px;
|
|
|
|
padding-bottom: 5px;
|
|
|
|
padding-left: 5px;
|
|
|
|
}
|
|
|
|
|
2019-04-19 14:41:04 +02:00
|
|
|
#tree-details_container {
|
2019-04-24 11:47:26 +02:00
|
|
|
position: fixed;
|
2019-04-19 14:41:04 +02:00
|
|
|
bottom: 5px;
|
|
|
|
right: 5px;
|
|
|
|
padding-top: 5px;
|
|
|
|
padding-right: 5px;
|
|
|
|
padding-bottom: 5px;
|
|
|
|
padding-left: 5px;
|
|
|
|
}
|
|
|
|
|
2017-09-25 15:11:01 +02:00
|
|
|
#tree-details {
|
|
|
|
position: fixed;
|
|
|
|
bottom: 5px;
|
|
|
|
right: 5px;
|
|
|
|
background: white;
|
|
|
|
border: 2px solid;
|
|
|
|
padding-top: 5px;
|
|
|
|
padding-right: 5px;
|
|
|
|
padding-bottom: 5px;
|
|
|
|
padding-left: 5px;
|
|
|
|
}
|
2017-10-04 15:13:42 +02:00
|
|
|
|
|
|
|
.tooltip {
|
|
|
|
position: absolute;
|
|
|
|
text-align: left;
|
|
|
|
padding: 2px;
|
|
|
|
font: 12px sans-serif;
|
|
|
|
background: lightsteelblue;
|
|
|
|
border: 0px;
|
|
|
|
border-radius: 8px;
|
|
|
|
z-index: 1;
|
|
|
|
border: 2px solid;
|
|
|
|
padding-top: 5px;
|
|
|
|
padding-right: 5px;
|
|
|
|
padding-bottom: 5px;
|
|
|
|
padding-left: 5px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.tooltip text {
|
|
|
|
font: 15px sans-serif;
|
|
|
|
z-index: 2;
|
|
|
|
}
|
2019-04-18 17:34:36 +02:00
|
|
|
|
|
|
|
hr {
|
|
|
|
display: block;
|
|
|
|
margin-top: 0.1em;
|
|
|
|
margin-bottom: 0.5em;
|
|
|
|
margin-left: auto;
|
|
|
|
margin-right: auto;
|
2019-04-19 15:53:50 +02:00
|
|
|
border-color: black;
|
2019-04-18 17:34:36 +02:00
|
|
|
border-style: inset;
|
|
|
|
border-width: 1px;
|
|
|
|
}
|