More thorough support for comment threading.
[zzz-floof.git] / floof / public / layout.css
1 /*** Main layout ***/
2 body { font-family: sans-serif; font-size: 12px; }
3
4 #header { padding: 1em; background: #c0c0c0; }
5 #header #user { text-align: right; }
6
7 #body { padding: 1em; }
8
9 #footer { padding: 1em; background: #c0c0c0; }
10
11 .full {display:block;}
12
13
14 .artwork-grid li {display:inline;}
15
16 /*** Common bits and pieces ***/
17 a {color:blue; text-decoration:none; pointer:cursor;} /* Who needs visited links */
18
19 p { margin: 0.25em 0 1em 0; }
20
21 /* General form layout */
22 dl.form { margin: 1em 0; padding-left: 1em; border-left: 0.5em solid gray; }
23 dl.form dt { padding-bottom: 0.25em; font-style: italic; }
24 dl.form dd { margin-bottom: 0.5em; }
25
26 /* Comments */
27 .comment {}
28 .comment .header { background: #d8d8d8; }
29
30
31
32 /*** Individual page layout ***/
33 .selected {color:red;}