2016-06-01 10:04:56 -04:00
|
|
|
body {
|
|
|
|
background: rgb(36,36,36);
|
|
|
|
}
|
|
|
|
#blocks {
|
|
|
|
position: absolute;
|
|
|
|
left: 40%;
|
|
|
|
right: 0;
|
|
|
|
top: 0;
|
|
|
|
bottom: 0;
|
|
|
|
}
|
2016-06-01 10:18:08 -04:00
|
|
|
#vm-devtools {
|
|
|
|
color: rgb(217,217,217);
|
|
|
|
position: absolute;
|
|
|
|
left: 1%;
|
|
|
|
right: 60%;
|
|
|
|
top: 0;
|
|
|
|
bottom: 0;
|
|
|
|
width: 35%;
|
|
|
|
}
|
|
|
|
#blockexplorer {
|
|
|
|
position: absolute;
|
|
|
|
width: 100%;
|
2016-06-01 10:47:47 -04:00
|
|
|
height: 80%;
|
|
|
|
overflow: scroll;
|
2016-06-01 10:18:08 -04:00
|
|
|
border: 1px solid #fff;
|
|
|
|
background: rgb(36,36,36);
|
|
|
|
color: rgb(217,217,217);
|
|
|
|
font-family: monospace;
|
2016-06-01 10:37:42 -04:00
|
|
|
font-size: 10pt;
|
2016-06-01 10:18:08 -04:00
|
|
|
}
|