diff options
author | Jon Bergli Heier <snakebite@jvnv.net> | 2011-02-15 23:04:18 +0100 |
---|---|---|
committer | Jon Bergli Heier <snakebite@jvnv.net> | 2011-02-15 23:04:18 +0100 |
commit | 4989a8e572ea666d3e392a503ee6831b8a9386f9 (patch) | |
tree | f1cf0bf4e6744acb45ad3cbd15023916762ecf37 /static |
Initial commit.
Diffstat (limited to 'static')
-rw-r--r-- | static/style.css | 20 |
1 files changed, 20 insertions, 0 deletions
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; } |