The buttonbar at the top of each page is now a fixed 'div' element
[gnucomo.git] / src / web / gnucomo.css
index 5660da0..af253a5 100644 (file)
@@ -121,3 +121,56 @@ img
 {
    border-style : none ;
 }
+
+#header {
+  position      : fixed;
+  width         : 100%;
+  height        : 60px;
+  top           : 13px;
+  right         : 0px;
+  bottom        : auto;
+  left          : 3px;
+  border-bottom : 1px solid #cccccc;
+}
+
+#menu_title {
+  position      : fixed;
+  width         : auto;
+  height        : 80px;
+  top           : 0px;
+  right         : auto;
+  bottom        : auto;
+  left          : 380px;
+  border-bottom : 0px solid #cccccc;
+}
+
+#content {
+  position      : fixed;
+  top           : 73px;
+  bottom        : 20px;
+  margin        : 0px 0px 0px 5px;
+  width         : auto;
+  height        : auto;
+  padding-left  : 5px;
+  padding-right : 12px;
+  color         : #000000;
+  border-left   : 0px solid #cccccc;
+  overflow      : auto;
+}
+
+#footer {
+  position    : fixed;
+  width       : 100%;
+  height      : 20px;
+  top         : auto;
+  right       : 0;
+  bottom      : 0;
+  margin-left : 10px;
+  border-top  : 1px solid #cccccc;
+  text-align  : center;
+}
+
+#log_date {
+  font-family : sans-serif;
+  font-size   : 20px;
+}