57 lines
1.0 KiB
CSS
57 lines
1.0 KiB
CSS
body { margin: 0; padding: 0; }
|
|
#map { position: absolute; top: 0; bottom: 0; width: 100%; }
|
|
|
|
.legend {
|
|
background-color: #fff;
|
|
border-radius: 3px;
|
|
bottom: 30px;
|
|
box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
|
|
font: 12px/20px 'Helvetica Neue', Arial, Helvetica, sans-serif;
|
|
padding: 10px;
|
|
position: absolute;
|
|
right: 10px;
|
|
z-index: 1;
|
|
}
|
|
|
|
.legend h4 {
|
|
margin: 0 0 10px;
|
|
}
|
|
|
|
.legend div span {
|
|
border-radius: 50%;
|
|
display: inline-block;
|
|
height: 10px;
|
|
margin-right: 5px;
|
|
width: 10px;
|
|
}
|
|
|
|
body{margin:0; padding:0; font-size:13px; font-family:Georgia, "Times New Roman", Times, serif; color:#919191; background-color:#232323;}
|
|
|
|
.float-child {
|
|
width: 45%;
|
|
float: left;
|
|
padding: 10px;
|
|
}
|
|
|
|
canvas {
|
|
position: absolute;
|
|
}
|
|
|
|
.sceneMap {
|
|
width: 1000px;
|
|
height: 500px;
|
|
border: 0px solid #CCC;
|
|
margin: 20px;
|
|
perspective: 400px;
|
|
}
|
|
|
|
.scene {
|
|
width: 200px;
|
|
height: 200px;
|
|
border: 0px solid #CCC;
|
|
margin: 70px;
|
|
perspective: 400px;
|
|
}
|
|
|
|
label { margin-right: 10px; }
|