dokuwiki-template-sprintdoc.../css/area_nav-pagetools.less
Jana Deutschländer 18001ee40c page tools part 1
2017-01-02 15:12:27 +01:00

58 lines
1.2 KiB
Text
Executable file

/**
* This file provides the design styles for the page specific tool bar.
*
* @author Jana Deutschlaender <deutschlaender@cosmocode.de>
*/
nav#dokuwiki__pagetools{
ul {
li {
font-size: .8rem;
line-height: 100%;
*{
font-size: .8rem;
}
a.backlink{
.hide-text-show-after();
.fontello();
line-height: 100%;
box-sizing: border-box;
border: 1px solid red;
font-size: 0;
&:before{
font-size: 1rem;
float: right;
line-height: 1.2em;
.btn-default-size();
margin: .1rem auto 0;
border: 1px solid blue;
}
&:hover, &:active, &:focus {
padding: 0;
}
}
a.backlink{
.icon-link();
}
}
}
&:hover{
ul{
background-color: #fff;
box-shadow: @box-shadow-offset;
li{
a.backlink{
padding: 0;
}
}
}
}
}