Use a nicer background color for the headline
[infodrom.org/service.infodrom.org] / src / infodrom.css
index f2d621d..320c447 100644 (file)
@@ -27,6 +27,9 @@ a:visited {
 .font {
   font-size: 13px;
 }
+.smallfont {
+  font-size: 11px;
+}
 .height {
   line-height: 15px;
 }
@@ -40,11 +43,47 @@ h3.bar {
   padding-left: 5px;
   padding-bottom: 2px;
   font-size: 15px;
-  background: #c0c9db;
+  background: #98c5e5;
 }
 img.border {
   border: 2px solid #e5e5e5;
 }
+ul.webgraph li {
+  list-style: none;
+}
+td.leftcol {
+  padding-left: 2px;
+}
+td.rightcol {
+  padding-right: 2px;
+}
+tr.head {
+  background: #98c5e5;
+}
+tr.t0 {
+  background: #ffffff;
+}
+tr.t1 {
+  background: #d9e2ea;
+}
+td.in {
+  color: #00ff00;
+}
+td.out {
+  color: #ff0000;
+}
+
+/*
+ * Menu
+ */
+p.menurule {
+  height: 3px;
+  width: 100%;
+  background-color: #999999;
+  padding: 0;
+  margin-top: 7px;
+  margin-bottom: 7px;
+}
 
 /*
  * Footer