Finalize styles. Release candidate.

This commit is contained in:
Chris Wilson 2020-12-02 23:48:10 -05:00
parent ce5f8d7267
commit 7b9c18eee2
5 changed files with 28 additions and 14 deletions

View File

@ -6,7 +6,7 @@
justify-content: space-between; justify-content: space-between;
width: calc(100% - 0.5rem); width: calc(100% - 0.5rem);
padding-left: 0.5rem; padding-left: 0.5rem;
padding-top: 50px; padding-top: 80px;
color: #dfedc6 color: #dfedc6
} }

View File

@ -37,7 +37,7 @@ html{
#landing-links{ #landing-links{
margin-left: auto; margin-left: auto;
margin-right: auto; margin-right: auto;
height: 400px; height: 350px;
} }
#landing-links a{ #landing-links a{
@ -214,12 +214,20 @@ html{
} }
#landing{ #landing{
width: 660px; width: 700px;
min-height: 360px; min-height: 280px;
margin-left: auto; margin-left: auto;
margin-right: auto; margin-right: auto;
} }
#landing #first-line{
font-weight: 500;
}
#landing .variable{
color: #ffff00;
}
.landing-deco{ .landing-deco{
position: absolute; position: absolute;
} }

View File

@ -7,6 +7,8 @@
<a href="https://github.com/Berserker66/MultiWorld-Utilities/wiki">Wiki</a> <a href="https://github.com/Berserker66/MultiWorld-Utilities/wiki">Wiki</a>
- -
<a href="https://github.com/Berserker66/MultiWorld-Utilities/graphs/contributors">Contributors</a> <a href="https://github.com/Berserker66/MultiWorld-Utilities/graphs/contributors">Contributors</a>
-
<a href="https://github.com/Berserker66/MultiWorld-Utilities/issues">Bug Report</a>
</div> </div>
</footer> </footer>
{% endblock %} {% endblock %}

View File

@ -1,7 +1,7 @@
{% extends 'pageWrapper.html' %} {% extends 'pageWrapper.html' %}
{% block head %} {% block head %}
<title>Berserker's Multiworld</title> <title>MultiWorld</title>
<link rel="stylesheet" type="text/css" href="{{ static_autoversion("styles/landing.css") }}" /> <link rel="stylesheet" type="text/css" href="{{ static_autoversion("styles/landing.css") }}" />
{% endblock %} {% endblock %}
@ -33,16 +33,20 @@
</div> </div>
<div id="landing" class="grass-island"> <div id="landing" class="grass-island">
<div id="landing-body"> <div id="landing-body">
<p id="first-line">Welcome to the Multiworld Randomizer!</p>
<p>This is a <span data-tooltip="Allegedly.">randomizer</span> for The Legend of Zelda: A <p>This is a <span data-tooltip="Allegedly.">randomizer</span> for The Legend of Zelda: A
Link to the Past.</p> Link to the Past.</p>
<p>This is also a multiworld, meaning it is multiplayer. Your items may be placed into other <p>This is also a multi-world, meaning Link's items may have been placed into other players' games.
players' worlds, and their items may be placed into yours. When a player picks up an item which When a player picks up an item which does not belong to them, it is sent back to the player
does not belong to them, it is sent back to the player it belongs to over the internet.</p> it belongs to.</p>
<p>This website allows you to generate and host a multiworld game, and provides item and location <p>This website allows you to generate and host multiworld games, and provides item and location
trackers for all games hosted here. To get started playing, <a href="/tutorial">click here.</a></p> trackers for games hosted here.</p>
<p>This website is under active development. If you find a bug, please report it <p>
<a href="https://github.com/Berserker66/MultiWorld-Utilities/issues">here.</a></p> <span class="variable">{{ seeds }}</span>
<p>{{ seeds }} games were created and {{ rooms }} hosted in the last 7 days.</p> games were created and
<span class="variable">{{ rooms }}</span>
hosted in the last 7 days.
</p>
</div> </div>
</div> </div>
</div> </div>

View File

@ -10,7 +10,7 @@
<script type="application/ecmascript" src="{{ static_autoversion("assets/styleController.js") }}"></script> <script type="application/ecmascript" src="{{ static_autoversion("assets/styleController.js") }}"></script>
<script type="application/ecmascript" src="{{ static_autoversion("assets/cookieNotice.js") }}"></script> <script type="application/ecmascript" src="{{ static_autoversion("assets/cookieNotice.js") }}"></script>
{% block head %} {% block head %}
<title>Multiworld</title> <title>MultiWorld</title>
{% endblock %} {% endblock %}
</head> </head>
<body> <body>