Sexier footer
This commit is contained in:
parent
5182549f37
commit
cc9b755087
|
@ -25,8 +25,7 @@ $lang["navbar"]["connecttooltip"] = "Click to connect to {0}";
|
||||||
|
|
||||||
/************* Footer *************/
|
/************* Footer *************/
|
||||||
|
|
||||||
$lang["footer"]["website"] = "Website";
|
$lang["footer"]["css"] = "CSS by";
|
||||||
$lang["footer"]["css"] = "CSS thanks to courtesy of";
|
|
||||||
$lang["footer"]["background"] = "background";
|
$lang["footer"]["background"] = "background";
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -150,3 +150,9 @@ body {
|
||||||
left: 0;
|
left: 0;
|
||||||
padding: 1rem;
|
padding: 1rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.footer .pull-right p {
|
||||||
|
margin: 0 0 0 0;
|
||||||
|
font-size: 80%;
|
||||||
|
text-align: right;
|
||||||
|
}
|
||||||
|
|
|
@ -10,7 +10,16 @@
|
||||||
<p class="pull-left">© <?php tl($config["general"]["title"]); ?> 2016</p>
|
<p class="pull-left">© <?php tl($config["general"]["title"]); ?> 2016</p>
|
||||||
<div class="pull-right">
|
<div class="pull-right">
|
||||||
<ul class="list-inline">
|
<ul class="list-inline">
|
||||||
<li><p><small><?php tl($lang["footer"]["website"]); ?> © <a href="http://wruczek.top">Wruczek</a> 2016 | <a href="https://github.com/Wruczek/ts-website">ts-website</a> v 1.3.3 | MIT License<br><?php tl($lang["footer"]["css"]); ?> <a href="https://flamespersecond.de">NothingTV</a>, <?php tl($lang["footer"]["background"]); ?> © <a href="http://nabulsigraphix.wix.com/commissions">NabulsiGraphix</a></small></p></li>
|
<li> <!-- Please respect the amount of work we've put for free into this project and leave the authors in the footer. Thank you. -->
|
||||||
|
<p>
|
||||||
|
<a href="https://github.com/Wruczek/ts-website">ts-website</a> v 1.3.3 — © <a href="http://wruczek.top">Wruczek</a> 2016
|
||||||
|
</p>
|
||||||
|
|
||||||
|
<p>
|
||||||
|
<?php tl($lang["footer"]["css"]); ?> <a href="https://flamespersecond.de">NothingTV</a>, <?php tl($lang["footer"]["background"]); ?> ©
|
||||||
|
<a href="https://twitter.com/MrSanman98">NabulsiGraphix</a>
|
||||||
|
</p>
|
||||||
|
</li>
|
||||||
</ul>
|
</ul>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
Loading…
Reference in New Issue