add some final statistics; try to color anonymous nodes too
[scpubgit/stemmatology.git] / TreeOfTexts / root / src / style.tt2
index 0d54616..bea078f 100644 (file)
@@ -19,7 +19,11 @@ body {
     border-right: 1px #c6dcf1 solid;
     margin-left: 20px;
     overflow: auto;
-    overflow-x: hidden;
+}
+#statistics {
+    font-style: italic;
+    position: absolute;
+    bottom: 5px;
 }
 h1 {
     border-bottom: 1px solid #488dd2;
@@ -31,12 +35,18 @@ h1 {
     width: 280px;
 }    
 .genealogical {
-    background: #fff;
+    background: #88ffaa;
 }
 .coincidental {
     background: #fff;
 }
+.conflict {
+    background: #ffeeee;
+}
 .active_variant_row {
     background: #c6dcf1;
 }
+.active_variant_cell {
+    background: #e8f1fe;
+}
 </style>