a098b5e83bf7711bb00341baeceab3e25ccb9963
[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 /* General form layout */
18 a {color:blue; text-decoration:none; pointer:cursor;} /* Who needs visited links */
19
20 dl.form { margin: 1em 0; padding-left: 1em; border-left: 0.5em solid gray; }
21 dl.form dt { padding-bottom: 0.25em; font-style: italic; }
22 dl.form dd { margin-bottom: 0.5em; }
23
24
25
26 /*** Individual page layout ***/
27 .selected {color:red;}