From 0835f65eb3d8150919b22e03da594b7641117bb4 Mon Sep 17 00:00:00 2001 From: navewindre Date: Sun, 17 Dec 2023 15:49:47 +0100 Subject: boop beep --- web/style.css | 47 ++++++++++++++++++++++++++++++++++++----------- 1 file changed, 36 insertions(+), 11 deletions(-) (limited to 'web/style.css') diff --git a/web/style.css b/web/style.css index a9eba1c..ce719f0 100644 --- a/web/style.css +++ b/web/style.css @@ -1,3 +1,13 @@ +@font-face { + font-family: "Px437 DOS/V re. JPN12"; + src: url("static_elements/px437_12.ttf"); +} + +@font-face { + font-family: "Px437 DOS/V re. JPN16"; + src: url("static_elements/px437_16.ttf"); +} + body { background-image: linear-gradient(to right, purple , #008F8F); background-attachment: fixed; @@ -6,38 +16,53 @@ body { -webkit-font-smoothing : none; } -h1, h2, h3, h4 { +h1 { text-align: center; - font-family: "Lucida Console", monospace; + font-family: "Px437 DOS/V re. JPN16", monospace; color: white; + font-size: 32px; } -h5, h6 { +h3 { text-align: center; - font-family: "Lucida Console", monospace; + font-family: "Px437 DOS/V re. JPN16", monospace; + font-size: 16px; + color: white; + margin: 0%; +} + +h4 { + text-align: center; + font-family: "Px437 DOS/V re. JPN12", monospace; + font-size: 12px; color: white; margin: 0%; } +pre { + font-family: monospace; + font-size: 12px; + color: white; +} + a { - background: -webkit-linear-gradient(#FF00FF, #00FFFF); + background: linear-gradient(to right, #FF00FF, #00FFFF); -webkit-background-clip: text; -webkit-text-fill-color: transparent; text-decoration:none; font-weight: bold; + font-size: 16px; + font-family: "Px437 DOS/V re. JPN16", monospace; } .statusbox { - font-family: "Monaco", monospace; - font-size: 14px; + font-family: monospace; + font-size: 10px; text-align: center; color: white; - border: 1px solid white; - margin: 1%; - padding: 20px; + /*border: 1px solid white;*/ display: table; margin-right: auto; margin-left: auto; white-space: pre-wrap; - background: #2F2F2F; } -- cgit v1.2.3