From 4989a8e572ea666d3e392a503ee6831b8a9386f9 Mon Sep 17 00:00:00 2001 From: Jon Bergli Heier Date: Tue, 15 Feb 2011 23:04:18 +0100 Subject: Initial commit. --- static/style.css | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 static/style.css (limited to 'static/style.css') diff --git a/static/style.css b/static/style.css new file mode 100644 index 0000000..f281482 --- /dev/null +++ b/static/style.css @@ -0,0 +1,20 @@ +* { 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; padding: 1em; } +div#page-header a { color: inherit; text-decoration: none; } +div#page { min-height: 100%; height: auto !important; height: 100%; margin: 0 auto -2em; } +div#page-content { padding: 1em; } +div#page-wrapper { height: 2em; } +div#page-footer { background-color: #333; color: #666; height: 1em; padding: .5em; text-align: center; } +ul { list-style-type: none; } +li { margin-left: 1em; } +p { margin-bottom: 1em; } +code { font-family: monospace; 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; } + +div#page-footer ul, div#page-footer li { margin: 0; display: inline; } +div#page-footer a { color: #ccc; text-decoration: none; margin: 0 .5em 0 .5em; } -- cgit v1.2.3