page-footer, main-footer

This commit is contained in:
Silke Pisulla 2017-01-03 11:40:39 +01:00
commit a9c24a5f58
2 changed files with 30 additions and 10 deletions

View file

@ -9,6 +9,17 @@
/* no print */
@media screen {
.page-footer {
background: @background_page-header;
border-top: 1px solid @color-border;
font-size: @font-size-default;
padding: @margin-small (@margin-big - .5);
bdi {
font-weight: bold;
}
}
#dokuwiki__footer {
.main-footer {
position: relative;
@ -17,10 +28,7 @@
p {
font-size: @font-size-default;
}
bdi {
font-weight: bold;
margin: 0;
}
}
}
@ -31,7 +39,6 @@
@media @screen_min-md {
#dokuwiki__footer {
.col-xs-12 {
float: right;
width: 73%;
@ -49,7 +56,6 @@
@media @screen_max-md {
#dokuwiki__footer {
.main-footer {
padding: @margin-default (@margin-big - .5);
}

View file

@ -321,13 +321,27 @@ $showSidebar = page_findnearest($conf['sidebar']) && ($ACT=='show');
</div><!-- .main-content -->
<div class="page-footer">
<?php
tpl_includeFile('pagefooter.html');
/* + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + */
/* 'Last modified' etc */
/* + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + */
tpl_pageinfo()
?>
</div>
</div><!-- .col -->
</div><!-- .row -->
</div><!-- .container -->
<?php tpl_flush() ?>
<?php tpl_includeFile('pagefooter.html') ?>
<?php
tpl_flush()
?>
</div><!-- /content -->
@ -350,9 +364,9 @@ $showSidebar = page_findnearest($conf['sidebar']) && ($ACT=='show');
/* + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + */
/* 'Last modified' etc */
/* copyright */
/* + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + */
tpl_pageinfo()
echo "var - fixme";
?>
</p>
</div>