From 4b88dc81ef11fd1a1c17fa3b41602e7a658c5252 Mon Sep 17 00:00:00 2001 From: Damlanur Date: Fri, 17 Apr 2020 16:24:28 +0200 Subject: [PATCH] stat template stat css --- static/stats.css | 47 +++++++++++++++++++++++++++++++++++++++ templates/statistics.html | 17 ++++++++++++++ 2 files changed, 64 insertions(+) create mode 100644 templates/statistics.html diff --git a/static/stats.css b/static/stats.css index e69de29..be0d2d3 100644 --- a/static/stats.css +++ b/static/stats.css @@ -0,0 +1,47 @@ +body { + background-color: #F4EBE8; + font-family: Roboto Mono, monospace; + font-size:20px; + padding-top: 200px; + padding-left: 120px; + padding-right: 120px; +} + +#statbody { + display: flex; +} + +.statcontainer { + display: inline-block; + width: 50%; + padding: 20px; + align-items: center; +} +.counter { + display: flex; + width: 100% +} + +.box { + display: inline-block; + width: 40%; + text-align: center; + padding: 20px; + +} + +.number { + font-size: 72px; +} + +#graphs { + width: 100%; +} + +.image{ + display: inline-block; + width: 100%; +} +#counter { + display: inline-block; +} diff --git a/templates/statistics.html b/templates/statistics.html new file mode 100644 index 0000000..e6afcb6 --- /dev/null +++ b/templates/statistics.html @@ -0,0 +1,17 @@ + + + + + + + + + {{ page.name }} + + + +

{{ page.name }}

+
{{ body|safe }}
+ + +