summaryrefslogtreecommitdiff
path: root/web/style.css
diff options
context:
space:
mode:
authornavewindre <nw@moneybot.cc>2023-12-17 15:49:47 +0100
committernavewindre <nw@moneybot.cc>2023-12-17 15:49:47 +0100
commit0835f65eb3d8150919b22e03da594b7641117bb4 (patch)
treeac3827dee2620c26f7dd819e2186f85b14ee2e82 /web/style.css
parente99b9c6bac7f5b835f025fa1c342e315b3c3d812 (diff)
boop beep
Diffstat (limited to 'web/style.css')
-rw-r--r--web/style.css47
1 files changed, 36 insertions, 11 deletions
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;
}