added support for the sitemapnavi plugin
When installed the navigation can be switched between the default sidebar based navigation and the site tree
This commit is contained in:
parent
44cab59726
commit
c1e0eaa830
8 changed files with 113 additions and 16 deletions
19
css/area_main-sidebar-tabs.less
Normal file
19
css/area_main-sidebar-tabs.less
Normal file
|
@ -0,0 +1,19 @@
|
|||
#dokuwiki__aside ul.sidebar-tabs {
|
||||
margin-top: 0;
|
||||
margin-bottom: @nav-margin;
|
||||
|
||||
border-bottom: 1px solid @ini_nav_menu_color;
|
||||
|
||||
li {
|
||||
display: inline-block;
|
||||
border: 1px solid @ini_nav_menu_color;
|
||||
padding: 0.25em 0.5em;
|
||||
margin-bottom: -1px;
|
||||
border-top-right-radius: @fix_border-radius;
|
||||
border-top-left-radius: @fix_border-radius;
|
||||
|
||||
&.active {
|
||||
border-bottom: 1px solid @ini_background_site;
|
||||
}
|
||||
}
|
||||
}
|
10
css/plugins/sitemapnavi.less
Normal file
10
css/plugins/sitemapnavi.less
Normal file
|
@ -0,0 +1,10 @@
|
|||
#plugin__sitemapnavi {
|
||||
padding-left: @nav-margin*2.5;
|
||||
padding-bottom: @nav-margin;
|
||||
margin-bottom: @nav-margin;
|
||||
border-bottom: 1px solid @ini_nav_menu_color;
|
||||
|
||||
li {
|
||||
line-height: @line-height-bigger;
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue