Added Navigation bit to the top of documents for the categories
[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 header {
13 width: 100%;
14 color: white;
15 background-color:#a1a0c0;
16 height: 50px;
17 float: left;
18 }
19
20 .inlinelist {
21 display: inline-block;
22 padding: 0em;
23 margin: 0em;
24 }
25
26 .inlinelist li {
27 display: inline-block;
28 margin-right: 0.9em;
29 }
30
31 div#modification {
32 width: 100%;
33 color:darkgray;
34 font-size: 0.8em;
35 float:left;
36 }
37 div#navbit {
38 width: 100%;
39 float: left;
40 font-size: 0.8em;
41 }
42 footer {
43 width: 100%;
44 text-align: center;
45 background-color: #a1a0c0;
46 color: white;
47 float:left;
48 }
49 nav#sidebar {
50 float :right;
51 background-color: #f0f0f0;
52 color: black;
53 width: 30%;
54 padding: 1%;
55 }
56
57 section#content {
58 width: 63%;
59 margin-right:1%;
60 margin-left: 1%;
61 float: left;
62 line-height: 150%;
63 text-align: justify;
64 }