forked from gitbot/uguu
adding more customization
This commit is contained in:
parent
173516af89
commit
249e6feceb
@ -35,7 +35,7 @@
|
|||||||
*/
|
*/
|
||||||
body {
|
body {
|
||||||
background-attachment: fixed, fixed;
|
background-attachment: fixed, fixed;
|
||||||
background-color: #F7F7F7;
|
background-color: #1b1b1b;
|
||||||
background-image: url('grill.php'), url('img/bg.png');
|
background-image: url('grill.php'), url('img/bg.png');
|
||||||
background-position: 85% 100%, top left;
|
background-position: 85% 100%, top left;
|
||||||
background-repeat: no-repeat, repeat;
|
background-repeat: no-repeat, repeat;
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
{% block body %}
|
{% block body %}
|
||||||
<div class="jumbotron">
|
<div class="jumbotron">
|
||||||
<h1>{{siteName}}~</h1>
|
<h1>{{siteName}}!</h1>
|
||||||
<p class="lead">Max upload size is {{max_upload_size}} MiB & files expire after 24H, read the <a href="faq.html"><abbr title="Frequently asked questions">FAQ</abbr></a></p>
|
<p class="lead">Max upload size is {{max_upload_size}} MiB & files expire after 24H, read the <a href="faq.html"><abbr title="Frequently asked questions">FAQ</abbr></a></p>
|
||||||
{% include "upload_form.swig" %}
|
{% include "upload_form.swig" %}
|
||||||
</div>
|
</div>
|
||||||
|
Loading…
Reference in New Issue
Block a user