X-Git-Url: http://git.veekun.com/zzz-floof.git/blobdiff_plain/bb380b3d5ca425650bb86c1fef45d4ca9fde3b25..ea3d7fcf702e372eac978d61b9af9dbad46543bb:/floof/public/layout.css diff --git a/floof/public/layout.css b/floof/public/layout.css index 017379f..7a7308b 100644 --- a/floof/public/layout.css +++ b/floof/public/layout.css @@ -16,6 +16,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; } @@ -37,6 +38,9 @@ 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; }