initial attempt at providing stemma title/label
[scpubgit/stemmaweb.git] / root / css / style.css
index 912400c..f20d337 100644 (file)
@@ -172,6 +172,14 @@ div.pager_left_button.greyed_out, div.pager_left_button.greyed_out:hover {
 }
 #stemma_graph svg {
 }
+#stemma_graph_title {
+       bottom: 0px;
+}
+#stemma_identifier {
+       color: #488dd2;
+       font-size: 12px;
+       font-weight: bold;
+}      
 #textinfo_container_buttons {
     z-index: 100;
     width: 224px;
@@ -211,6 +219,10 @@ div.pager_left_button.greyed_out, div.pager_left_button.greyed_out:hover {
     font-weight: bold;
     color: #ff3333;
 }
+.notification {
+       font-weight: bold;
+       color: #33ff33;
+}
 #new_file {
     position: absolute;
     top: -50px;