Sajtkarta
Med sajtkartan kan redaktören skapa trevliga överblicksbilder över webblösningen. Det går att bestämma vilken struktur som skall visas och hur djupt i strukturen man skall gå vid visning.
Klasser som används:
dxSiteMap
dxSiteMapLev1top
dxSiteMapLev1
dxSiteMapLev2top
dxSiteMapLev2
...osv
Exempel på stilar för ovanstånde sajtkarta:
- C#
.dxSiteMapLev1top,
.dxSiteMapLev2top,
.dxSiteMapLev3top,
.dxSiteMapLev4top
{
list-style-type: none;
padding:0em;
margin:0em
}
.dxSiteMapLev1top
{
margin:0.14em;
}
.dxSiteMapLev1 a
{
display:block;
font-size: 0.8em;
text-decoration: none;
font-weight:bold;
font-family:verdana, arial, helvetica;
background-color:#e5e5e5;
color:#075CCE;
padding: 0.4em;
margin-top: 0.1em;
margin-bottom: 0.1em;
}
.dxSiteMapLev2 a,
.dxSiteMapLev3 a,
.dxSiteMapLev4 a
{
font-size: 0.65em;
padding: 0em;
margin-top: 0.1em;
margin-bottom: 0.1em;
background-color:#ffffff;
color:#075CCE;
}
.dxSiteMapLev2 a,
.dxSiteMapLev3 a
{
display: block;
padding-left:0.6em;
padding-top:0.3em;
padding-bottom:0.3em;
text-decoration:none;
font-weight:bold;
border-left:solid 0.6em #d0cfcf;
overflow:visible;
}
.dxSiteMapLev2 a
{
margin-left:0.6em;
}
.dxSiteMapLev3 a
{
margin-left:1.2em;
}
.dxSiteMapLev4 a
{
margin-left:1.8em;
}
.dxSiteMapLev1 a:active,
.dxSiteMapLev1 a:focus,
.dxSiteMapLev1 a:hover
{
background-color:#f77434;
color:#ffffff;
}
.dxSiteMapLev2 a:active,
.dxSiteMapLev2 a:focus,
.dxSiteMapLev2 a:hover,
.dxSiteMapLev3 a:active,
.dxSiteMapLev3 a:focus,
.dxSiteMapLev3 a:hover
{
color:#f77434;
border-left:solid 0.6em #f77434;
background-color:#e5e5e5;
}