| 
									
										
										
										
											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{ | 
					
						
							| 
									
										
										
										
											2023-03-27 00:12:10 -04:00
										 |  |  |     display: flex; | 
					
						
							|  |  |  |     flex-direction: row; | 
					
						
							| 
									
										
											  
											
												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
										 |  |  |     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-27 00:12:10 -04:00
										 |  |  | #base-header a, #base-header-mobile-menu a, #base-header-popover-text{ | 
					
						
							| 
									
										
										
										
											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; | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | #base-header-mobile-menu a{ | 
					
						
							| 
									
										
										
										
											2023-03-27 00:12:10 -04:00
										 |  |  |     padding: 3rem 1.5rem; | 
					
						
							|  |  |  |     font-size: 4rem; | 
					
						
							| 
									
										
										
										
											2023-03-10 17:21:17 -05:00
										 |  |  |     line-height: 5rem; | 
					
						
							|  |  |  |     color: #699ca8; | 
					
						
							|  |  |  |     border-top: 1px solid #d3d3d3; | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2023-03-27 00:12:10 -04:00
										 |  |  | #base-header-mobile-menu :first-child, #base-header-popover-menu :first-child{ | 
					
						
							|  |  |  |     border-top: none; | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2023-03-10 17:21:17 -05:00
										 |  |  | #base-header-right-mobile img{ | 
					
						
							|  |  |  |     height: 3rem; | 
					
						
							|  |  |  | } | 
					
						
							| 
									
										
										
										
											2023-03-23 23:11:39 -06:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2023-03-27 00:12:10 -04:00
										 |  |  | #base-header-popover-menu{ | 
					
						
							| 
									
										
										
										
											2023-03-23 23:11:39 -06:00
										 |  |  |     display: none; | 
					
						
							| 
									
										
										
										
											2023-03-27 00:12:10 -04:00
										 |  |  |     flex-direction: column; | 
					
						
							| 
									
										
										
										
											2023-03-23 23:11:39 -06:00
										 |  |  |     position: absolute; | 
					
						
							|  |  |  |     background-color: #fff; | 
					
						
							| 
									
										
										
										
											2023-03-27 00:12:10 -04:00
										 |  |  |     margin-left: -108px; | 
					
						
							|  |  |  |     margin-top: 2.25rem; | 
					
						
							|  |  |  |     border-radius: 10px; | 
					
						
							| 
									
										
										
										
											2023-03-23 23:11:39 -06:00
										 |  |  |     border-left: 2px solid #d0ebe6; | 
					
						
							|  |  |  |     border-bottom: 2px solid #d0ebe6; | 
					
						
							| 
									
										
										
										
											2023-03-27 00:12:10 -04:00
										 |  |  |     border-right: 1px solid #d0ebe6; | 
					
						
							| 
									
										
										
										
											2023-03-23 23:11:39 -06:00
										 |  |  |     filter: drop-shadow(-6px 6px 2px #2e3e83); | 
					
						
							|  |  |  | } | 
					
						
							| 
									
										
										
										
											2023-03-27 00:12:10 -04:00
										 |  |  | 
 | 
					
						
							|  |  |  | #base-header-popover-menu a{ | 
					
						
							|  |  |  |     color: #699ca8; | 
					
						
							|  |  |  |     border-top: 1px solid #d3d3d3; | 
					
						
							|  |  |  |     text-align: center; | 
					
						
							|  |  |  |     font-size: 1.5rem; | 
					
						
							|  |  |  |     line-height: 3rem; | 
					
						
							|  |  |  |     margin-right: 2px; | 
					
						
							|  |  |  |     padding: 0.25rem 1rem; | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | #base-header-popover-icon { | 
					
						
							| 
									
										
										
										
											2023-03-23 23:11:39 -06:00
										 |  |  |     width: 14px; | 
					
						
							|  |  |  |     margin-bottom: 3px; | 
					
						
							|  |  |  |     margin-left: 2px; | 
					
						
							|  |  |  | } | 
					
						
							| 
									
										
										
										
											2023-03-10 17:21:17 -05:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2023-03-23 00:20:34 -07:00
										 |  |  | @media all and (max-width: 960px), only screen and (max-device-width: 768px) { | 
					
						
							|  |  |  |     #base-header-right{ | 
					
						
							|  |  |  |         display: none; | 
					
						
							|  |  |  |     } | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  |     #base-header-right-mobile{ | 
					
						
							|  |  |  |         display: unset; | 
					
						
							|  |  |  |     } | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | @media all and (max-width: 960px){ | 
					
						
							|  |  |  |     #base-header-right-mobile{ | 
					
						
							|  |  |  |         margin-top: 0.5rem; | 
					
						
							|  |  |  |         margin-right: 0; | 
					
						
							|  |  |  |     } | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  |     #base-header-right-mobile img{ | 
					
						
							|  |  |  |         height: 1.5rem; | 
					
						
							|  |  |  |     } | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  |     #base-header-mobile-menu{ | 
					
						
							|  |  |  |         top: 3.3rem; | 
					
						
							|  |  |  |         width: unset; | 
					
						
							|  |  |  |         border-left: 2px solid #d0ebe6; | 
					
						
							|  |  |  |         border-bottom: 2px solid #d0ebe6; | 
					
						
							|  |  |  |         filter: drop-shadow(-6px 6px 2px #2e3e83); | 
					
						
							|  |  |  |         border-top-left-radius: 10px; | 
					
						
							|  |  |  |     } | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  |     #base-header-mobile-menu a{ | 
					
						
							| 
									
										
										
										
											2023-03-27 00:12:10 -04:00
										 |  |  |         font-size: 1.5rem; | 
					
						
							| 
									
										
										
										
											2023-03-23 00:20:34 -07:00
										 |  |  |         line-height: 3rem; | 
					
						
							|  |  |  |         margin: 0; | 
					
						
							| 
									
										
										
										
											2023-03-27 00:12:10 -04:00
										 |  |  |         padding: 0.25rem 1rem; | 
					
						
							| 
									
										
										
										
											2023-03-23 00:20:34 -07:00
										 |  |  |     } | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | @media only screen and (max-device-width: 768px){ | 
					
						
							| 
									
										
										
										
											2023-03-10 17:21:17 -05:00
										 |  |  |     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; | 
					
						
							|  |  |  |     } | 
					
						
							| 
									
										
										
										
											2023-03-27 00:12:10 -04:00
										 |  |  | } |