Adding indexmenu version 2024-01-05 (ed06f21).
Signed-off-by: Daniel Baumann <daniel@debian.org>
BIN
plugins/55/indexmenu/images/doku2/Thumbs.db
Normal file
BIN
plugins/55/indexmenu/images/doku2/base.gif
Normal file
After Width: | Height: | Size: 810 B |
BIN
plugins/55/indexmenu/images/doku2/empty.gif
Normal file
After Width: | Height: | Size: 62 B |
BIN
plugins/55/indexmenu/images/doku2/folder.gif
Normal file
After Width: | Height: | Size: 810 B |
BIN
plugins/55/indexmenu/images/doku2/folderh.gif
Normal file
After Width: | Height: | Size: 810 B |
BIN
plugins/55/indexmenu/images/doku2/folderhopen.gif
Normal file
After Width: | Height: | Size: 810 B |
BIN
plugins/55/indexmenu/images/doku2/folderopen.gif
Normal file
After Width: | Height: | Size: 810 B |
2
plugins/55/indexmenu/images/doku2/info.txt
Normal file
|
@ -0,0 +1,2 @@
|
|||
author=Davor Turkalj
|
||||
url=
|
BIN
plugins/55/indexmenu/images/doku2/join.gif
Normal file
After Width: | Height: | Size: 62 B |
BIN
plugins/55/indexmenu/images/doku2/joinbottom.gif
Normal file
After Width: | Height: | Size: 62 B |
BIN
plugins/55/indexmenu/images/doku2/line.gif
Normal file
After Width: | Height: | Size: 62 B |
BIN
plugins/55/indexmenu/images/doku2/minus.gif
Normal file
After Width: | Height: | Size: 852 B |
BIN
plugins/55/indexmenu/images/doku2/minusbottom.gif
Normal file
After Width: | Height: | Size: 852 B |
BIN
plugins/55/indexmenu/images/doku2/nolines_minus.gif
Normal file
After Width: | Height: | Size: 861 B |
BIN
plugins/55/indexmenu/images/doku2/nolines_plus.gif
Normal file
After Width: | Height: | Size: 870 B |
BIN
plugins/55/indexmenu/images/doku2/page.gif
Normal file
After Width: | Height: | Size: 810 B |
BIN
plugins/55/indexmenu/images/doku2/plus.gif
Normal file
After Width: | Height: | Size: 855 B |
BIN
plugins/55/indexmenu/images/doku2/plusbottom.gif
Normal file
After Width: | Height: | Size: 855 B |
19
plugins/55/indexmenu/images/doku2/style.css
Normal file
|
@ -0,0 +1,19 @@
|
|||
|
||||
|
||||
/*Link properties*/
|
||||
.dokuwiki .aside .dtree a,
|
||||
.dokuwiki .dtree a:visited,
|
||||
.dokuwiki .aside .dtree a:visited,
|
||||
.dokuwiki .dtree a:link,
|
||||
.dokuwiki .aside .dtree a:link {
|
||||
text-decoration: none;
|
||||
color: #2B73B7;
|
||||
}
|
||||
|
||||
|
||||
/* Current page not highlighting*/
|
||||
.dokuwiki .aside .dtree a.navSel {
|
||||
/* background-color: transparent; */
|
||||
background-color: __highlight__;
|
||||
}
|
||||
|