You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 

32 lines
1.0 KiB

  1. /*--------------------------------------------------|
  2. | dTree 2.05 | www.destroydrop.com/javascript/tree/ |
  3. |---------------------------------------------------|
  4. | Copyright (c) 2002-2003 Geir Landro |
  5. |--------------------------------------------------*/
  6. /*
  7. a.nodeFdUrl Namespace with url link (headpage) js
  8. a.node Namespace without url link js
  9. a.nodeUrl Page js
  10. a.nodeSel Last visited page js
  11. a.navSel Current page js
  12. a.indexmenu_idx_head link style of a namespace with url (headpage) nojs
  13. a.indexmenu_idx link style of a namespace without url nojs
  14. */
  15. /* dtree properties. No need to change*/
  16. .dtree .thread2{
  17. font-family: Comic Sans MS,Charter;
  18. }
  19. .dtree .thread2 a.navSel {
  20. background-color: #000;
  21. color: #fff
  22. }
  23. .thread2 .indexmenu_rmenuhead {
  24. background:#000000 url(../../images/close.gif) no-repeat scroll;
  25. border-bottom: 1px solid #000000;
  26. color:#ffffff;
  27. }