Files
Grinch-AP/WebHostLib/static/styles/globalStyles.css
Chris Wilson 7dcb6f66da 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>
2022-03-28 20:12:17 -04:00

108 lines
2.1 KiB
CSS

@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: LexendDeca-ExtraLight, sans-serif;
font-size: 1.1rem;
color: #000000;
}
body{
margin: 0;
}
a{
color: #ffef00;
text-decoration: none;
font-family: LexendDeca-Regular, sans-serif;
}
button{
font-weight: 500;
font-size: 0.9rem;
padding: 10px 17px 11px 16px; /* top right bottom left */
border-radius: 4px;
border-top: 1px solid rgba(0, 0, 0, 0.5);
border-left: 1px solid rgba(0, 0, 0, 0.5);
border-right: 2px solid rgba(0, 0, 0, 0.5);
border-bottom: 2px solid rgba(0, 0, 0, 0.5);
font-kerning: auto;
cursor: pointer;
}
button:active{
border-right: 1px solid rgba(0, 0, 0, 0.5);
border-bottom: 1px solid rgba(0, 0, 0, 0.5);
padding-right: 16px;
margin-right: 2px;
padding-bottom: 10px;
margin-bottom: 2px;
}
button.button-grass{
border: 1px solid black;
}
button.button-dirt{
border: 1px solid black;
}
h1, h2, h3, h4, h5, h6{
font-weight: normal;
margin: 0;
color: #032605;
}
h1{ font-size: 3rem; }
h2{ font-size: 2rem; }
h3{ font-size: 1.75rem; }
h4{
font-size: 1.5rem;
margin-bottom:0.5rem;
}
h5, h6{
font-size: 1.25rem;
margin-bottom: 0.5rem;
}
.user-message{
width: 50%;
min-width: 500px;
padding-top: 5px;
padding-bottom: 5px;
text-align: center;
margin-left: auto;
margin-right: auto;
color: #000000;
border-radius: 4px;
margin-bottom: 20px;
background-color: #ffff00;
}