diff options
| author | navewindre <boneyaard@gmail.com> | 2025-11-11 08:11:24 +0100 |
|---|---|---|
| committer | navewindre <boneyaard@gmail.com> | 2025-11-11 08:11:24 +0100 |
| commit | f5e29189f70c5c8532916504a1a22f8c586f6e73 (patch) | |
| tree | 9bf42144e608260527766e128268b380231ed95b /web/style.css | |
| parent | 6442494822d12c23cdd609031c4039d3309b64f6 (diff) | |
new web
Diffstat (limited to 'web/style.css')
| -rw-r--r-- | web/style.css | 73 |
1 files changed, 0 insertions, 73 deletions
diff --git a/web/style.css b/web/style.css deleted file mode 100644 index c235155..0000000 --- a/web/style.css +++ /dev/null @@ -1,73 +0,0 @@ -@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: url("static_elements/networkheaven.png"); - /*background-image: linear-gradient(to right, purple , #008F8F);*/ - background-repeat: no-repeat; - background-size: cover; - text-shadow: 0px 0px 1px rgba(255,0,0,0); - font-smooth: never; - -webkit-font-smoothing : none; -} - -h1 { - text-align: center; - font-family: "Px437 DOS/V re. JPN16", monospace; - color: white; - font-size: 32px; -} - -h3 { - text-align: center; - 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: 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; -} - -hr { - color: rgb(128, 128, 128); -} - -.statusbox { - font-family: monospace; - font-size: 10px; - text-align: center; - color: white; - display: table; - margin-right: auto; - margin-left: auto; - white-space: pre-wrap; -} |
