1
0
Fork 0

Adding indexmenu version 2024-01-05 (ed06f21).

Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
Daniel Baumann 2024-12-01 20:38:26 +01:00
parent 92cc8375f2
commit f339727d60
Signed by: daniel
GPG key ID: FBB4F0E80A80222F
766 changed files with 83299 additions and 0 deletions

View file

@ -0,0 +1,31 @@
/*--------------------------------------------------|
| dTree 2.05 | www.destroydrop.com/javascript/tree/ |
|---------------------------------------------------|
| Copyright (c) 2002-2003 Geir Landro |
|--------------------------------------------------*/
/*
a.nodeFdUrl Namespace with url link (headpage) js
a.node Namespace without url link js
a.nodeUrl Page js
a.nodeSel Last visited page js
a.navSel Current page js
a.indexmenu_idx_head link style of a namespace with url (headpage) nojs
a.indexmenu_idx link style of a namespace without url nojs
*/
/* dtree properties. No need to change*/
.dtree .thread2{
font-family: Comic Sans MS,Charter;
}
.dtree .thread2 a.navSel {
background-color: #000;
color: #fff
}
.thread2 .indexmenu_rmenuhead {
background:#000000 url(../../images/close.gif) no-repeat scroll;
border-bottom: 1px solid #000000;
color:#ffffff;
}