mention OS and FS
[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   display: inline;
37 }
38
39 div#border {
40   border: 1px solid #000000;
41   background-color: #e2e2e2;
42   margin-left: 3px;
43 }
44
45 div#content {
46   padding-left: 50px;
47   padding-right: 30px;
48   margin-top: -1em;
49   font-size: 13px;
50   line-height: 20px;
51 }
52
53 div.date {
54   text-align: right;
55   padding-right: 3px;
56   margin-bottom: 2px;
57   margin-top: -1em;
58 }
59
60 /*
61  * Local variables:
62  * mode: indented-text
63  * mode: auto-fill
64  * End:
65 */