corners roundification
[brisk.git] / web / brisk.css
index a16cb13..8e1ed04 100644 (file)
 }
 
 body {
-    background-image: url('img/happysunbg.png');
+    background-image: url('img/najole.png');
     background-color: #fafafa;
-    background-repeat: no-repeat;
-    background-position: center center;
+    background-attachment: fixed;
     margin: 0px;
     height: 800px;
     padding: 0px;
@@ -107,7 +106,13 @@ img.ib_nobo {
 }
 
 .notify {
-/*    top: 10%; */
+    -webkit-border-radius: 8px;
+    -moz-border-radius: 8px;
+    border-radius: 8px;
+
+    background-image: url('img/najole_light.png');
+    background-attachment: fixed;
+
     top: 0;
     padding: 8px;
 
@@ -186,6 +191,9 @@ div.doc_alert {
  }
 
 input.input_sub {
+    -webkit-border-radius: 4px;
+    -moz-border-radius: 4px;
+    border-radius: 4px;
     border: 1px solid gray;
     margin: 0px;
     padding: 1px;
@@ -223,7 +231,28 @@ input.input_sub_hi {
     display: inline;
 }
 
+button {
+    -webkit-border-radius: 4px;
+    -moz-border-radius: 4px;
+    border-radius: 4px;
+
+    border: 1px solid gray;
+    margin: 1px;
+    padding: 2px;
+    color: black;
+    background-color: RGB(246,246,246);
+    vertical-align: middle;
+    text-decoration: none;
+    font-size: 100%;
+    cursor: pointer;
+    display: inline;
+}
+
 input.button {
+    -webkit-border-radius: 4px;
+    -moz-border-radius: 4px;
+    border-radius: 4px;
+
     border: 1px solid gray;
     margin: 1px;
     padding: 2px;