2020-12-01 16:44:24 -05:00
|
|
|
html{
|
|
|
|
padding-top: 110px;
|
2022-10-14 23:09:17 +02:00
|
|
|
scroll-padding-top: 100px;
|
|
|
|
scroll-behavior: smooth;
|
2020-12-01 16:44:24 -05:00
|
|
|
}
|
|
|
|
|
2020-12-03 01:55:06 -05:00
|
|
|
#base-header{
|
2020-10-25 11:49:12 -04:00
|
|
|
display: flex;
|
|
|
|
flex-direction: row;
|
2020-12-03 01:55:06 -05:00
|
|
|
justify-content: space-between;
|
2020-10-25 11:49:12 -04:00
|
|
|
background-size: auto 90px;
|
2020-12-01 16:44:24 -05:00
|
|
|
width: calc(100% - 20px);
|
2020-10-25 11:49:12 -04:00
|
|
|
height: 90px;
|
|
|
|
position: fixed;
|
|
|
|
top: 0;
|
|
|
|
left: 0;
|
|
|
|
padding: 10px;
|
|
|
|
line-height: 2rem;
|
2020-11-30 21:15:47 -05:00
|
|
|
z-index: 9999;
|
2020-10-25 11:49:12 -04:00
|
|
|
}
|
|
|
|
|
2020-12-03 01:55:06 -05:00
|
|
|
#base-header #base-header-left{
|
|
|
|
display: flex;
|
|
|
|
flex-direction: row;
|
2020-12-01 03:08:31 -05:00
|
|
|
}
|
|
|
|
|
2020-12-03 01:55:06 -05:00
|
|
|
#base-header #base-header-left a{
|
|
|
|
margin-right: 0;
|
|
|
|
padding-right: 7px;
|
|
|
|
}
|
|
|
|
|
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
|
|
|
#base-header-right{
|
|
|
|
margin-top: 4px;
|
|
|
|
}
|
|
|
|
|
2020-12-03 01:55:06 -05:00
|
|
|
#base-header #site-title{
|
|
|
|
margin-right: 7px;
|
2020-12-01 03:08:31 -05:00
|
|
|
}
|
|
|
|
|
2020-12-03 01:55:06 -05:00
|
|
|
#base-header #site-title img{
|
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
|
|
|
height: 38px;
|
|
|
|
margin-top: 4px;
|
2020-10-25 11:49:12 -04:00
|
|
|
}
|
|
|
|
|
2023-03-10 17:21:17 -05:00
|
|
|
#base-header a, #base-header-mobile-menu a{
|
2020-12-01 03:08:31 -05:00
|
|
|
color: #2f6b83;
|
2020-10-25 11:49:12 -04:00
|
|
|
text-decoration: none;
|
|
|
|
cursor: pointer;
|
|
|
|
margin-right: 1.2rem;
|
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
|
|
|
font-size: 22px;
|
|
|
|
font-family: LondrinaSolid-Light, sans-serif;
|
|
|
|
text-transform: uppercase;
|
2020-10-25 11:49:12 -04:00
|
|
|
}
|
2023-03-10 17:21:17 -05:00
|
|
|
|
|
|
|
#base-header-right-mobile{
|
|
|
|
display: none;
|
|
|
|
margin-top: 2rem;
|
|
|
|
margin-right: 1rem;
|
|
|
|
}
|
|
|
|
|
|
|
|
#base-header-mobile-menu{
|
|
|
|
display: none;
|
|
|
|
flex-direction: column;
|
|
|
|
background-color: #ffffff;
|
|
|
|
text-align: center;
|
|
|
|
overflow-y: auto;
|
|
|
|
z-index: 10000;
|
|
|
|
width: 100vw;
|
|
|
|
border-bottom-left-radius: 20px;
|
|
|
|
border-bottom-right-radius: 20px;
|
|
|
|
|
|
|
|
position: absolute;
|
|
|
|
top: 7rem;
|
|
|
|
right: 0;
|
|
|
|
padding-top: 1rem;
|
|
|
|
}
|
|
|
|
|
|
|
|
#base-header-mobile-menu a{
|
|
|
|
padding: 4rem 2rem;
|
|
|
|
font-size: 5rem;
|
|
|
|
line-height: 5rem;
|
|
|
|
color: #699ca8;
|
|
|
|
border-top: 1px solid #d3d3d3;
|
|
|
|
}
|
|
|
|
|
|
|
|
#base-header-right-mobile img{
|
|
|
|
height: 3rem;
|
|
|
|
}
|
|
|
|
|
|
|
|
@media all and (max-width: 1580px){
|
|
|
|
html{
|
|
|
|
padding-top: 260px;
|
|
|
|
scroll-padding-top: 230px;
|
|
|
|
}
|
|
|
|
|
|
|
|
#base-header{
|
|
|
|
height: 200px;
|
|
|
|
background-size: auto 200px;
|
|
|
|
}
|
|
|
|
|
|
|
|
#base-header #site-title img{
|
|
|
|
height: calc(38px * 2);
|
|
|
|
margin-top: 30px;
|
|
|
|
margin-left: 20px;
|
|
|
|
}
|
|
|
|
|
|
|
|
#base-header-right{
|
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
#base-header-right-mobile{
|
|
|
|
display: unset;
|
|
|
|
}
|
|
|
|
}
|