X-Git-Url: http://git.veekun.com/zzz-floof.git/blobdiff_plain/d85bba8088c64b1acc4061cc4047e87583259540..fe7afb91d071aaf21034561840588e82425f3d8a:/floof/public/layout.css diff --git a/floof/public/layout.css b/floof/public/layout.css index e74974e..6f289a4 100644 --- a/floof/public/layout.css +++ b/floof/public/layout.css @@ -5,6 +5,8 @@ body { font-family: sans-serif; font-size: 12px; } #header #user { float: right; } #header #user form p { margin: 0; } +#flash-messages { margin: 1em; padding: 1em; border: 3px double #c0c0c0; } + #body { padding: 1em; } #footer { padding: 1em; background: #c0c0c0; } @@ -16,6 +18,7 @@ body { font-family: sans-serif; font-size: 12px; } /*** Common bits and pieces ***/ h1 { margin: 0.5em 0 0.25em; font-size: 2em; border-bottom: 1px solid #404040; text-shadow: #a0a0a0 1px 1px 1px; } +h2 { margin: 0.5em 0 0.25em; font-size: 1.5em; border-bottom: 1px dotted #606060; text-shadow: #a0a0a0 1px 1px 1px; } a { color: #647cc4; font-weight: bold; text-decoration: none; pointer: cursor; } a:visited { color: #48598e; } @@ -29,11 +32,17 @@ var { font-style: italic; background: #e8e8e8; } input[type='button'], input[type='submit'], input[type='reset'] { cursor: pointer; } +/* Misc. classes */ +.error { color: #c00000; font-weight: bold; } + /* General form layout */ dl.form { margin: 1em 0; padding-left: 1em; border-left: 0.5em solid gray; } dl.form dt { padding-bottom: 0.25em; font-style: italic; } dl.form dd { margin-bottom: 0.5em; } +.errors {color:red;} + + /* Comments */ .comment {} .comment .header { background: #d8d8d8; } @@ -46,7 +55,7 @@ dl.form dd { margin-bottom: 0.5em; } /* Login */ form#big-login { text-align: center; } form#big-login input { font-size: 2em; margin: 0 auto; } -form#big-login input#identity-url { width: 20em; padding-left: 16px; } +form#big-login input#identity-url { width: 20em; } dl#openid_examples { overflow: hidden /* new float context */; } dl#openid_examples > dt { float: left; clear: left; width: 15.5em; margin-right: 0.5em; text-align: right; color: #2457a0; }