Adding indexmenu version 2024-01-05 (ed06f21).
Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
parent
92cc8375f2
commit
f339727d60
766 changed files with 83299 additions and 0 deletions
19
plugins/55/indexmenu/images/doku2/style.css
Normal file
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__;
|
||||
}
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue