page-footer, main-footer
This commit is contained in:
parent
569e12b7cf
commit
a9c24a5f58
2 changed files with 30 additions and 10 deletions
|
@ -9,6 +9,17 @@
|
||||||
/* no print */
|
/* no print */
|
||||||
|
|
||||||
@media screen {
|
@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 {
|
#dokuwiki__footer {
|
||||||
.main-footer {
|
.main-footer {
|
||||||
position: relative;
|
position: relative;
|
||||||
|
@ -17,10 +28,7 @@
|
||||||
|
|
||||||
p {
|
p {
|
||||||
font-size: @font-size-default;
|
font-size: @font-size-default;
|
||||||
}
|
margin: 0;
|
||||||
|
|
||||||
bdi {
|
|
||||||
font-weight: bold;
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -31,7 +39,6 @@
|
||||||
|
|
||||||
@media @screen_min-md {
|
@media @screen_min-md {
|
||||||
#dokuwiki__footer {
|
#dokuwiki__footer {
|
||||||
|
|
||||||
.col-xs-12 {
|
.col-xs-12 {
|
||||||
float: right;
|
float: right;
|
||||||
width: 73%;
|
width: 73%;
|
||||||
|
@ -49,7 +56,6 @@
|
||||||
|
|
||||||
@media @screen_max-md {
|
@media @screen_max-md {
|
||||||
#dokuwiki__footer {
|
#dokuwiki__footer {
|
||||||
|
|
||||||
.main-footer {
|
.main-footer {
|
||||||
padding: @margin-default (@margin-big - .5);
|
padding: @margin-default (@margin-big - .5);
|
||||||
}
|
}
|
||||||
|
|
22
main.php
22
main.php
|
@ -321,13 +321,27 @@ $showSidebar = page_findnearest($conf['sidebar']) && ($ACT=='show');
|
||||||
|
|
||||||
</div><!-- .main-content -->
|
</div><!-- .main-content -->
|
||||||
|
|
||||||
|
|
||||||
|
<div class="page-footer">
|
||||||
|
<?php
|
||||||
|
tpl_includeFile('pagefooter.html');
|
||||||
|
|
||||||
|
|
||||||
|
/* + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + */
|
||||||
|
/* 'Last modified' etc */
|
||||||
|
/* + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + */
|
||||||
|
tpl_pageinfo()
|
||||||
|
?>
|
||||||
|
</div>
|
||||||
|
|
||||||
</div><!-- .col -->
|
</div><!-- .col -->
|
||||||
</div><!-- .row -->
|
</div><!-- .row -->
|
||||||
</div><!-- .container -->
|
</div><!-- .container -->
|
||||||
|
|
||||||
|
|
||||||
<?php tpl_flush() ?>
|
<?php
|
||||||
<?php tpl_includeFile('pagefooter.html') ?>
|
tpl_flush()
|
||||||
|
?>
|
||||||
</div><!-- /content -->
|
</div><!-- /content -->
|
||||||
|
|
||||||
|
|
||||||
|
@ -350,9 +364,9 @@ $showSidebar = page_findnearest($conf['sidebar']) && ($ACT=='show');
|
||||||
|
|
||||||
|
|
||||||
/* + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + */
|
/* + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + */
|
||||||
/* 'Last modified' etc */
|
/* copyright */
|
||||||
/* + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + */
|
/* + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + */
|
||||||
tpl_pageinfo()
|
echo "var - fixme";
|
||||||
?>
|
?>
|
||||||
</p>
|
</p>
|
||||||
</div>
|
</div>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue