3d53d25e303ed741541544cf5ec44fa54885a0b0
[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   padding-bottom: 2px;
36   font-size: 16px;
37   background: #d8e1f6;
38 }
39 img.border {
40   border: 2px solid #e5e5e5;
41 }
42
43 /*
44  * Footer
45  */
46 div.footer {
47   clear: both;
48   border-top: 1px solid #707070;
49 }
50 div.footerleft {
51   float: left;
52   font-size: xx-small;
53 }
54 div.footerright {
55   float: right;
56   font-size: xx-small;
57 }
58
59 /*
60  * Local variables:
61  * mode: indented-text
62  * mode: auto-fill
63  * End:
64 */