treesummaryrefslogcommitdiff
path: root/html/style.css
diff options
context:
space:
mode:
Diffstat (limited to 'html/style.css')
-rw-r--r--html/style.css15
1 files changed, 8 insertions, 7 deletions
diff --git a/html/style.css b/html/style.css
index a410d3f..b012d22 100644
--- a/html/style.css
+++ b/html/style.css
@@ -1,14 +1,15 @@
body {
font-family: 'Noto Sans SC', sans-serif;
font-weight: bold;
- background-color: black;
- width: 100%;
- height: 100%;
padding: 0px;
margin: 0px;
+}
+#background {
+ position: fixed;
+ width: 100%;
+ height: 100%;
background-color: rgb(200, 50, 50);
box-shadow: 0 0 400px rgba(0, 0, 0, 0.6) inset;
- overflow: hidden;
}
input, select, button {
font-size:inherit;
@@ -144,9 +145,9 @@ button {
#matchhistory, #stats {
position: absolute;
width: calc(100% - 20px);
- height: calc(100% - 90px - 10px);
- left: 10px;
- top: 90px;
+ min-height: calc(100% - 90px - 10px);
+ margin: 10px;
+ top: 80px;
background-color: white;
border-radius: 5px;
text-align: center;