summaryrefslogtreecommitdiff
path: root/static/style.css
diff options
context:
space:
mode:
authorJon Bergli Heier <snakebite@jvnv.net>2017-04-09 09:02:09 +0200
committerJon Bergli Heier <snakebite@jvnv.net>2017-04-09 09:02:09 +0200
commitb36f9c05071ea549ed59e703270fcf223b60df03 (patch)
tree8992c6bcaa5b0d64cbd589588b2539523125548c /static/style.css
parentaf750a6598d53b8a5cb58092dd5b523ea7e967ca (diff)
Major rewrite to use jab/oauth.
Highlights: - Uses the oauth branch of jab. - Changed design to use bootstrap. - Some minor changes to functionality in file uploading and listing. - API is currently disabled and incomplete.
Diffstat (limited to 'static/style.css')
-rw-r--r--static/style.css28
1 files changed, 0 insertions, 28 deletions
diff --git a/static/style.css b/static/style.css
deleted file mode 100644
index 5515d99..0000000
--- a/static/style.css
+++ /dev/null
@@ -1,28 +0,0 @@
-* { margin: 0px; padding: 0px; font-family: sans-serif; }
-html, body { background-color: #fff; color: #333; height: 100%; }
-div#page-header { background-color: #ccc; color: #333; }
-div#page-header h1 { padding: .5em; }
-div#page-header h1 a { color: inherit; text-decoration: none; }
-div#page-content { padding: 1em; }
-
-div#page-menu { background-color: #333; color: #666; height: 1em; padding: .5em; }
-div#page-menu ul, div#page-menu li { margin: 0; display: inline; }
-div#page-menu ul { margin-left: 0; }
-div#page-menu a { color: #ccc; text-decoration: none; margin: 0 .5em 0 .5em; }
-
-ul { list-style-type: none; }
-li { margin-left: 1em; }
-.file-info { display: inline-block; }
-
-.image-list .image { display: inline-block; vertical-align: top; width: 128px; height: 128px; margin: .5em; }
-.image-list .image img { opacity: 1; }
-.image-list .image img:hover { opacity: .8; }
-
-p { margin-bottom: 1em; }
-code { font-family: monospace; }
-blockquote { margin: 1em; display: block; }
-
-.error { color: red; }
-
-p.login { font-size: small; margin: .5em 0 0 1em; }
-form { border: 1px solid #888; display: inline-block; margin: .5em; padding: .5em; }