metabox for hightlightparent
This commit is contained in:
parent
de9f7e8a3c
commit
378cb41cd4
4 changed files with 27 additions and 1 deletions
|
@ -8,5 +8,29 @@
|
||||||
.content .row {
|
.content .row {
|
||||||
> .col-xs-12 {
|
> .col-xs-12 {
|
||||||
box-shadow: @box-shadow;
|
box-shadow: @box-shadow;
|
||||||
|
#dokuwiki__content{
|
||||||
|
position: relative;
|
||||||
|
z-index: 10;
|
||||||
|
&::before{
|
||||||
|
content: "";
|
||||||
|
background-color: @background_page-header;
|
||||||
|
border-bottom: 1px solid @color-border;
|
||||||
|
position: absolute;
|
||||||
|
top: 0; left: 0;
|
||||||
|
height: 3rem; width: 100%;
|
||||||
|
z-index: -1;
|
||||||
|
}
|
||||||
|
#meta-box{
|
||||||
|
display: inline-block;
|
||||||
|
height: 3rem;
|
||||||
|
max-width: 40%;
|
||||||
|
float: right;
|
||||||
|
border: 1px solid transparent;
|
||||||
|
}
|
||||||
|
|
||||||
|
#plugin__highlightparent{
|
||||||
|
display: block;
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -24,6 +24,7 @@
|
||||||
nav#dokuwiki__pagetools{
|
nav#dokuwiki__pagetools{
|
||||||
right: -2rem;
|
right: -2rem;
|
||||||
top: 3.05rem;
|
top: 3.05rem;
|
||||||
|
z-index: 100;
|
||||||
ul {
|
ul {
|
||||||
li {
|
li {
|
||||||
*{
|
*{
|
||||||
|
|
1
main.php
1
main.php
|
@ -309,6 +309,7 @@ $showSidebar = page_findnearest($conf['sidebar']) && ($ACT=='show');
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="dokuwiki__content" class="page main-content">
|
<div id="dokuwiki__content" class="page main-content">
|
||||||
|
<div id="meta-box"></div>
|
||||||
|
|
||||||
<?php
|
<?php
|
||||||
|
|
||||||
|
|
|
@ -151,4 +151,4 @@ __background_site__ = "#ECECEC"
|
||||||
|
|
||||||
__default_border_radius__ = "5px"
|
__default_border_radius__ = "5px"
|
||||||
|
|
||||||
__background_page-header__ = "#F9F9F9"
|
__background_page-header__ = "#F6F6F6"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue