integrate login/register functionality more properly with app
[scpubgit/stemmatology.git] / stemmaweb / root / css / style.css
index 02984af..4aaa2b9 100644 (file)
@@ -1,4 +1,4 @@
-<style type="text/css" media="screen">
+/* General site-wide layout */
 body { 
     margin: 0; 
     padding: 20px; 
@@ -6,26 +6,6 @@ body {
     font-size: 85%; 
     color: #666;
 }
-#svg_graph {
-    float: left;
-    width: 500px;
-    height: 450px;
-    border-right: 1px #c6dcf1 solid;
-}
-#variants_table {
-    float: left;
-    width: 450px;
-    height: 550px;
-    border-right: 1px #c6dcf1 solid;
-    margin-left: 20px;
-    overflow: auto;
-}
-#statistics {
-    font-style: italic;
-    margin-bottom: 25px;
-    position: relative;
-    top: -15px;
-}
 h1 {
     border-bottom: 1px solid #488dd2;
     color: #488dd2;
@@ -33,49 +13,133 @@ h1 {
     font-weight: 100;
     margin: 0 0 17px;
     padding: 0;
-    width: 280px;
+    width: 650px;
 }
 h2 {
-    margin-top: 0px;
+    margin-top: 10px;
+    color: #488dd2;
+    font-size: 18px;
 } 
-.genealogical {
-    background: #88ffaa;
-}
-.coincidental {
-    background: #fff;
-}
-.conflict {
-    background: #ff6666;
-}
-.active_variant_row {
-    #background: #c6dcf1;
-    font-style: italic;
-}
-.active_variant_cell {
-    #background: #e8f1fe;
-}
-.cellb0 {
-    border-right: 20px solid #ffeeaa;
-}
-.cellb1 {
-    border-right: 20px solid #afc6e9;
-}
-.cellb2 {
-    border-right: 20px solid #d5fff6;
-}
-.cellb3 {
-    border-right: 20px solid #ffccaa;
-}
-.cellb4 {
-    border-right: 20px solid #ffaaaa;
+h3 {
+       color: #488dd2;
+       font-size: 14px;
+       font-style: italic;
+}
+
+div.button {
+  background: transparent url('../images/b_button_a.png') no-repeat scroll top right;
+  color: #fff;
+  display: block;
+  float: left;
+  font: normal 12px Times, Times New Roman, Serif; /* arial, sans-serif; */
+  height: 24px;
+  margin-right: 6px;
+  padding-right: 18px; /* sliding doors padding */
+  text-decoration: none;
+}
+div.button.reset {
+  background: transparent url('../images/c_button_a.png') no-repeat scroll top right;
+}
+div.button span {
+  background: transparent url('../images/b_button_span.png') no-repeat;
+  display: block;
+  line-height: 14px;
+  padding: 5px 0 5px 18px;
+}
+div.button.reset span {
+  background: transparent url('../images/c_button_span.png') no-repeat;
+}
+div.button:hover {
+  background-position: bottom right;
+  color: #444;
+  outline: none; /* hide dotted outline in Firefox */
+}
+div.button:hover span {
+  background-position: bottom left;
+}
+
+#topbanner {
+       width: 100%;
+       height: 100px;
+       margin-top: 20px;
+}
+#bannerinfo {
+       float: right;
+       margin-right: 12%;
+       margin-top: 15px;
+}
+.navlink {
+       color: #488dd2;
+       text-decoration: underline;
+}
+
+
+
+/* Index page components */
+
+#directory_container {
+       float: left;
+       width: 300px;
+       height: 450px;
+       border: 1px #c6dcf1 solid;
+}
+#directory {
+       margin-left: 10px;
+}
+.traditionname {
+       text-decoration: underline;
+}
+.selected {
+       font-style: italic;
+}
+.mainnav {
+       position: absolute;
+       top: 10px;
+       right: 80px;
+       font-size: 14px;
+       font-weight: 100;
+       color: #488dd2;
+}
+.mainnav a {
+       color: #488dd2;
+}
+#variant_container {
+       clear: both;
+       height: 400px;
+       padding-top: 20px;
+}
+#variant_graph {
+       /* width: 900px; */
+       height: 350px;
+       clear: both;
+       overflow: auto; 
+       text-align: center;
+}
+#variant_graph img {
+       margin-top: expression(( 400 - this.height ) / 2);
+}
+#stemma_container {
+       float: left;
+       height: 450px;
+       margin-left: 40px;
+}
+#stemma_container h2 h3 {
+       color: #666;
+}
+#stemma_graph {
+    height: 375px;
+    width: 500px;
+    text-align: center;
+    border: 1px #c6dcf1 solid;
 }
-.cellb5 {
-    border-right: 20px solid #e5ff80;
+#stemma_graph img {
+       margin-top: expression(( 450 - this.height ) / 2);
 }
-.cellb6 {
-    border-right: 20px solid #e5d5ff;
+#stexaminer_button {
+       bottom: 0;
+       margin-top: 13px;
 }
-.cellb7 {
-    border-right: 20px solid #ffd5e5;
+#relater_button {
+       float: left;
+    margin-left:  100px;
 }
-</style>
\ No newline at end of file