Replaced cmake with scons
[biaweb2.git] / templates / style.tpl.css
index 3b3358e..ec2e68b 100644 (file)
@@ -1,43 +1,56 @@
 body { 
     background-color:white;
     color: black;
-    font-family:Verdana, Geneva, Tahoma, sans-serif;
-    font-size: 0.9em;
+    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
+    font-size: 1em;
     margin: 0;
     padding: 0;
-}      
+}
 h1, h2, h3, h4, h5, h6 {
     font-family: Georgia, 'Times New Roman', Times, serif;
+    background-color: whitesmoke;
+}
+header h1 {
+    background: none;
 }
 header {
     width: 100%;
     color: white;
     background-color:#a1a0c0;
-    height: 50px;
     float: left;
+    text-align: center;
+}
+.doclisttable {
+    width: 100%;
+    text-align: left;
+}
+.doclisttable thead {
+    font-weight: bold;
+}
+.doclisttable tbody {
+    color: #3f3f3f;
+}
+.doclisttable td {
+    padding:0.2em;
 }
-
 .inlinelist {
     display: inline-block;
     padding: 0em; 
     margin: 0em;
 }
-
 .inlinelist li {
     display: inline-block;  
     margin-right: 0.9em;
 }
-
 div#modification {
     width: 100%;
     color:darkgray;
     font-size: 0.8em;
-    float:left;
 }
 div#navbit {
     width: 100%;
-    float: left;
     font-size: 0.8em;
+    background: none;
 }
 footer {
     width: 100%;
@@ -53,7 +66,9 @@ nav#sidebar {
     width: 30%;
     padding: 1%;
 }
-
+nav#sidebar h2 {
+    background: none;
+}
 section#content {
     width: 63%;
     margin-right:1%;