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.

Sajtkarta

 

Klasser som används:

  • dxSiteMap

  • dxSiteMapLev1top

  • dxSiteMapLev1

  • dxSiteMapLev2top

  • dxSiteMapLev2

  • ...osv

Exempel på stilar för ovanstånde sajtkarta:

  1. C#
  1. .dxSiteMapLev1top,
  2. .dxSiteMapLev2top,
  3. .dxSiteMapLev3top,
  4. .dxSiteMapLev4top
  5. {
  6. list-style-type: none;
  7. padding:0em;
  8. margin:0em
  9. }
  10. .dxSiteMapLev1top
  11. {
  12. margin:0.14em;
  13. }
  14. .dxSiteMapLev1 a
  15. {
  16. display:block;
  17. font-size: 0.8em;
  18. text-decoration: none;
  19. font-weight:bold;
  20. font-family:verdana, arial, helvetica;
  21. background-color:#e5e5e5;
  22. color:#075CCE;
  23. padding: 0.4em;
  24. margin-top: 0.1em;
  25. margin-bottom: 0.1em;
  26. }
  27. .dxSiteMapLev2 a,
  28. .dxSiteMapLev3 a,
  29. .dxSiteMapLev4 a
  30. {
  31. font-size: 0.65em;
  32. padding: 0em;
  33. margin-top: 0.1em;
  34. margin-bottom: 0.1em;
  35. background-color:#ffffff;
  36. color:#075CCE;
  37. }
  38. .dxSiteMapLev2 a,
  39. .dxSiteMapLev3 a
  40. {
  41. display: block;
  42. padding-left:0.6em;
  43. padding-top:0.3em;
  44. padding-bottom:0.3em;
  45. text-decoration:none;
  46. font-weight:bold;
  47. border-left:solid 0.6em #d0cfcf;
  48. overflow:visible;
  49. }
  50. .dxSiteMapLev2 a
  51. {
  52. margin-left:0.6em;
  53. }
  54. .dxSiteMapLev3 a
  55. {
  56. margin-left:1.2em;
  57. }
  58. .dxSiteMapLev4 a
  59. {
  60. margin-left:1.8em;
  61. }
  62. .dxSiteMapLev1 a:active,
  63. .dxSiteMapLev1 a:focus,
  64. .dxSiteMapLev1 a:hover
  65. {
  66. background-color:#f77434;
  67. color:#ffffff;
  68. }
  69. .dxSiteMapLev2 a:active,
  70. .dxSiteMapLev2 a:focus,
  71. .dxSiteMapLev2 a:hover,
  72. .dxSiteMapLev3 a:active,
  73. .dxSiteMapLev3 a:focus,
  74. .dxSiteMapLev3 a:hover
  75. {
  76. color:#f77434;
  77. border-left:solid 0.6em #f77434;
  78. background-color:#e5e5e5;
  79. }