diff --git a/static/css/results.css b/static/css/results.css new file mode 100644 index 0000000..7f46108 --- /dev/null +++ b/static/css/results.css @@ -0,0 +1,57 @@ +@import url("https://fonts.googleapis.com/css2?family=Open+Sans&display=swap"); +html { + box-sizing: border-box; +} + +*, +*:before, +*:after { + box-sizing: inherit; +} + +html, +body { + position: relative; + overflow-x: hidden !important; +} + +body { + user-select: none; + margin: 0; + padding: 0; + counter-reset: points; + background-color: #77aa77; + background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='100%25' height='100%25' viewBox='0 0 2 1'%3E%3Cdefs%3E%3ClinearGradient id='a' gradientUnits='userSpaceOnUse' x1='0' x2='0' y1='0' y2='1'%3E%3Cstop offset='0' stop-color='%2377aa77'/%3E%3Cstop offset='1' stop-color='%234fd'/%3E%3C/linearGradient%3E%3ClinearGradient id='b' gradientUnits='userSpaceOnUse' x1='0' y1='0' x2='0' y2='1'%3E%3Cstop offset='0' stop-color='%23cf8' stop-opacity='0'/%3E%3Cstop offset='1' stop-color='%23cf8' stop-opacity='1'/%3E%3C/linearGradient%3E%3ClinearGradient id='c' gradientUnits='userSpaceOnUse' x1='0' y1='0' x2='2' y2='2'%3E%3Cstop offset='0' stop-color='%23cf8' stop-opacity='0'/%3E%3Cstop offset='1' stop-color='%23cf8' stop-opacity='1'/%3E%3C/linearGradient%3E%3C/defs%3E%3Crect x='0' y='0' fill='url(%23a)' width='2' height='1'/%3E%3Cg fill-opacity='0.5'%3E%3Cpolygon fill='url(%23b)' points='0 1 0 0 2 0'/%3E%3Cpolygon fill='url(%23c)' points='2 1 2 0 0 0'/%3E%3C/g%3E%3C/svg%3E"); + background-attachment: fixed; + background-size: cover; + font-family: "helvetica", sans-serif !important; +} + +a { + text-decoration: none; + color: inherit; +} + +section { + padding-top: 150px; +} + +main { + -webkit-box-shadow: 0 10px 6px -6px #777; + -moz-box-shadow: 0 10px 6px -6px #777; + box-shadow: 0 10px 6px -6px #777; + color: #000000; + background: #ffffff; + border-radius: 10px; + padding: 30px 40px 30px; + width: 95%; + max-width: 590px; + margin: auto; +} + +.button.is-fullwidth { + display: flex; + width: 90%; + margin: auto; + margin-top: 30px; +} diff --git a/templates/result.html b/templates/result.html index 95561fe..e7f6831 100644 --- a/templates/result.html +++ b/templates/result.html @@ -2,13 +2,53 @@
- - -