Include autocomplete extension
[infodrom.org/service.infodrom.org] / src / infodrom.css
index d3d329b..4055ec3 100644 (file)
@@ -29,6 +29,7 @@ a:visited {
 }
 .smallfont {
   font-size: 11px;
+  line-height: 14px;
 }
 .height {
   line-height: 15px;
@@ -42,14 +43,26 @@ a:visited {
 h3.bar {
   padding-left: 5px;
   padding-bottom: 2px;
-  font-size: 15px;
+  font-size: 14px;
   background: #98c5e5;
 }
+.jsaction {
+    color: #666;
+}
 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;
@@ -58,7 +71,7 @@ td.rightcol {
   padding-right: 2px;
 }
 tr.head {
-  background: #98c5e5;
+  background: #a7ddff;
 }
 tr.t0 {
   background: #ffffff;
@@ -75,6 +88,12 @@ td.in {
 td.out {
   color: #ff0000;
 }
+.left {
+  text-align: left;
+}
+.right {
+  text-align: right;
+}
 
 pre {
   border: 1pt solid #cfcfcf;
@@ -118,6 +137,7 @@ p.menurule {
  */
 input, select, textarea {
   border: 1px solid #aaaaaa;
+  font-size: inherit;
 }
 input.button {
   width: auto;
@@ -129,6 +149,81 @@ input.button:hover {
   background-color: #bfbfbf;
 }
 
+/*
+ * Popups
+ */
+div.popup {
+  background: white;
+  border: 1px solid #CCC;
+  height: auto;
+  position: absolute;
+}
+div.popup_title {
+  width: 100%;
+  cursor: move;
+  background: #EEE;
+  margin-bottom: 5px;
+  font-weight: bold;
+  padding-bottom: 1px;
+}
+div.popup_body {
+  padding-left: 2px;
+  padding-right: 2px;
+  padding-bottom: 4px;
+}
+div.popup label {
+  margin-top: 2px;
+  display: block;
+}
+
+/*
+ * Calendar
+ */
+table#fc {
+  z-index: 100;
+}
+
+/*
+ * jQuery & Co.
+ */
+div#message_div {
+    background: #ffffcd;
+    color: #555;
+    border: 1px solid limegreen;
+    font-size: 120%;
+    padding: 5px;
+}
+div#error_div {
+    background: #ddd;
+    color: #555;
+    border: 1px solid red;
+}
+div#error_div div {
+    font-size: 120%;
+    font-weight: bold;
+    padding: 5px;
+}
+div#error_div p {
+    text-align: right;
+    padding: 2px;
+    margin: 0;
+    border-bottom: 1px solid #CCC;
+}
+
+.autocomplete-suggestions {
+    background: white;
+    border-left: 1px solid #999;
+    border-right: 1px solid #999;
+    border-bottom: 1px solid #999;
+}
+.autocomplete-suggestion {
+    background: #eefaff;
+    cursor: default;
+}
+.autocomplete-suggestion:hover {
+    background: yellow;
+}
+
 /*
  * Footer
  */
@@ -145,9 +240,3 @@ div.footerright {
   font-size: xx-small;
 }
 
-/*
- * Local variables:
- * mode: indented-text
- * mode: auto-fill
- * End:
-*/