placing instead of classific
[brisk.git] / web / room.css
index ae57e9b..4bf9950 100644 (file)
  *
  */
 
+a.flat:link {
+    color: RGB(255, 174,0);
+    line-height: 20px;
+    text-decoration: none;
+}
+
+a.flat:visited {
+    color: RGB(255, 174,0);
+    line-height: 20px;
+    text-decoration: none;
+}
+
+a.flat:hover {
+    color: RGB(255, 174,0);
+    line-height: 20px;
+    font-weight: bold;
+    text-decoration: none;
+}
+
+
+
 body.* {
     margin:0px;
     padding: 0px;
@@ -114,6 +135,42 @@ table.floaty td {
     vertical-align: top;
 }
 
+table.placings {
+/*    border: 1px solid red; */
+/*    border-collapse: collapse; */
+    border-spacing: 8px;
+    margin: 0px;
+    width: 100%;
+}
+
+table.placings td
+{
+    border: 1px solid gray; 
+    padding: auto;         
+    margin: auto;
+    vertical-align: top;
+    text-align: center;
+}
+
+table.placing {
+    border: 1px solid gray;
+    border-collapse: collapse;
+    border-spacing: 0px;
+    margin: auto;
+}
+
+table.placing th {
+    border: 1px solid gray;
+    text-align: center;
+    padding: 4px;
+}
+
+table.placing td {
+    border: 1px solid gray;
+    text-align: center;
+    padding: 4px;
+}
+
 table.floaty td.floatyleft {
     width: 100px;
 }