copyright updated and mop user status added
[brisk.git] / web / brisk.css
index 67e5ec2..ee773fe 100644 (file)
@@ -1,7 +1,7 @@
 /*
  *  brisk - brisk.css
  *
- *  Copyright (C) 2006-2008 Matteo Nastasi
+ *  Copyright (C) 2006-2011 Matteo Nastasi
  *                          mailto: nastasi@alternativeoutput.it 
  *                                  matteo.nastasi@milug.org
  *                          web: http://www.alternativeoutput.it
  * not, write to the Free Software Foundation, Inc, 59 Temple Place -
  * Suite 330, Boston, MA 02111-1307, USA.
  *
- * $Id$
- *
  */
 
 body {
-    background-image: url('img/wip_bg.jpg'); 
+    background-image: url('img/funghi_bg2.jpg'); 
     background-color: #fafafa;
     background-repeat: no-repeat;
-    background-position: top center; 
+    background-position: center center; 
     margin:0px;
 
     font-size: 12px;
@@ -62,6 +60,12 @@ img.nobo {
     margin: auto;
 }
 
+img.inline { 
+    position:     relative;
+    vertical-align: middle;
+    border-width: 0px;
+}
+
 img.nobohide {
     position:     absolute;
     border-width: 0px;
@@ -92,6 +96,26 @@ 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 +124,18 @@ div.notify_clo {
     bottom:  4px;
 }
 
-input.input_text { 
+.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 { 
+.input_text_hi { 
     background-color: white;
     border: 2px solid #ffae00;
     margin: 0px;