X-Git-Url: http://git.veekun.com/zzz-floof.git/blobdiff_plain/11f3ff4140edcd5dd4d8e20f918c58003c634d10..aef2b7601e02859595ce272a730e13e074d1e713:/floof/public/layout.css diff --git a/floof/public/layout.css b/floof/public/layout.css index e32995e..b175705 100644 --- a/floof/public/layout.css +++ b/floof/public/layout.css @@ -1,3 +1,6 @@ +/*** Main layout ***/ +body { font-family: sans-serif; font-size: 12px; } + #header { padding: 1em; background: #c0c0c0; } #header #user { text-align: right; } @@ -6,4 +9,25 @@ #footer { padding: 1em; background: #c0c0c0; } .full {display:block;} -.selected {color:red;} \ No newline at end of file + + +.artwork-grid li {display:inline;} + +/*** Common bits and pieces ***/ +a {color:blue; text-decoration:none; pointer:cursor;} /* Who needs visited links */ + +p { margin: 0.25em 0 1em 0; } + +/* 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; } + +/* Comments */ +.comment {} +.comment .header { background: #d8d8d8; } + + + +/*** Individual page layout ***/ +.selected {color:red;}