style.css 5.0 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677
  1. /*
  2. * jsTree classic theme 1.0
  3. * Supported features: dots/no-dots, icons/no-icons, focused, loading
  4. * Supported plugins: ui (hovered, clicked), checkbox, contextmenu, search
  5. */
  6. .jstree-classic li,
  7. .jstree-classic ins { background-image:url("d.png"); background-repeat:no-repeat; background-color:transparent; }
  8. .jstree-classic li { background-position:-90px 0; background-repeat:repeat-y; }
  9. .jstree-classic li.jstree-last { background:transparent; }
  10. .jstree-classic .jstree-open > ins { background-position:-72px 0; }
  11. .jstree-classic .jstree-closed > ins { background-position:-54px 0; }
  12. .jstree-classic .jstree-leaf > ins { background-position:-36px 0; }
  13. .jstree-classic .jstree-hovered { background:#e7f4f9; border:1px solid #e7f4f9; padding:0 2px 0 1px; }
  14. .jstree-classic .jstree-clicked { background:navy; border:1px solid navy; padding:0 2px 0 1px; color:white; }
  15. .jstree-classic a .jstree-icon { background-position:-56px -19px; }
  16. .jstree-classic .jstree-open > a .jstree-icon { background-position:-56px -36px; }
  17. .jstree-classic a.jstree-loading .jstree-icon { background:url("throbber.gif") center center no-repeat !important; }
  18. .jstree-classic.jstree-focused { background:white; }
  19. .jstree-classic .jstree-no-dots li,
  20. .jstree-classic .jstree-no-dots .jstree-leaf > ins { background:transparent; }
  21. .jstree-classic .jstree-no-dots .jstree-open > ins { background-position:-18px 0; }
  22. .jstree-classic .jstree-no-dots .jstree-closed > ins { background-position:0 0; }
  23. .jstree-classic .jstree-no-icons a .jstree-icon { display:none; }
  24. .jstree-classic .jstree-search { font-style:italic; }
  25. .jstree-classic .jstree-no-icons .jstree-checkbox { display:inline-block; }
  26. .jstree-classic .jstree-no-checkboxes .jstree-checkbox { display:none !important; }
  27. .jstree-classic .jstree-checked > a > .jstree-checkbox { background-position:-38px -19px; }
  28. .jstree-classic .jstree-unchecked > a > .jstree-checkbox { background-position:-2px -19px; }
  29. .jstree-classic .jstree-undetermined > a > .jstree-checkbox { background-position:-20px -19px; }
  30. .jstree-classic .jstree-checked > a > .jstree-checkbox:hover { background-position:-38px -37px; }
  31. .jstree-classic .jstree-unchecked > a > .jstree-checkbox:hover { background-position:-2px -37px; }
  32. .jstree-classic .jstree-undetermined > a > .jstree-checkbox:hover { background-position:-20px -37px; }
  33. #vakata-dragged.jstree-classic ins { background:transparent !important; }
  34. #vakata-dragged.jstree-classic .jstree-ok { background:url("d.png") -2px -53px no-repeat !important; }
  35. #vakata-dragged.jstree-classic .jstree-invalid { background:url("d.png") -18px -53px no-repeat !important; }
  36. #jstree-marker.jstree-classic { background:url("d.png") -41px -57px no-repeat !important; text-indent:-100px; }
  37. .jstree-classic a.jstree-search { color:aqua; }
  38. .jstree-classic .jstree-locked a { color:silver; cursor:default; }
  39. #vakata-contextmenu.jstree-classic-context,
  40. #vakata-contextmenu.jstree-classic-context li ul { background:#f0f0f0; border:1px solid #979797; -moz-box-shadow: 1px 1px 2px #999; -webkit-box-shadow: 1px 1px 2px #999; box-shadow: 1px 1px 2px #999; }
  41. #vakata-contextmenu.jstree-classic-context li { }
  42. #vakata-contextmenu.jstree-classic-context a { color:black; }
  43. #vakata-contextmenu.jstree-classic-context a:hover,
  44. #vakata-contextmenu.jstree-classic-context .vakata-hover > a { padding:0 5px; background:#e8eff7; border:1px solid #aecff7; color:black; -moz-border-radius:2px; -webkit-border-radius:2px; border-radius:2px; }
  45. #vakata-contextmenu.jstree-classic-context li.jstree-contextmenu-disabled a,
  46. #vakata-contextmenu.jstree-classic-context li.jstree-contextmenu-disabled a:hover { color:silver; background:transparent; border:0; padding:1px 4px; }
  47. #vakata-contextmenu.jstree-classic-context li.vakata-separator { background:white; border-top:1px solid #e0e0e0; margin:0; }
  48. #vakata-contextmenu.jstree-classic-context li ul { margin-left:-4px; }
  49. /* IE6 BEGIN */
  50. .jstree-classic li,
  51. .jstree-classic ins,
  52. #vakata-dragged.jstree-classic .jstree-invalid,
  53. #vakata-dragged.jstree-classic .jstree-ok,
  54. #jstree-marker.jstree-classic { _background-image:url("d.gif"); }
  55. .jstree-classic .jstree-open ins { _background-position:-72px 0; }
  56. .jstree-classic .jstree-closed ins { _background-position:-54px 0; }
  57. .jstree-classic .jstree-leaf ins { _background-position:-36px 0; }
  58. .jstree-classic .jstree-open a ins.jstree-icon { _background-position:-56px -36px; }
  59. .jstree-classic .jstree-closed a ins.jstree-icon { _background-position:-56px -19px; }
  60. .jstree-classic .jstree-leaf a ins.jstree-icon { _background-position:-56px -19px; }
  61. #vakata-contextmenu.jstree-classic-context ins { _display:none; }
  62. #vakata-contextmenu.jstree-classic-context li { _zoom:1; }
  63. .jstree-classic .jstree-undetermined a .jstree-checkbox { _background-position:-20px -19px; }
  64. .jstree-classic .jstree-checked a .jstree-checkbox { _background-position:-38px -19px; }
  65. .jstree-classic .jstree-unchecked a .jstree-checkbox { _background-position:-2px -19px; }
  66. /* IE6 END */