Simplify config, improve sidebar

This commit is contained in:
PeridexisErrant 2015-12-11 16:12:20 +11:00
parent c486ee3a0b
commit bd1d8ce719
6 changed files with 40 additions and 292 deletions

View file

@ -33,7 +33,7 @@
* Use this for any text from an in-game announcement or menu.
*/
color: #CBC7C0;
font-family: cp437;, 'fixedsys', monospace;
font-family: cp437, 'fixedsys', monospace;
background: #000000;
font-size: 0.95em;
padding: 0.05em 0.4em;

BIN
misc/_static/logo.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 120 KiB

View file

@ -0,0 +1,12 @@
{%- if pagename != "search" and builder != "singlehtml" %}
<div id="searchbox" style="display: none" role="search">
<h3>Quick search</h3>
<form class="search" action="{{ pathto('search') }}" method="get">
<input type="text" name="q" />
<input type="submit" value="{{ _('Go') }}" />
<input type="hidden" name="check_keywords" value="yes" />
<input type="hidden" name="area" value="default" />
</form>
</div>
<script type="text/javascript">$('#searchbox').show(0);</script>
{%- endif %}