dokuwiki-indexmenu-plugin – Blame information for rev 1

Subversion Repositories:
Rev:
Rev Author Line No. Line
1 office 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  
16 /* dtree properties. No need to change*/
17  
18 .dtree .thread2{
19 font-family: Comic Sans MS,Charter;
20 }
21  
22 .dtree .thread2 a.navSel {
23 background-color: #000;
24 color: #fff
25 }
26  
27 .thread2 .indexmenu_rmenuhead {
28 background:#000000 url(../../images/close.gif) no-repeat scroll;
29 border-bottom: 1px solid #000000;
30 color:#ffffff;
31 }