2295c48bb479a25b71cc0f45b2b42d8352a3254c
[infodrom.org/service.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 .none {
31   display: none;
32 }
33 h3.bar {
34   padding-left: 5px;
35   font-size: 16px;
36   background: #e5e5e5;
37 }
38
39 /*
40  * Footer
41  */
42 div.footer {
43   clear: both;
44   border-top: 1px solid #707070;
45 }
46 div.footerleft {
47   float: left;
48   font-size: xx-small;
49 }
50 div.footerright {
51   float: right;
52   font-size: xx-small;
53 }
54
55 /*
56  * Local variables:
57  * mode: indented-text
58  * mode: auto-fill
59  * End:
60 */