Include autocomplete extension
[infodrom.org/service.infodrom.org] / src / infodrom.css
index fb6744a..4055ec3 100644 (file)
@@ -46,6 +46,9 @@ h3.bar {
   font-size: 14px;
   background: #98c5e5;
 }
+.jsaction {
+    color: #666;
+}
 img.border {
   border: 2px solid #e5e5e5;
 }
@@ -68,7 +71,7 @@ td.rightcol {
   padding-right: 2px;
 }
 tr.head {
-  background: #98c5e5;
+  background: #a7ddff;
 }
 tr.t0 {
   background: #ffffff;
@@ -180,6 +183,47 @@ 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
  */
@@ -196,9 +240,3 @@ div.footerright {
   font-size: xx-small;
 }
 
-/*
- * Local variables:
- * mode: indented-text
- * mode: auto-fill
- * End:
-*/