Add project files.

This commit is contained in:
thedigitaltailor
2024-02-28 15:35:49 +10:30
parent 525dea795e
commit 4e8186a767
99 changed files with 108255 additions and 0 deletions

32
wwwroot/css/rpinvr.css Normal file
View File

@@ -0,0 +1,32 @@
html, body {
height: 100%;
width: 100%;
margin: 0;
padding: 0;
overflow: hidden;
}
body {
background-color: rgb(255, 255, 255);
}
.fullheight {
height: 100%;
}
.left {
width: 250px;
text-align: center;
}
.right {
flex: 1;
}
table {
height: 100%;
}
div.border {
cursor: move;
}