aboutsummaryrefslogtreecommitdiff
path: root/user/static/styles.css
diff options
context:
space:
mode:
authorNat Lasseter <user@4574.co.uk>2025-03-10 10:49:32 +0000
committerNat Lasseter <user@4574.co.uk>2025-03-10 10:49:32 +0000
commite905d0d7e03ee14bbde5a4d4cad16587919e5004 (patch)
tree620de53132955f07d5a0659a758cde57418d8b67 /user/static/styles.css
Initial Commit
Diffstat (limited to 'user/static/styles.css')
-rw-r--r--user/static/styles.css51
1 files changed, 51 insertions, 0 deletions
diff --git a/user/static/styles.css b/user/static/styles.css
new file mode 100644
index 0000000..2186656
--- /dev/null
+++ b/user/static/styles.css
@@ -0,0 +1,51 @@
+h1 {
+ text-align: center;
+ font-size: 4em;
+ width: 100%;
+ font-family: monospace;
+ margin: 0;
+}
+
+h1.jumbo {
+ background-image: linear-gradient(green, darkgreen);
+ color: white;
+ text-align: center;
+ font-size: 10em;
+ width: 100%;
+ padding: 50px 10px;
+ vertical-align: middle;
+}
+
+body {
+ margin: 0;
+ font-family: monospace;
+}
+
+div {
+ padding: 1em;
+}
+
+table#toplinks {
+ width: 100%;
+ td {
+ width: 1%;
+ text-align: center;
+ a {
+ font-size: 2em;
+ color: green;
+ text-decoration: none;
+ }
+ a:hover {
+ color: darkgreen;
+ filter: blur(2px);
+ }
+ }
+}
+
+blockquote {
+ font-style: italic;
+}
+
+div#quote {
+ font-weight: bold;
+}