Changed the rendering code for templating output
[biaweb2.git] / templates / style.tpl.css
diff --git a/templates/style.tpl.css b/templates/style.tpl.css
new file mode 100644 (file)
index 0000000..4cb611d
--- /dev/null
@@ -0,0 +1,47 @@
+body { 
+    background-color:white;
+    color: black;
+    font-family:Verdana, Geneva, Tahoma, sans-serif;
+    font-size: 0.9em;
+    margin: 0;
+    padding: 0;
+}      
+h1, h2, h3, h4, h5, h6 {
+    font-family: Georgia, 'Times New Roman', Times, serif;
+}
+div#header {
+    width: 100%;
+    color: white;
+    background-color:#a1a0c0;
+    height: 50px;
+    float: left;
+}
+div#modification {
+    width: 100%;
+    color: darkslateblue;
+    font-size: 0.9em;
+    float:left;
+}
+div#footer {
+    width: 100%;
+    text-align: center;
+    background-color: #a1a0c0;
+    color: white;
+    float:left;
+}
+div#sidebar {
+    float :right;
+    background-color: #f0f0f0;
+    color: black;
+    width: 30%;
+    padding: 1%;
+}
+
+div#content {
+    width: 63%;
+    margin-right:1%;
+    margin-left: 1%;
+    float: left;
+    line-height: 150%;
+    text-align: justify;
+}