new background, info description fixed, update version
[brisk.git] / web / room.css
index 836cee1..02d8cd6 100644 (file)
@@ -138,6 +138,9 @@ table.placings td
 }
 
 table.placing {
+    background-image: url('img/najole_wh_light.png');
+    background-attachment: fixed;
+
     border: 1px solid gray;
     border-collapse: collapse;
     border-spacing: 0px;
@@ -193,7 +196,7 @@ table.room_tab td {
     -moz-border-radius: 8px;
     border-radius: 8px;
 
-    background-image: url('img/najole_light.png');
+    background-image: url('img/najole_wh_light.png');
     background-attachment: fixed;
 
     width: 25%;
@@ -241,7 +244,7 @@ table.room_standup {
     border-spacing: 0px;
     padding: 0px;
 
-    background-image: url('img/najole_light.png');
+    background-image: url('img/najole_wh_light.png');
     background-attachment: fixed;
 }
 
@@ -261,7 +264,7 @@ table.login {
     border: 1px solid gray;
     margin-top: 8px;
 
-    background-image: url('img/najole_light.png');
+    background-image: url('img/najole_wh_light.png');
     background-attachment: fixed;
  }
 
@@ -313,7 +316,7 @@ div.esco {
     -moz-border-radius: 4px;
     border-radius: 4px;
 
-    background-image: url('img/najole_light.png');
+    background-image: url('img/najole_wh_light.png');
     background-attachment: fixed;
 }
 
@@ -507,10 +510,29 @@ table.info {
 
 table.info td {
     border-top: 1px solid grey;
-    padding: 4px;
-    width: 50%;
+    padding: 6px;
+    width: 25%;
+}
+
+table.info td.triple {
+    border-top: 2px solid #000000;
 }
 
+table.info td.head span.title {
+    cursor: help;
+}
+
+table.info td.head span {
+    font-weight: bold;
+}
+
+table.info td.data {
+    background-color: white;
+}
+table.info td.data span {
+    text-align: left;
+    font-style: italic;
+}
 
 table.info table.fiverank {
     border-collapse: collapse;
@@ -572,15 +594,43 @@ table.info td.info-opt {
     padding: 0px 4px 4px 4px;
     }
 
+table.info td.b-right {
+    border-right: 1px solid grey;
+    }
+
 table.info td.noborder {
     border-top: 0px;
     }
 
 table.info td.le {
-    padding-left: 16px;
+    padding-left: 8px;
     }
 
 table.info td.ro {
-    padding-right: 16px;
+    padding-right: 8px;
     }
 
+body.explain h1 {
+    font-size: 200%;
+    background-color: #fafafa;
+}
+
+body.explain h2 {
+    font-size: 180%;
+    background-color: #fafafa;
+}
+
+body.explain h3 {
+    font-size: 160%;
+    background-color: #fafafa;
+}
+
+body.explain h4 {
+    font-size: 140%;
+    background-color: #fafafa;
+}
+
+body.explain h5 {
+    font-size: 120%;
+    background-color: #fafafa;
+}