Switch to CSS
[infodrom.org/lists.infodrom.org] / src / infodrom.css
1 /*
2  * General settings
3  */
4 body {
5   font-family: Verdana, Helvetica, Arial, sans-serif;
6   font-size: 13px;
7   line-height: 20px;
8   background-color: #f7f7f7;
9   color: #000000;
10 }
11
12 /*
13  * No underline for links
14  */
15 a:link {
16   text-decoration: none;
17   cursor: pointer;
18 }
19 a:visited {
20   text-decoration: none;
21   cursor: pointer;
22 }
23
24 /*
25  * General layout
26  */
27 .font {
28   font-size: 13px;
29 }
30 h3.bar {
31   padding-left: 5px;
32   font-size: 16px;
33   background: #e5e5e5;
34 }
35
36 /*
37  * Footer
38  */
39 div.footer {
40   clear: both;
41   border-top: 1px solid #707070;
42 }
43 div.footerleft {
44   float: left;
45   font-size: xx-small;
46 }
47 div.footerright {
48   float: right;
49   font-size: xx-small;
50 }
51
52 /*
53  * Local variables:
54  * mode: indented-text
55  * mode: auto-fill
56  * End:
57 */