Improvements
[infodrom.org/service.infodrom.org] / src / infodrom.css
index 0f337e9..eabf65c 100644 (file)
@@ -29,6 +29,7 @@ a:visited {
 }
 .smallfont {
   font-size: 11px;
+  line-height: 14px;
 }
 .height {
   line-height: 15px;
@@ -37,7 +38,7 @@ a:visited {
   display: none;
 }
 .border {
-  border: 1px solid black;
+  border: 1px solid #9b9b9b;
 }
 h3.bar {
   padding-left: 5px;
@@ -48,8 +49,17 @@ h3.bar {
 img.border {
   border: 2px solid #e5e5e5;
 }
-ul.webgraph li {
-  list-style: none;
+div.webgraph {
+  margin-left: 20px;
+  margin-bottom: 15px;
+}
+table.webgraph td {
+  border: 1px solid #CCC;
+  font-size: small;
+  text-align: center;
+}
+table.webgraph td:hover {
+  background: #DDD;
 }
 td.leftcol {
   padding-left: 2px;
@@ -66,6 +76,9 @@ tr.t0 {
 tr.t1 {
   background: #d9e2ea;
 }
+tr.t2 {
+  background: #ffff00;
+}
 td.in {
   color: #2f9a00;
 }
@@ -91,6 +104,13 @@ pre {
   /* end css 3 or browser specific rules */
 }
 
+p.img img {
+  display: block;
+  margin-left: auto;
+  margin-right: auto;
+  border: 1px solid #cfcfcf;
+}
+
 /*
  * Menu
  */
@@ -103,6 +123,22 @@ p.menurule {
   margin-bottom: 7px;
 }
 
+/*
+ * Formulare
+ */
+input, select, textarea {
+  border: 1px solid #aaaaaa;
+}
+input.button {
+  width: auto;
+  display: inline;
+  border: 1px solid #aaaaaa;
+}
+input.button:hover {
+  border: 1px solid #9b9b9b;
+  background-color: #bfbfbf;
+}
+
 /*
  * Footer
  */