Adding indexmenu version 2024-01-05 (ed06f21).
Signed-off-by: Daniel Baumann <daniel@debian.org>
BIN
plugins/55/indexmenu/images/thread2/base.gif
Normal file
After Width: | Height: | Size: 52 B |
BIN
plugins/55/indexmenu/images/thread2/empty.gif
Normal file
After Width: | Height: | Size: 62 B |
BIN
plugins/55/indexmenu/images/thread2/folder.gif
Normal file
After Width: | Height: | Size: 51 B |
BIN
plugins/55/indexmenu/images/thread2/folderh.gif
Normal file
After Width: | Height: | Size: 51 B |
BIN
plugins/55/indexmenu/images/thread2/folderhopen.gif
Normal file
After Width: | Height: | Size: 51 B |
BIN
plugins/55/indexmenu/images/thread2/folderopen.gif
Normal file
After Width: | Height: | Size: 51 B |
3
plugins/55/indexmenu/images/thread2/info.txt
Normal file
|
@ -0,0 +1,3 @@
|
|||
author=Samuele Tognini
|
||||
url=http://samuele.netsons.org/dokuwiki
|
||||
description=Thread style with own css style
|
BIN
plugins/55/indexmenu/images/thread2/join.gif
Normal file
After Width: | Height: | Size: 69 B |
BIN
plugins/55/indexmenu/images/thread2/joinbottom.gif
Normal file
After Width: | Height: | Size: 66 B |
BIN
plugins/55/indexmenu/images/thread2/line.gif
Normal file
After Width: | Height: | Size: 66 B |
BIN
plugins/55/indexmenu/images/thread2/minus.gif
Normal file
After Width: | Height: | Size: 86 B |
BIN
plugins/55/indexmenu/images/thread2/minusbottom.gif
Normal file
After Width: | Height: | Size: 85 B |
BIN
plugins/55/indexmenu/images/thread2/nolines_minus.gif
Normal file
After Width: | Height: | Size: 861 B |
BIN
plugins/55/indexmenu/images/thread2/nolines_plus.gif
Normal file
After Width: | Height: | Size: 870 B |
BIN
plugins/55/indexmenu/images/thread2/page.gif
Normal file
After Width: | Height: | Size: 51 B |
BIN
plugins/55/indexmenu/images/thread2/plus.gif
Normal file
After Width: | Height: | Size: 89 B |
BIN
plugins/55/indexmenu/images/thread2/plusbottom.gif
Normal file
After Width: | Height: | Size: 88 B |
31
plugins/55/indexmenu/images/thread2/style.css
Normal 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;
|
||||
}
|