add new type of tables (certified only) and new type of user (certified)
[brisk.git] / web / brisk.css
index 62ebeda..1e247cf 100644 (file)
@@ -36,7 +36,7 @@ input::-moz-focus-inner {
 }
 
 body {
-    background-image: url('img/snowy.jpg');
+    background-image: url('img/happysunbg.png');
     background-color: #fafafa;
     background-repeat: no-repeat;
     background-position: center center; 
@@ -253,13 +253,31 @@ span.au1 {
 
 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;
 }
+
+span.au4 {
+    background-color: #ffd780;
+}
+
+span.au5 {
+    font-weight: bold;
+    background-color: #ffd780;
+}
+
+span.au6 {
+    font-style: italic;
+    background-color: #ffd780;
+}
+
+span.au7 {
+    font-weight: bold;
+    font-style: italic;
+    background-color: #ffd780;
+}