diff options
Diffstat (limited to 'user/static')
-rw-r--r-- | user/static/favicon.ico | bin | 318 -> 0 bytes | |||
-rw-r--r-- | user/static/styles.css | 51 |
2 files changed, 0 insertions, 51 deletions
diff --git a/user/static/favicon.ico b/user/static/favicon.ico Binary files differdeleted file mode 100644 index 9de610e..0000000 --- a/user/static/favicon.ico +++ /dev/null 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; -} |