new show authorized users
[brisk.git] / web / brisk.css
index ee773fe..812f948 100644 (file)
@@ -22,7 +22,7 @@
  */
 
 body {
-    background-image: url('img/funghi_bg2.jpg'); 
+    background-image: url('img/icefallbg.jpg'); 
     background-color: #fafafa;
     background-repeat: no-repeat;
     background-position: center center; 
@@ -148,7 +148,7 @@ input.input_sub {
     color: black;
     background-color: #f8f8f8;
     vertical-align: middle;
-    text-decoration:none;
+    text-decoration: none;
     font-size: 100%;
     cursor: pointer;
     height: 22px ! important;
@@ -170,7 +170,7 @@ input.input_sub_hi {
     background-color: white;
 /*    background-color: RGB(246,246,246); */
     vertical-align: middle;
-    text-decoration:none;
+    text-decoration: none;
     font-size: 100%;
     cursor: pointer;
     height: 22px ! important;
@@ -186,7 +186,7 @@ input.button {
     color: black;
     background-color: RGB(246,246,246);
     vertical-align: middle;
-    text-decoration:none;
+    text-decoration: none;
     font-size: 100%;
     cursor: pointer;
     height: 20px ! important;
@@ -206,3 +206,20 @@ input.button:active {
 img.button:hover {
     cursor: pointer;
 }
+
+span.au1 {
+    font-weight: bold;
+}
+
+span.au2 {
+    font-style: italic;
+/*    text-decoration: underline; */
+    background-color: #bafcba;
+}
+
+span.au3 {
+    font-weight: bold;
+    font-style: italic;
+/*    text-decoration: underline; */
+    background-color: #bafcba;
+}