Add basic GUI

This commit is contained in:
MrBurrBurr
2018-01-26 13:25:20 +01:00
parent 8dfaa3aa47
commit e9252610ed
1678 changed files with 125156 additions and 0 deletions

38
Website/css/GUI.css Normal file
View File

@@ -0,0 +1,38 @@
.box-content-status {
width:auto;
height:400px;
padding:6px 12px;
overflow-y:scroll;
white-space:pre-line;
border-color: rgb(221, 221, 221);
border-style: solid;
border-width: 1px;
background-color: rgb(255, 255, 255);
overflow:-moz-scrollbars-horizontal;
}
.box-content-log {
width:auto;
height:400px;
padding:6px 12px;
overflow-y:scroll;
white-space:pre-line;
border-color: rgb(221, 221, 221);
border-style: solid;
border-width: 1px;
background-color: rgb(255, 255, 255);
overflow:-moz-scrollbars-horizontal;
}
.box-content-command {
width:auto;
height:400px;
padding:6px 12px;
overflow-y:scroll;
white-space:pre-line;
border-color: rgb(221, 221, 221);
border-style: solid;
border-width: 1px;
background-color: rgb(255, 255, 255);
overflow:-moz-scrollbars-horizontal;
}