Copyright date updated
[brisk.git] / web / brisk.css
index 98bba66..b918872 100644 (file)
@@ -1,7 +1,7 @@
 /*
  *  brisk - brisk.css
  *
- *  Copyright (C) 2006-2011 Matteo Nastasi
+ *  Copyright (C) 2006-2012 Matteo Nastasi
  *                          mailto: nastasi@alternativeoutput.it 
  *                                  matteo.nastasi@milug.org
  *                          web: http://www.alternativeoutput.it
@@ -46,7 +46,7 @@ img {
     position:     absolute; 
     border-style: solid;
     border-width: 1px;
-    border-color: grey;
+    border-color: gray;
 }
 
 img.unbo {
@@ -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;
+}