Changed the rendering code for templating output
[biaweb2.git] / templates / style.tpl.css
1 body {
2 background-color:white;
3 color: black;
4 font-family:Verdana, Geneva, Tahoma, sans-serif;
5 font-size: 0.9em;
6 margin: 0;
7 padding: 0;
8 }
9 h1, h2, h3, h4, h5, h6 {
10 font-family: Georgia, 'Times New Roman', Times, serif;
11 }
12 div#header {
13 width: 100%;
14 color: white;
15 background-color:#a1a0c0;
16 height: 50px;
17 float: left;
18 }
19 div#modification {
20 width: 100%;
21 color: darkslateblue;
22 font-size: 0.9em;
23 float:left;
24 }
25 div#footer {
26 width: 100%;
27 text-align: center;
28 background-color: #a1a0c0;
29 color: white;
30 float:left;
31 }
32 div#sidebar {
33 float :right;
34 background-color: #f0f0f0;
35 color: black;
36 width: 30%;
37 padding: 1%;
38 }
39
40 div#content {
41 width: 63%;
42 margin-right:1%;
43 margin-left: 1%;
44 float: left;
45 line-height: 150%;
46 text-align: justify;
47 }