return bug fixed, sidebanner, bg updated
[brisk.git] / web / brisk.css
index 2981343..76dfd5b 100644 (file)
@@ -24,7 +24,7 @@
  */
 
 body {
-    background-image: url('img/wip_bg.jpg'); 
+    background-image: url('img/brisk2bg.jpg'); 
     background-color: #fafafa;
     background-repeat: no-repeat;
     background-position: top center; 
@@ -92,6 +92,27 @@ img.nobohide {
     opacity: 0.90;  
 }
 
+.notify_opaque {
+/*    top: 10%; */
+    top: 0;
+
+    left: 50%; 
+    position: absolute;
+    border-style: solid;
+    border-width: 1px;
+/*  margin-top: auto;
+    margin-bottom: auto;*/
+/*    overflow: auto; */
+    bottom: 0;
+    right: 0;
+    align: center;
+    text-align: center; 
+    background-color: white; 
+    z-index: 10;
+    visibility: hidden;
+}
+
+
 div.notify_clo { 
     position: absolute;
     align: center;
@@ -100,18 +121,19 @@ div.notify_clo {
     bottom:  4px;
 }
 
-input.input_text { 
-    background-color: transparent;
+.input_text { 
+    background-color: #f8f8f8;
     border: 1px solid gray;  
     margin: 1px;
  }
 
-input.input_text:hover { 
+.input_text:hover { 
+    background-color: white;
     border: 1px solid #ffae00;  
  }
 
-input.input_text_hi { 
-    background-color: transparent;
+.input_text_hi { 
+    background-color: white;
     border: 2px solid #ffae00;
     margin: 0px;
  }
@@ -121,7 +143,7 @@ input.input_sub {
     margin: 0px;
     padding: 1px;
     color: black;
-    background-color: RGB(246,246,246);
+    background-color: #f8f8f8;
     vertical-align: middle;
     text-decoration:none;
     font-size: 100%;
@@ -142,7 +164,8 @@ input.input_sub_hi {
     padding: 0px;
     margin: 0px;
     color: black;
-    background-color: RGB(246,246,246);
+    background-color: white;
+/*    background-color: RGB(246,246,246); */
     vertical-align: middle;
     text-decoration:none;
     font-size: 100%;