Adding indexmenu version 2024-01-05 (ed06f21).
Signed-off-by: Daniel Baumann <daniel@debian.org>
BIN
plugins/55/indexmenu/images/human.png/base.png
Normal file
After Width: | Height: | Size: 776 B |
BIN
plugins/55/indexmenu/images/human.png/empty.png
Normal file
After Width: | Height: | Size: 157 B |
BIN
plugins/55/indexmenu/images/human.png/folder.png
Normal file
After Width: | Height: | Size: 674 B |
BIN
plugins/55/indexmenu/images/human.png/folderh.png
Normal file
After Width: | Height: | Size: 962 B |
BIN
plugins/55/indexmenu/images/human.png/folderhopen.png
Normal file
After Width: | Height: | Size: 883 B |
BIN
plugins/55/indexmenu/images/human.png/folderopen.png
Normal file
After Width: | Height: | Size: 733 B |
3
plugins/55/indexmenu/images/human.png/info.txt
Normal file
|
@ -0,0 +1,3 @@
|
|||
author=Bernard JOUVE <office [at] hd-recording [dot] at>
|
||||
url=
|
||||
description=
|
BIN
plugins/55/indexmenu/images/human.png/join.png
Normal file
After Width: | Height: | Size: 131 B |
BIN
plugins/55/indexmenu/images/human.png/joinbottom.png
Normal file
After Width: | Height: | Size: 132 B |
BIN
plugins/55/indexmenu/images/human.png/line.png
Normal file
After Width: | Height: | Size: 128 B |
BIN
plugins/55/indexmenu/images/human.png/minus.png
Normal file
After Width: | Height: | Size: 171 B |
BIN
plugins/55/indexmenu/images/human.png/minusbottom.png
Normal file
After Width: | Height: | Size: 167 B |
BIN
plugins/55/indexmenu/images/human.png/nolines_minus.png
Normal file
After Width: | Height: | Size: 144 B |
BIN
plugins/55/indexmenu/images/human.png/nolines_plus.png
Normal file
After Width: | Height: | Size: 160 B |
BIN
plugins/55/indexmenu/images/human.png/page.png
Normal file
After Width: | Height: | Size: 333 B |
BIN
plugins/55/indexmenu/images/human.png/plus.png
Normal file
After Width: | Height: | Size: 183 B |
BIN
plugins/55/indexmenu/images/human.png/plusbottom.png
Normal file
After Width: | Height: | Size: 183 B |
35
plugins/55/indexmenu/images/human.png/style.css
Normal file
|
@ -0,0 +1,35 @@
|
|||
/*--------------------------------------------------|
|
||||
| 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 .human\.png a.nodeFdUrl:hover, .dtree a.nodeSel:hover, .dtree .human\.png a.navSel:hover, .dtree .human\.png a.nodeUrl:hover {
|
||||
background-color: #e5f8cb;
|
||||
color: #000;
|
||||
}
|
||||
|
||||
.dtree .human\.png a.navSel {
|
||||
background-color: #8ae80b;
|
||||
color: #fff
|
||||
}
|
||||
|
||||
.human\.png .indexmenu_rmenuhead {
|
||||
background: #f69d4a url(../../images/close.gif) no-repeat scroll;
|
||||
border-bottom: 1px solid #000000;
|
||||
color: #000;
|
||||
}
|
||||
|
||||
.human\.png ul a:hover {
|
||||
background-color: #e5f8cb !important;
|
||||
color: #000 !important;
|
||||
}
|