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 <[email protected]>

* Remove references to Z5Client in English OoT setup guide

* Prevent markdown code blocks from overflowing their container

Co-authored-by: espeon65536 <[email protected]>
Co-authored-by: Fabian Dill <[email protected]>
Co-authored-by: Doug Hoskisson <[email protected]>
Co-authored-by: Hussein Farran <[email protected]>
This commit is contained in:
Chris Wilson
2022-03-28 20:12:17 -04:00
committed by GitHub
co-authored by Hussein Farran espeon65536 Fabian Dill Doug Hoskisson
parent 14956d27bd
commit 7dcb6f66da
142 changed files with 1086 additions and 502 deletions
+31 -38
View File
@@ -1,10 +1,35 @@
@font-face {
font-family: "HyliaSerif";
src: url('../static/fonts/HyliaSerifBeta-Regular.otf') format("opentype");
@font-face{
font-family: LexendDeca-ExtraLight;
src: url("../../static/static/fonts/LexendDeca-ExtraLight.ttf");
}
@font-face{
font-family: LexendDeca-Light;
src: url("../../static/static/fonts/LexendDeca-Light.ttf");
}
@font-face{
font-family: LexendDeca-Regular;
src: url("../../static/static/fonts/LexendDeca-Regular.ttf");
}
@font-face{
font-family: LexendDeca-Medium;
src: url("../../static/static/fonts/LexendDeca-Medium.ttf");
}
@font-face{
font-family: LondrinaSolid-Regular;
src: url("../../static/static/fonts/LondrinaSolid-Regular.ttf");
}
@font-face{
font-family: LondrinaSolid-Light;
src: url("../../static/static/fonts/LondrinaSolid-Light.ttf");
}
html{
font-family: 'Jost', sans-serif;
font-family: LexendDeca-ExtraLight, sans-serif;
font-size: 1.1rem;
color: #000000;
}
@@ -15,10 +40,11 @@ body{
a{
color: #ffef00;
text-decoration: none;
font-family: LexendDeca-Regular, sans-serif;
}
button{
font-family: Jost, sans-serif;
font-weight: 500;
font-size: 0.9rem;
padding: 10px 17px 11px 16px; /* top right bottom left */
@@ -49,7 +75,6 @@ button.button-dirt{
}
h1, h2, h3, h4, h5, h6{
font-family: HyliaSerif, sans-serif;
font-weight: normal;
margin: 0;
color: #032605;
@@ -67,38 +92,6 @@ h5, h6{
margin-bottom: 0.5rem;
}
.grass-island{
background:
url('../static/backgrounds/cliffs/grass/cliff-top-left-corner.png') top left no-repeat,
url('../static/backgrounds/cliffs/grass/cliff-top-right-corner.png') top right no-repeat,
url('../static/backgrounds/cliffs/grass/cliff-bottom-left-corner.png') bottom left no-repeat,
url('../static/backgrounds/cliffs/grass/cliff-bottom-right-corner.png') bottom right no-repeat,
url('../static/backgrounds/cliffs/grass/cliff-top.png') top repeat-x,
url('../static/backgrounds/cliffs/grass/cliff-bottom.png') bottom repeat-x,
url('../static/backgrounds/cliffs/grass/cliff-left.png') left repeat-y,
url('../static/backgrounds/cliffs/grass/cliff-right.png') right repeat-y,
url('../static/backgrounds/grass/grass-0007-large.png') repeat;
background-size:
140px 120px, /* top-left */
140px 120px, /* top-right */
140px 140px, /* bottom-left */
140px 140px, /* bottom-right */
20px 71px, /* top */
20px 100px, /* bottom */
71px 20px, /* left */
71px 20px, /* right */
525px 525px; /* center */
min-width: 280px;
min-height: 280px;
padding-left: 120px;
padding-right: 120px;
padding-top: 100px;
padding-bottom: 120px;
}
.user-message{
width: 50%;
min-width: 500px;