aboutsummaryrefslogtreecommitdiff
path: root/user/static
diff options
context:
space:
mode:
Diffstat (limited to 'user/static')
-rw-r--r--user/static/favicon.icobin318 -> 0 bytes
-rw-r--r--user/static/styles.css51
2 files changed, 0 insertions, 51 deletions
diff --git a/user/static/favicon.ico b/user/static/favicon.ico
deleted file mode 100644
index 9de610e..0000000
--- a/user/static/favicon.ico
+++ /dev/null
Binary files differ
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;
-}