X-Git-Url: http://git.veekun.com/zzz-floof.git/blobdiff_plain/d8fee06a15a9e20f4238333e9229a783c7a4b9d4..6fb3ad2a578aa2e0eced735187a02a79a8907668:/floof/public/layout.css?ds=sidebyside diff --git a/floof/public/layout.css b/floof/public/layout.css index 95db22c..25737d0 100644 --- a/floof/public/layout.css +++ b/floof/public/layout.css @@ -1,6 +1,24 @@ +/*** Main layout ***/ +body { font-family: sans-serif; font-size: 12px; } + #header { padding: 1em; background: #c0c0c0; } #header #user { text-align: right; } #body { padding: 1em; } #footer { padding: 1em; background: #c0c0c0; } + +.full {display:block;} + +/*** Common bits and pieces ***/ +/* General form layout */ +a {color:blue; text-decoration:none; pointer:cursor;} /* Who needs visited links */ + +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; } + + + +/*** Individual page layout ***/ +.selected {color:red;}