Website Style Upgrade (#353)

* [WebHost] Update WebHost to include modular themes system, remove unused and outdated assets

* Landing Page Updates

* Markdown updates, colors coming later

* Remove testing theme from FF1

* Color updates for markdown styles

* Updates to generated pages, so many updates

* [WebHost] Update WebHost to include modular themes system, remove unused and outdated assets

* Landing Page Updates

* Markdown updates, colors coming later

* Remove testing theme from FF1

* Color updates for markdown styles

* Updates to generated pages, so many updates

* Seed download page improvements

* Add styles to weighted-settings page

* Minor adjustments to styles

* Revert base theme to grass

* Add more items to ArchipIDLE

* [WebHost] Update WebHost to include modular themes system, remove unused and outdated assets

* Landing Page Updates

* Markdown updates, colors coming later

* Remove testing theme from FF1

* Color updates for markdown styles

* Updates to generated pages, so many updates

* Seed download page improvements

* [WebHost] Update WebHost to include modular themes system, remove unused and outdated assets

* Landing Page Updates

* Markdown updates, colors coming later

* Remove testing theme from FF1

* Color updates for markdown styles

* Updates to generated pages, so many updates

* Add styles to weighted-settings page

* Minor adjustments to styles

* Revert base theme to grass

* Add more items to ArchipIDLE

* Improve Archipidle item name

* [WebHost] Update background images, waiting on jungle.png, added partyTime theme

* [WebHost] Fix tab ordering on landing page, remove islands on screen scale, fix tutorial page width scaling

* [WebHost] Final touches to WebHost

* Improve get_world_theme function, add partyTime theme to ArchipIDLE WebWorld

* Remove sending_visible from AutoWorld

* AP Ocarina of Time Client (#352)

* Core: update jinja (#351)

* some typing and cleaning, mostly in Fill.py (#349)

* some typing and cleaning, mostly in Fill.py

* address missing Option types

* resolve a few TODOs discussed in pull request

* SM: Optimize a bit (#350)

* SM: Optimize a bit

* SM: init bosses only once

* New World Order (#355)

* Core: update jinja

* SM: Optimize a bit

* AutoWorld: import worlds in alphabetical order, to be predictable rather than arbitrary

Co-authored-by: Hussein Farran <hmfarran@gmail.com>

* Remove references to Z5Client in English OoT setup guide

* Prevent markdown code blocks from overflowing their container

Co-authored-by: espeon65536 <81029175+espeon65536@users.noreply.github.com>
Co-authored-by: Fabian Dill <Berserker66@users.noreply.github.com>
Co-authored-by: Doug Hoskisson <beauxq@users.noreply.github.com>
Co-authored-by: Hussein Farran <hmfarran@gmail.com>
This commit is contained in:
Chris Wilson
2022-03-28 20:12:17 -04:00
committed by GitHub
parent 14956d27bd
commit 7dcb6f66da
142 changed files with 1086 additions and 502 deletions

View File

@@ -16,17 +16,18 @@ html{
text-align: center;
}
#landing-header h1{
color: #ffffff;
font-size: 3.5rem;
text-shadow: 1px 1px 7px #000000;
-webkit-text-stroke: 1px #00582e;
#landing-header #landing-logo{
margin-left: auto;
margin-right: auto;
margin-top: 10px;
height: 140px;
z-index: 10;
}
#landing-header h4{
color: #ffffff;
font-size: 1.75rem;
font-size: 36px;
margin-top: -10px;
margin-bottom: 0;
text-shadow: 1px 1px 7px #000000;
font-kerning: none;
@@ -44,18 +45,19 @@ html{
display: block;
text-align: center;
background-repeat: no-repeat;
font-family: HyliaSerif, sans-serif;
font-kerning: none;
text-decoration: none;
text-shadow: 1px 1px 7px #000000;
color: #ffffff;
font-size: 1.4rem;
font-size: 25px;
text-transform: uppercase;
font-family: LondrinaSolid-Light, sans-serif;
}
#far-left-button{
top: 115px;
top: 160px;
left: calc(50% - 416px - 200px - 75px);
background-image: url("/static/static/button-images/button-a.png");
background-image: url("/static/static/button-images/island-button-a.png");
background-size: 200px auto;
width: 200px;
height: calc(156px - 40px);
@@ -64,44 +66,44 @@ html{
}
#mid-left-button{
top: 320px;
top: 365px;
left: calc(50% - 416px - 200px + 140px);
background-image: url("/static/static/button-images/button-b.png");
background-image: url("/static/static/button-images/island-button-b.png");
background-size: 260px auto;
width: 260px;
height: calc(130px - 35px);
padding-top: 35px;
padding-top: 43px;
}
#mid-button{
top: 400px;
top: 445px;
left: calc(50% - 100px);
background-image: url("/static/static/button-images/button-a.png");
background-image: url("/static/static/button-images/island-button-a.png");
background-size: 200px auto;
width: 200px;
height: calc(156px - 38px);
padding-top: 38px;
padding-top: 40px;
}
#mid-right-button{
top: 300px;
top: 345px;
left: calc(50% + 416px - 166px);
background-image: url("/static/static/button-images/button-c.png");
background-image: url("/static/static/button-images/island-button-c.png");
background-size: 250px auto;
width: calc(250px - 20px);
height: calc(180px - 90px);
padding-top: 90px;
padding-top: 94px;
padding-left: 20px;
}
#far-right-button{
top: 125px;
top: 170px;
left: calc(50% + 416px + 75px);
background-image: url("/static/static/button-images/button-b.png");
background-image: url("/static/static/button-images/island-button-b.png");
background-size: 260px auto;
width: 260px;
height: calc(130px - 35px);
padding-top: 35px;
padding-top: 42px;
}
#landing-clouds{
@@ -144,6 +146,13 @@ html{
animation-iteration-count: infinite;
}
#landing #first-line{
font-family: LondrinaSolid-Light, sans-serif;
font-size: 25px;
margin: 20px 0;
text-transform: uppercase;
}
@keyframes c1-float{
from{
left: 10px;
@@ -220,8 +229,11 @@ html{
margin-right: auto;
}
#landing #first-line{
font-weight: 500;
#landing-body{
font-family: LexendDeca-Light, sans-serif;
font-size: 18px;
color: #ffffff;
line-height: 30px;
}
#landing .variable{
@@ -241,36 +253,36 @@ html{
}
#landing-deco-1{
top: 480px;
top: 525px;
left: calc(50% - 276px);
}
#landing-deco-2{
top: 250px;
left: calc(50% + 150px);
top: 355px;
left: calc(50% + 110px);
}
#landing-deco-3{
top: 350px;
top: 395px;
left: calc(50% - 150px);
}
#landing-deco-4{
top: 290px;
top: 335px;
left: calc(50% - 580px);
}
#landing-deco-5{
top: 90px;
top: 135px;
left: calc(50% + 450px);
}
#landing-deco-6{
top: 462px;
top: 507px;
left: calc(50% + 196px);
}
@media all and (max-width: 1520px){
@media all and (max-width: 1580px){
#landing-clouds #cloud1, #landing-clouds #cloud2, #landing-clouds #cloud3{
display: none;
}
@@ -282,17 +294,7 @@ html{
#landing{ order: 2; }
#landing-links{
height: auto;
flex-direction: column;
}
#landing-links a{
position: relative;
margin-left: auto;
margin-right: auto;
margin-bottom: 1rem;
top: auto;
left: auto;
display: none;
}
.landing-deco{