Das Style-Sheet dieser Seite:
body {
font: 15px sans-serif;
background-color: #fff;
color: #000;
padding: 0;
margin: 0;
}
DIV#sitemap {
padding: 1em 1.5em;
line-height: 30px;
}
DIV#sitemap DD {
margin: -30px 0 0 70px;
padding: 0;
}
DIV#sitemap DD DL {
margin-top: 30px;
padding: 0;
}
DIV#sitemap DD.one {
font-size: 1.25em;
font-weight: bold;
}
DIV#sitemap DD.two {
font-weight: bold;
}
DIV#sitemap DT.one {
font-size: 1.25em;
font-weight: bold;
margin-top: 10px;
}
DIV#sitemap DT.two {
font-weight: bold;
}
Das HTML für die Sitemap:
<div id="sitemap">
<dl>
<dt class="one">1.</dt><dd class="one">Prima Sezione</dd>
<dd><dl>
<dt class="two">1.1</dt><dd class="two">Eu ...</dd>
<dd><dl>
<dt>1.1.1</dt><dd>Exputo ...</dd>
<dt>1.1.2</dt><dd>Letatio ...</dd>
</dl></dd>
<dt class="two">1.2</dt><dd class="two">Causa ...</dd>
<dd><dl>
<dt>1.2.1</dt><dd>Abigo ...</dd>
<dt>1.2.2</dt><dd>Suscipit ...</dd>
<dt>1.2.3</dt><dd>Facilisi ...</dd>
</dl></dd>
</dl></dd>
<dt class="one">2.</dt><dd class="one">Seconda Sezione</dd>
<dd><dl>
<dt class="two">2.1</dt><dd class="two">Feugiat ...</dd>
<dd><dl>
<dt>2.1.1</dt><dd>Lucidus ...</dd>
<dt>2.1.2</dt><dd>Ea, ...</dd>
</dl></dd>
<dt class="two">2.2</dt><dd class="two">Eligo ...</dd>
<dd><dl>
<dt>2.2.1</dt><dd>Quis ...</dd>
</dl></dd>
</dl></dd>
</dl>
</div>