Added real registration that prompts for a username.
[zzz-floof.git] / floof / public / layout.css
index 0f65486..f6e671f 100644 (file)
@@ -1,3 +1,6 @@
+/*** Main layout ***/
+body { font-family: sans-serif; font-size: 12px; }
+
 #header { padding: 1em; background: #c0c0c0; }
 #header #user { text-align: right; }
 
@@ -5,4 +8,16 @@
 
 #footer { padding: 1em; background: #c0c0c0; }
 
-.full {display:block;}
\ No newline at end of file
+.full {display:block;}
+
+
+
+/*** Common bits and pieces ***/
+/* 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; }
+
+
+
+/*** Individual page layout ***/