This commit is contained in:
2020-07-21 20:23:30 +01:00
parent 5a4d4c2776
commit ce639ef6db
5 changed files with 13 additions and 25 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 7.8 KiB

View File

@@ -11,7 +11,6 @@
html, body {
background-color: @background;
background-image: url("background.png");
font-size: 3vmin;
margin: 0;
padding: 0;
@@ -37,6 +36,10 @@ button {
}
}
h1 {
margin: 0;
}
h3 {
font-size: 0.9em;
}
@@ -57,6 +60,7 @@ input {
img {
max-height: 12em;
max-width: 100%;
margin: 0;
}
p {
@@ -70,7 +74,7 @@ label {
}
textarea {
height: 20em;
height: 15em;
padding: 0.5em;
text-align: left;
width: 100%;
@@ -92,12 +96,13 @@ textarea {
}
.page {
height: 80vmin;
width: 80vmin;
height: 70vmin;
width: 70vmin;
background-color: @background;
border: 2px solid @accent;
border-radius: 5vmin;
box-shadow: @accent 0.5vmin 0.5vmin;
box-shadow: @accent 1vmin 1vmin;
padding: 5vmin;
position: relative;
}

BIN
includes/tilesy.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.1 KiB