- File organization (unnecessary nesting.. oops)
	- ReadMe formatting
This commit is contained in:
2025-08-11 03:05:25 -04:00
parent 72369e25e2
commit 61ed866480
9 changed files with 7 additions and 1 deletions

50
main.css Normal file
View File

@@ -0,0 +1,50 @@
#svg *, .svg * {
-moz-user-select: none;
-webkit-user-select: none;
-khtml-user-select: none;
-o-user-select: none;
user-select: none;
}
#waitform {
position: absolute;
width: 100%;
height: 100%;
z-index: 10000;
cursor: wait;
}
a {
color: gray;
}
em {
border: 1px rgba(0, 0, 0, 0.2) solid;
font-style: normal;
padding: 0px 3px;
background-color: rgba(0, 0, 0, 0.08);
border-radius: 3px;
}
body {
font-family: Georgia;
}
h6 {
font-size: 100%;
font-weight: normal;
margin: 0px;
}
p {
font-size: 80%;
margin-top: 5px;
margin-bottom: 0px;
}
.control_panel {
padding: 15px;
padding-bottom: 0px;
position: absolute;
z-index: 10;
}