jquery.treeview.css 1.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475
  1. .treeview, .treeview ul {
  2. padding: 0;
  3. margin: 0;
  4. list-style: none;
  5. }
  6. .treeview ul {
  7. background-color: white;
  8. margin-top: 4px;
  9. }
  10. .treeview .hitarea {
  11. background: transparent -64px -25px no-repeat;
  12. height: 16px;
  13. width: 16px;
  14. margin-left: -16px;
  15. float: left;
  16. cursor: pointer;
  17. }
  18. /* fix for IE6 */
  19. * html .hitarea {
  20. display: inline;
  21. float: none;
  22. }
  23. .treeview li {
  24. margin: 0;
  25. padding: 3px 0pt 3px 16px;
  26. }
  27. .treeview a.selected {
  28. background-color: #eee;
  29. }
  30. #treecontrol { margin: 1em 0; display: none; }
  31. .treeview li { background: transparent 0 0 no-repeat; }
  32. .treeview li.collapsable, .treeview li.expandable { background-position: 0 -176px; }
  33. .treeview .expandable-hitarea { background-position: -80px -3px; }
  34. .treeview li.last { background-position: 0 -1766px }
  35. .treeview li.lastCollapsable { background-position: 0 -111px }
  36. .treeview li.lastExpandable { background-position: -32px -67px }
  37. .treeview div.lastCollapsable-hitarea, .treeview div.lastExpandable-hitarea { background-position: 0; }
  38. .treeview-famfamfam .hitarea, .treeview-famfamfam li.lastCollapsable, .treeview-famfamfam li.lastExpandable { background-image: url(../img/treeview-famfamfam.gif); }
  39. .classtree li {
  40. font-family: arial,tahoma,helvetica,sans-serif;
  41. font-size: 12px;
  42. }
  43. .classtree li { padding: 3px 0 2px 16px; }
  44. .classtree span {
  45. padding: 1px 0 1px 18px;
  46. display: block;
  47. }
  48. .classtree span.root { background: url(../img/root.gif) 0 3px no-repeat;}
  49. .classtree span.namespace { background: url(../img/namespace.gif) 0 0 no-repeat;}
  50. .classtree span.class { background: url(../img/class.gif) 0 0 no-repeat; }
  51. .classtree span.property { background: url(../img/property.gif) 0 0 no-repeat; }
  52. .classtree span.method { background: url(../img/method.gif) 0 0 no-repeat; }
  53. .classtree span.event { background: url(../img/event.gif) 0 0 no-repeat; }
  54. .classtree span.singleton { background: url(../img/static.gif) 0 0 no-repeat; }