summaryrefslogtreecommitdiffstats
path: root/website/src/style.css
blob: 482ba3dff0e0d16486f07abca8085d668cc31d9a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
/* Local stylesheet for home page. */

img#vtboximage {
    position: absolute;
    left: 40em;
    top: 5em;
}

div#vtleft {
    width: 16em;
    position: absolute;
    left: 1em;
    top: 14em;
}

div#vtleft h2, div#vtmid h2, div#vtright h2 {
    /*background-color: #93c5c2;*/
}

div#vtmid {
    width: 16em;
    position: absolute;
    left: 18em;
    top: 14em;
}

div#vtright {
    width: 16em;
    position: absolute;
    /*left: 35em;*/
    left: 18em;
    top: 14em;
}

ul {
    list-style: none;
    margin: 0px;
    padding: 0px;
}

/* Don't display footer on the front page, because the columns in
   the center of the page don't make this easy. */

p#vtfooter {
    display: none;
}