dokuwiki-indexmenu-plugin – Blame information for rev 4
?pathlinks?
Rev | Author | Line No. | Line |
---|---|---|---|
4 | office | 1 | |
2 | |||
3 | /*Link properties*/ |
||
4 | .dokuwiki .aside .dtree a, |
||
5 | .dokuwiki .dtree a:visited, |
||
6 | .dokuwiki .aside .dtree a:visited, |
||
7 | .dokuwiki .dtree a:link, |
||
8 | .dokuwiki .aside .dtree a:link { |
||
9 | text-decoration: none; |
||
10 | color: #2B73B7; |
||
11 | } |
||
12 | |||
13 | |||
14 | /* Current page not highlighting*/ |
||
15 | .dokuwiki .aside .dtree a.navSel { |
||
16 | /* background-color: transparent; */ |
||
17 | background-color: __highlight__; |
||
18 | } |
||
19 |