Some styling
[scpubgit/stemmatology.git] / stemmaweb / root / css / style.css
index 1f7b74b..9606b21 100644 (file)
@@ -9,11 +9,7 @@ body {
 h1 {
     border-bottom: 1px solid #488dd2;
     color: #488dd2;
-    font-size: 24px;
-    font-weight: 100;
-    margin: 0 0 17px;
-    padding: 0;
-    width: 650px;
+    font-size: 18pt;
 }
 h2 {
     margin-top: 10px;
@@ -60,8 +56,6 @@ div.button:hover span {
 
 #topbanner {
        width: 100%;
-       height: 100px;
-       margin-top: 20px;
 }
 #bannerinfo {
        float: right;
@@ -82,6 +76,8 @@ div.button:hover span {
        width: 300px;
        height: 450px;
        border: 1px #c6dcf1 solid;
+       padding-left: 10px;
+       padding-right: 10px;
 }
 #directory {
        height: 360px;
@@ -102,7 +98,7 @@ div.button:hover span {
 .mainnav {
        position: absolute;
        top: 10px;
-       right: 80px;
+       right: 22px;
        font-size: 14px;
        font-weight: 100;
        color: #488dd2;
@@ -111,10 +107,13 @@ div.button:hover span {
        color: #488dd2;
 }
 #textinfo_container {
+    border: 1px solid #C6DCF1;
        float: left;
        height: 500px;
-       width: 700px;
-       margin-left: 40px;
+       width: 710px;
+       margin-left: 10px;
+       padding-left: 10px;
+       padding-right: 10px;
 }
 #stemma_container h2 h3 {
        color: #666;
@@ -133,6 +132,12 @@ div.button:hover span {
        margin-top: 13px;
 }
 #relater_button {
-       float: left;
-    margin-left:  100px;
+}
+#textinfo_container_buttons {
+    float: right;
+}
+#run_stexaminer, #run_relater, #stemma_pager {
+    height: 30px;
+    left: -10px;
+    position: relative;
 }