2016-06-01 10:04:56 -04:00
|
|
|
body {
|
|
|
|
background: rgb(36,36,36);
|
|
|
|
}
|
2016-06-07 20:44:08 -04:00
|
|
|
a {
|
|
|
|
color: rgb(217,217,217);
|
|
|
|
}
|
2016-09-13 18:09:43 -04:00
|
|
|
h2 {
|
|
|
|
font-size: 1em;
|
|
|
|
}
|
2016-06-01 10:04:56 -04:00
|
|
|
#blocks {
|
|
|
|
position: absolute;
|
|
|
|
left: 40%;
|
|
|
|
right: 0;
|
|
|
|
top: 0;
|
|
|
|
bottom: 0;
|
2016-10-11 13:47:24 -04:00
|
|
|
font-family: "Helvetica Neue", Helvetica, sans-serif;
|
2016-06-01 10:04:56 -04:00
|
|
|
}
|
2016-06-01 10:18:08 -04:00
|
|
|
#vm-devtools {
|
|
|
|
color: rgb(217,217,217);
|
|
|
|
position: absolute;
|
|
|
|
left: 1%;
|
|
|
|
right: 60%;
|
2016-09-13 18:09:43 -04:00
|
|
|
top: 1%;
|
2016-06-01 10:18:08 -04:00
|
|
|
bottom: 0;
|
|
|
|
width: 35%;
|
|
|
|
}
|
2016-09-02 08:27:43 -04:00
|
|
|
#blockexplorer, #threadexplorer, #importexport {
|
2016-06-01 10:18:08 -04:00
|
|
|
position: absolute;
|
2016-06-01 14:17:18 -04:00
|
|
|
height: 75%;
|
2016-06-01 10:47:47 -04:00
|
|
|
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-09-13 18:09:43 -04:00
|
|
|
width: 480px;
|
|
|
|
height: 360px;
|
2016-06-01 10:18:08 -04:00
|
|
|
}
|
2016-09-02 08:27:43 -04:00
|
|
|
#tab-blockexplorer, #tab-threadexplorer, #tab-importexport {
|
2016-06-07 20:44:08 -04:00
|
|
|
display: none;
|
|
|
|
}
|
2016-09-02 08:41:12 -04:00
|
|
|
#importExport {
|
2016-09-13 18:09:43 -04:00
|
|
|
width: 480px;
|
2016-09-02 08:41:12 -04:00
|
|
|
height: 360px;
|
|
|
|
background: rgb(36,36,36);
|
|
|
|
color: rgb(217,217,217);
|
2016-09-13 18:09:43 -04:00
|
|
|
}
|
|
|
|
#projectId {
|
|
|
|
background: rgb(36,36,36);
|
|
|
|
color: rgb(217,217,217);
|
2016-09-02 08:41:12 -04:00
|
|
|
font-family: monospace;
|
|
|
|
font-size: 10pt;
|
|
|
|
}
|
2016-09-13 18:09:43 -04:00
|
|
|
ul#playgroundLinks {
|
|
|
|
display: block;
|
|
|
|
list-style-type: none;
|
|
|
|
margin: 0;
|
|
|
|
padding: 0;
|
|
|
|
overflow: hidden;
|
|
|
|
background-color: #333;
|
|
|
|
}
|
|
|
|
#playgroundLinks li {
|
|
|
|
float: left;
|
|
|
|
}
|
|
|
|
#playgroundLinks li a {
|
|
|
|
display: block;
|
|
|
|
color: white;
|
|
|
|
text-align: center;
|
|
|
|
padding: 5px 10px;
|
|
|
|
}
|
|
|
|
#playgroundLinks li a:hover {
|
|
|
|
background-color: #111;
|
|
|
|
}
|