2 <!--#include virtual="xhtml-header.shtml" -->
5 <title>Matita - Splash</title>
8 a {text-decoration:none}
9 img.invisible { display: none; }
16 background: url(images/matita.png) top left no-repeat;
22 dt{ margin: 0; padding: 0; position: absolute; font-size: 85%; display: none; }
23 dd{ margin: 0; padding: 0; position: absolute; font-size: 85%; }
25 dd#developersDef{ top: 206px; left: 30px; }
26 dd#developersDef a{ position: absolute; width: 426px; height: 70px; text-decoration: none; }
27 dd#developersDef a span{ display: none; }
28 dd#developersDef a:hover{ position: absolute; background: transparent url(images/bg0.png) ; top: 0px}
30 dd#documentationDef{ top: 277px; left: 30px; }
31 dd#documentationDef a{ position: absolute; width: 426px; height: 70px; text-decoration: none; }
32 dd#documentationDef a span{ display: none; }
33 dd#documentationDef a:hover{ position: absolute; background: transparent url(images/bg1.png) ; top: 0px}
35 dd#communityDef{ top: 348px; left: 30px; }
36 dd#communityDef a{ position: absolute; width: 426px; height: 70px; text-decoration: none; }
37 dd#communityDef a span{ display: none; }
38 dd#communityDef a:hover{ position: absolute; background: transparent url(images/bg2.png) ; top: 0px}
40 dd#downloadDef{ top: 419px; left: 30px; }
41 dd#downloadDef a{ position: absolute; width: 426px; height: 70px; text-decoration: none; }
42 dd#downloadDef a span{ display: none; }
43 dd#downloadDef a:hover{ position: absolute; background: transparent url(images/bg3.png) ; top: 0px}
45 div#ex {margin-left:auto; margin-right:auto}
51 <img src="images/matita.png" width="485" height="590" border="0" class="invisible" />
54 <dt id="developers">1. Developers</dt>
55 <dd id="developersDef"><a href="development.shtml"></a></dd>
56 <dt id="documentation">2. Documentation</dt>
57 <dd id="documentationDef"><a href="documentation.shtml"></a></dd>
58 <dt id="community">3. Community</dt>
59 <dd id="communityDef"><a href="community.shtml"></a></dd>
60 <dt id="download">4. Download</dt>
61 <dd id="downloadDef"><a href="download.shtml"></a></dd>