aboutsummaryrefslogtreecommitdiff
path: root/user/static/styles.css
diff options
context:
space:
mode:
authorNat Lasseter <user@4574.co.uk>2025-03-10 11:40:28 +0000
committerNat Lasseter <user@4574.co.uk>2025-03-10 11:40:28 +0000
commitf72707126ee3c0bb161e9749485a27bf372e3527 (patch)
tree867d46f503f793b83ec2d09e72ae7db952e7b69c /user/static/styles.css
parente905d0d7e03ee14bbde5a4d4cad16587919e5004 (diff)
Remove unneccessary folder level
Diffstat (limited to 'user/static/styles.css')
-rw-r--r--user/static/styles.css51
1 files changed, 0 insertions, 51 deletions
diff --git a/user/static/styles.css b/user/static/styles.css
deleted file mode 100644
index 2186656..0000000
--- a/user/static/styles.css
+++ /dev/null
@@ -1,51 +0,0 @@
-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;
-}