3 <title>Matita home page</title>
6 a {text-decoration:none}
7 img.image{ display: none; }
14 background: url(matita.png) top left no-repeat;
20 dt{ margin: 0; padding: 0; position: absolute; font-size: 85%; display: none; }
21 dd{ margin: 0; padding: 0; position: absolute; font-size: 85%; }
23 dd#developersDef{ top: 206px; left: 30px; }
24 dd#developersDef a{ position: absolute; width: 426px; height: 70px; text-decoration: none; }
25 dd#developersDef a span{ display: none; }
26 dd#developersDef a:hover{ position: absolute; background: transparent url(bg0.png) ; top: 0px}
28 dd#documentationDef{ top: 277px; left: 30px; }
29 dd#documentationDef a{ position: absolute; width: 426px; height: 70px; text-decoration: none; }
30 dd#documentationDef a span{ display: none; }
31 dd#documentationDef a:hover{ position: absolute; background: transparent url(bg1.png) ; top: 0px}
33 dd#communityDef{ top: 348px; left: 30px; }
34 dd#communityDef a{ position: absolute; width: 426px; height: 70px; text-decoration: none; }
35 dd#communityDef a span{ display: none; }
36 dd#communityDef a:hover{ position: absolute; background: transparent url(bg2.png) ; top: 0px}
38 dd#downloadDef{ top: 419px; left: 30px; }
39 dd#downloadDef a{ position: absolute; width: 426px; height: 70px; text-decoration: none; }
40 dd#downloadDef a span{ display: none; }
41 dd#downloadDef a:hover{ position: absolute; background: transparent url(bg3.png) ; top: 0px}
43 div#ex {margin-left:auto; margin-right:auto}
49 <img src="matita.png" width="485" height="590" border="0" class="image" />
52 <dt id="developers">1. Developers</dt>
53 <dd id="developersDef"><a href="developers.html"></a></dd>
54 <dt id="documentation">2. Documentation</dt>
55 <dd id="documentationDef"><a href="documentation.html"></a></dd>
56 <dt id="community">3. Community</dt>
57 <dd id="communityDef"><a href="community.html"></a></dd>
58 <dt id="download">4. Download</dt>
59 <dd id="downloadDef"><a href="download.html"></a></dd>