ami.js
Version:
<p align="center"> <img src="https://cloud.githubusercontent.com/assets/214063/23213764/78ade038-f90c-11e6-8208-4fcade5f3832.png" width="60%"> </p>
35 lines (30 loc) • 412 B
CSS
#stats {
position: absolute;
top:0;
left: 0;
}
#r3d {
background-color: #000;
left: 10;
right: 20;
top: 30;
bottom: 40;
position: absolute;
overflow:hidden;
}
#my-gui-container {
position: fixed;
top: 20px;
right: 20px;
z-index:1;
}
.AMI.Widget {
font-size: 14px;
}
body{
font-family: source-code-pro, sans-serif;
background-color: #bdbdbd;
}
*{
box-sizing: border-box;
}