Copyright date updated
[brisk.git] / web / brisk.css
index b36ebd8..b918872 100644 (file)
@@ -1,7 +1,7 @@
 /*
  *  brisk - brisk.css
  *
- *  Copyright (C) 2006-2008 Matteo Nastasi
+ *  Copyright (C) 2006-2012 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/happysunbg.png'); 
+    background-image: url('img/icefallbg.jpg'); 
     background-color: #fafafa;
     background-repeat: no-repeat;
     background-position: center center; 
@@ -48,7 +46,7 @@ img {
     position:     absolute; 
     border-style: solid;
     border-width: 1px;
-    border-color: grey;
+    border-color: gray;
 }
 
 img.unbo {
@@ -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;
@@ -144,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;
@@ -166,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;
@@ -182,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;
@@ -202,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;
+}