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