QOL update

This commit is contained in:
2025-07-02 14:43:00 +02:00
parent 8a0b7067c1
commit 5c674593fb
9 changed files with 98 additions and 39 deletions
+5 -5
View File
@@ -61,7 +61,7 @@
</h1><br>
<h1>Basic</h1><br>
<form>
<form class="licenseForm">
<div class="paramContainer"><label for="titleInput">Title</label><input type="text" id="titleInput" name="titleInput" value="Boykisser license"></div>
<div class="paramContainer"><label for="authorInput">For/Author</label><input type="text" id="authorInput" name="authorInput" value="Byte Dice"></div>
<div class="paramContainer"><label for="createdInput">Issued</label><input type="text" id="createdInput" name="createdInput" value="2025-01-01"></div>
@@ -91,16 +91,16 @@
</form><br>
<h1>Extra</h1><br>
<form>
<label for="soon1">Soon...</label><input name="soon1" value="Does nothing"><br>
<form class="licenseForm">
<label for="soon1">Soon...</label><input type="text" name="soon1" value="Does nothing"><br>
<!-- decorations like
the QR-code and other "accessories"
-->
</form><br>
<h1>Advanced</h1><br>
<form>
<label for="soon2">Soon...</label><input name="soon2" value="Does nothing"><br>
<form class="licenseForm">
<label for="soon2">Soon...</label><input type="text" name="soon2" value="Does nothing"><br>
<!--
license border radius
pic border radius
+2 -2
View File
@@ -14,7 +14,7 @@
margin: 0%;
max-width: calc(100% - (4px * var(--pxDensity)));
}
label {
.licenseForm label {
background-color: var(--navBarBtn_Inner);
box-shadow: calc(1px * var(--pxDensity)) 0px var(--navBarBtn_Border),
calc(-1px * var(--pxDensity)) 0px var(--navBarBtn_Border),
@@ -27,7 +27,7 @@ label {
width: round(auto, var(--pxDensity));
height: calc(6px * var(--pxDensity));
}
input {
.licenseForm input[type="text"] {
font-family: "Roboto", sans-serif;
background-color: var(--navBarBtn_Inner);
box-shadow: calc(1px * var(--pxDensity)) 0px var(--navBarBtn_Border),
+1 -1
View File
@@ -11,7 +11,7 @@
}
a {
cursor: pointer;
color: #0000EE;
color: #3333EE;
text-decoration: underline;
font-weight: normal;
}