Updates all styles save for the tooltip and tracker, which are forthcoming. I just really wanted to commit all these changes.

This commit is contained in:
Chris Wilson
2020-11-30 21:15:47 -05:00
parent 7891c2761f
commit bd3b419de0
38 changed files with 300 additions and 131 deletions

View File

@@ -3,13 +3,14 @@
{% block head %}
<title>Multiworld Seed {{ seed.id|suuid }}</title>
<link rel="stylesheet" type="text/css" href="{{ static_autoversion("styles/view_seed.css") }}"/>
<script type="application/ecmascript" src="{{ static_autoversion("assets/view_seed.js") }}"></script>
<link rel="stylesheet" type="text/css" href="{{ static_autoversion("styles/viewSeed.css") }}"/>
<script type="application/ecmascript" src="{{ static_autoversion("assets/viewSeed.js") }}"></script>
{% endblock %}
{% block body %}
{% include 'cloudHeader.html' %}
<div id="view-seed-wrapper">
<div class="main-content">
<div id="view-seed" class="grass-island">
<h3>Seed Info</h3>
{% if not seed.multidata and not seed.spoiler %}
<h4>
@@ -82,4 +83,5 @@
</table>
</div>
</div>
{% include 'islandFooter.html' %}
{% endblock %}