Added Navigation bit to the top of documents for the categories
[biaweb2.git] / templates / style.tpl.css
index 4cb611d..3b3358e 100644 (file)
@@ -9,27 +9,44 @@ body {
 h1, h2, h3, h4, h5, h6 {
     font-family: Georgia, 'Times New Roman', Times, serif;
 }
-div#header {
+header {
     width: 100%;
     color: white;
     background-color:#a1a0c0;
     height: 50px;
     float: left;
 }
+
+.inlinelist {
+    display: inline-block;
+    padding: 0em; 
+    margin: 0em;
+}
+
+.inlinelist li {
+    display: inline-block;  
+    margin-right: 0.9em;
+}
+
 div#modification {
     width: 100%;
-    color: darkslateblue;
-    font-size: 0.9em;
+    color:darkgray;
+    font-size: 0.8em;
     float:left;
 }
-div#footer {
+div#navbit {
+    width: 100%;
+    float: left;
+    font-size: 0.8em;
+}
+footer {
     width: 100%;
     text-align: center;
     background-color: #a1a0c0;
     color: white;
     float:left;
 }
-div#sidebar {
+nav#sidebar {
     float :right;
     background-color: #f0f0f0;
     color: black;
@@ -37,7 +54,7 @@ div#sidebar {
     padding: 1%;
 }
 
-div#content {
+section#content {
     width: 63%;
     margin-right:1%;
     margin-left: 1%;