b3380a2da6b419e7130cad321de81490ae140773
[infodrom.org/infocon.infodrom.org] / src / infocon.css
1 /*
2  * General settings
3  * --------------------------------------------------
4  */
5 body {
6   font-family: Verdana, Helvetica, Arial, sans-serif;
7   background-color: #ffffff;
8 }
9
10 /*
11  * No underline for links
12  * Nice dark blue values for links
13  */
14 a:link {
15   text-decoration: none;
16 }
17 a:visited {
18   text-decoration: none;
19 }
20
21 div.page {
22   padding-left: 90px;
23   padding-right: 90px;
24   margin-bottom: 2em;
25 }
26
27 h3#pagetitle {
28   margin: 0;
29   position: relative;
30   top: -0.7em;
31   left: 15px;
32   border: 1px solid black;
33   background: white;
34   padding: 0 0.5em;
35   padding-bottom: 2px;
36   padding-top: 1px;
37   display: inline;
38 }
39
40 div#border {
41   border: 1px solid #000000;
42   background-color: #e2e2e2;
43   margin-left: 3px;
44 }
45
46 div#content {
47   padding-left: 50px;
48   padding-right: 30px;
49   margin-top: -1em;
50   font-size: 13px;
51   line-height: 110%;
52 }
53
54 div.date {
55   text-align: right;
56   padding-right: 3px;
57   margin-bottom: 2px;
58   margin-top: -1em;
59 }
60
61 /*
62  * Local variables:
63  * mode: indented-text
64  * mode: auto-fill
65  * End:
66 */