New webalizer index layout
[infodrom.org/service.infodrom.org] / src / infodrom.css
index 16c1e2b..eabf65c 100644 (file)
@@ -4,7 +4,7 @@
 body {
   font-family: Verdana, Helvetica, Arial, sans-serif;
   font-size: 13px;
-  line-height: 20px;
+  line-height: 18px;
   background-color: #f7f7f7;
   color: #000000;
 }
@@ -27,10 +27,116 @@ a:visited {
 .font {
   font-size: 13px;
 }
+.smallfont {
+  font-size: 11px;
+  line-height: 14px;
+}
+.height {
+  line-height: 15px;
+}
+.none {
+  display: none;
+}
+.border {
+  border: 1px solid #9b9b9b;
+}
 h3.bar {
   padding-left: 5px;
-  font-size: 16px;
-  background: #e5e5e5;
+  padding-bottom: 2px;
+  font-size: 15px;
+  background: #98c5e5;
+}
+img.border {
+  border: 2px solid #e5e5e5;
+}
+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;
+}
+td.rightcol {
+  padding-right: 2px;
+}
+tr.head {
+  background: #98c5e5;
+}
+tr.t0 {
+  background: #ffffff;
+}
+tr.t1 {
+  background: #d9e2ea;
+}
+tr.t2 {
+  background: #ffff00;
+}
+td.in {
+  color: #2f9a00;
+}
+td.out {
+  color: #ff0000;
+}
+
+pre {
+  border: 1pt solid #cfcfcf;
+  background-color: #F3F5F7;
+  padding: 2px;
+  padding-left: 2px;
+  font-family: courier, monospace;
+  white-space: pre;
+  /* begin css 3 or browser specific rules - do not remove!
+   * see: http://forums.techguy.org/archive/index.php/t-249849.html
+   */
+  white-space: pre-wrap;
+  word-wrap: break-word;
+  white-space: -moz-pre-wrap;
+  white-space: -pre-wrap;
+  white-space: -o-pre-wrap;
+  /* end css 3 or browser specific rules */
+}
+
+p.img img {
+  display: block;
+  margin-left: auto;
+  margin-right: auto;
+  border: 1px solid #cfcfcf;
+}
+
+/*
+ * Menu
+ */
+p.menurule {
+  height: 3px;
+  width: 100%;
+  background-color: #999999;
+  padding: 0;
+  margin-top: 7px;
+  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;
 }
 
 /*