additional sidebar menus

This commit is contained in:
Jana Deutschländer 2017-01-05 15:26:50 +01:00
commit fb0ec22f42
8 changed files with 54 additions and 4 deletions

View file

@ -10,6 +10,7 @@
/* + + + + + nav main + + + + + */
.nav-main {
padding-bottom: 1.8rem;
> ul {
@icon-size: 2rem;

View file

@ -7,11 +7,12 @@
.side-tools.main-sidebar {
@icon-size: 2rem;
counter-increment: bar-counter;
> nav{
margin-top: 1rem;
> ul{
margin-bottom: 0;
padding-bottom: .4rem;
}
}
@ -23,10 +24,9 @@
font-size: .88rem;
font-weight: normal;
padding: .5rem 0 .5rem (@icon-size + 1);
&::before {
//background-color: gold;
content: 'A';
content: counter(bar-counter, lower-alpha);
position: absolute;
top: 0;
left: 0;
@ -58,9 +58,33 @@
/* + + + linklist + + + */
ul {
ul,.trace{
padding-left: (@icon-size + .5);
}
ul{
border-bottom: 1px solid @color-border;
}
p{
border: 1px solid @color-border;
background-color: @background_page-header;
padding: .4rem;
max-height: 200px;
overflow-y: auto;
.bchead, .bcsep{
display: none;
}
.breadcrumbs{
padding: 0; margin: 0;
}
bdi{
display: block;
line-height: 125%;
padding: .1rem 0;
}
a{
cursor: pointer;
}
}
li {
list-style-type: none;