dtree.css 725 B

1234567891011121314151617
  1. /*--------------------------------------------------|
  2. | dTree 2.05 | www.destroydrop.com/javascript/tree/ |
  3. |---------------------------------------------------|
  4. | Copyright (c) 2002-2003 Geir Landr� |
  5. |--------------------------------------------------*/
  6. .dtree{color:#000000; font-size:12px; white-space:nowrap;}
  7. .dtree img{border:0; margin-right:5px; vertical-align:middle;}
  8. .dtree a{color:#000000; font-weight:normal; text-decoration:none;}
  9. .dtree a.node,
  10. .dtree a.nodeSel{padding:1px 2px 1px 2px; white-space: nowrap;}
  11. .dtree a.node:hover, .dtree a.nodeSel:hover{color:#000000; text-decoration:none;}
  12. .dtree a.nodeSel{background:#F8F8F8; border:1px dashed #999999;}
  13. .dtree .clip{overflow:hidden;}