2020-12-03 18:27:32 -05:00
|
|
|
html{
|
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
|
|
|
background-image: url('../static/backgrounds/grass.png');
|
2020-12-03 18:27:32 -05:00
|
|
|
background-repeat: repeat;
|
|
|
|
background-size: 650px 650px;
|
|
|
|
}
|
|
|
|
|
2023-10-23 19:20:08 -05:00
|
|
|
#player-options{
|
2023-08-12 22:06:28 -05:00
|
|
|
box-sizing: border-box;
|
|
|
|
max-width: 1024px;
|
2020-12-03 18:27:32 -05:00
|
|
|
margin-left: auto;
|
|
|
|
margin-right: auto;
|
|
|
|
background-color: rgba(0, 0, 0, 0.15);
|
|
|
|
border-radius: 8px;
|
|
|
|
padding: 1rem;
|
|
|
|
color: #eeffeb;
|
|
|
|
}
|
|
|
|
|
2023-10-23 19:20:08 -05:00
|
|
|
#player-options #player-options-button-row{
|
2020-12-04 00:40:57 -05:00
|
|
|
display: flex;
|
|
|
|
flex-direction: row;
|
|
|
|
justify-content: space-between;
|
|
|
|
margin-top: 15px;
|
|
|
|
}
|
|
|
|
|
2023-10-23 19:20:08 -05:00
|
|
|
#player-options code{
|
2020-12-03 18:27:32 -05:00
|
|
|
background-color: #d9cd8e;
|
|
|
|
border-radius: 4px;
|
|
|
|
padding-left: 0.25rem;
|
|
|
|
padding-right: 0.25rem;
|
|
|
|
color: #000000;
|
|
|
|
}
|
|
|
|
|
2023-10-23 19:20:08 -05:00
|
|
|
#player-options #user-message{
|
2021-05-13 21:33:56 -04:00
|
|
|
display: none;
|
|
|
|
width: calc(100% - 8px);
|
|
|
|
background-color: #ffe86b;
|
|
|
|
border-radius: 4px;
|
|
|
|
color: #000000;
|
|
|
|
padding: 4px;
|
|
|
|
text-align: center;
|
|
|
|
}
|
|
|
|
|
2023-10-23 19:20:08 -05:00
|
|
|
#player-options #user-message.visible{
|
2021-05-13 21:33:56 -04:00
|
|
|
display: block;
|
2022-01-19 00:54:14 -05:00
|
|
|
cursor: pointer;
|
2021-05-13 21:33:56 -04:00
|
|
|
}
|
|
|
|
|
2023-10-23 19:20:08 -05:00
|
|
|
#player-options h1{
|
2020-12-03 18:27:32 -05:00
|
|
|
font-size: 2.5rem;
|
|
|
|
font-weight: normal;
|
|
|
|
width: 100%;
|
|
|
|
margin-bottom: 0.5rem;
|
|
|
|
text-shadow: 1px 1px 4px #000000;
|
|
|
|
}
|
|
|
|
|
2023-10-23 19:20:08 -05:00
|
|
|
#player-options h2{
|
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: 40px;
|
2020-12-03 18:27:32 -05:00
|
|
|
font-weight: normal;
|
|
|
|
width: 100%;
|
|
|
|
margin-bottom: 0.5rem;
|
|
|
|
text-transform: lowercase;
|
|
|
|
text-shadow: 1px 1px 2px #000000;
|
|
|
|
}
|
|
|
|
|
2023-10-23 19:20:08 -05:00
|
|
|
#player-options h3, #player-options h4, #player-options h5, #player-options h6{
|
2020-12-03 18:27:32 -05:00
|
|
|
text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
|
|
|
|
}
|
|
|
|
|
2023-10-23 19:20:08 -05:00
|
|
|
#player-options input:not([type]){
|
2020-12-03 18:27:32 -05:00
|
|
|
border: 1px solid #000000;
|
|
|
|
padding: 3px;
|
|
|
|
border-radius: 3px;
|
|
|
|
min-width: 150px;
|
|
|
|
}
|
|
|
|
|
2023-10-23 19:20:08 -05:00
|
|
|
#player-options input:not([type]):focus{
|
2020-12-04 05:30:03 -05:00
|
|
|
border: 1px solid #ffffff;
|
|
|
|
}
|
|
|
|
|
2023-10-23 19:20:08 -05:00
|
|
|
#player-options select{
|
2020-12-03 18:27:32 -05:00
|
|
|
border: 1px solid #000000;
|
|
|
|
padding: 3px;
|
|
|
|
border-radius: 3px;
|
|
|
|
min-width: 150px;
|
2020-12-05 15:37:31 -05:00
|
|
|
background-color: #ffffff;
|
2020-12-03 18:27:32 -05:00
|
|
|
}
|
|
|
|
|
2023-10-23 19:20:08 -05:00
|
|
|
#player-options #game-options, #player-options #rom-options{
|
2020-12-03 18:27:32 -05:00
|
|
|
display: flex;
|
|
|
|
flex-direction: row;
|
|
|
|
}
|
|
|
|
|
2023-11-16 04:37:06 -06:00
|
|
|
#player-options #meta-options {
|
|
|
|
display: flex;
|
|
|
|
justify-content: space-between;
|
|
|
|
gap: 20px;
|
|
|
|
padding: 3px;
|
|
|
|
}
|
|
|
|
|
|
|
|
#player-options div {
|
|
|
|
display: flex;
|
|
|
|
flex-grow: 1;
|
|
|
|
}
|
|
|
|
|
|
|
|
#player-options #meta-options label {
|
|
|
|
display: inline-block;
|
|
|
|
min-width: 180px;
|
|
|
|
flex-grow: 1;
|
|
|
|
}
|
|
|
|
|
|
|
|
#player-options #meta-options input,
|
|
|
|
#player-options #meta-options select {
|
|
|
|
box-sizing: border-box;
|
|
|
|
min-width: 150px;
|
|
|
|
width: 50%;
|
|
|
|
}
|
|
|
|
|
2023-10-23 19:20:08 -05:00
|
|
|
#player-options .left, #player-options .right{
|
2020-12-03 18:27:32 -05:00
|
|
|
flex-grow: 1;
|
|
|
|
}
|
|
|
|
|
2023-10-23 19:20:08 -05:00
|
|
|
#player-options .left{
|
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-right: 10px;
|
|
|
|
}
|
|
|
|
|
2023-10-23 19:20:08 -05:00
|
|
|
#player-options .right{
|
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-left: 10px;
|
|
|
|
}
|
|
|
|
|
2023-10-23 19:20:08 -05:00
|
|
|
#player-options table{
|
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-bottom: 30px;
|
|
|
|
width: 100%;
|
|
|
|
}
|
|
|
|
|
2023-10-23 19:20:08 -05:00
|
|
|
#player-options table .select-container{
|
2021-07-25 19:04:08 -04:00
|
|
|
display: flex;
|
|
|
|
flex-direction: row;
|
|
|
|
}
|
|
|
|
|
2023-10-23 19:20:08 -05:00
|
|
|
#player-options table .select-container select{
|
2021-07-25 19:04:08 -04:00
|
|
|
min-width: 200px;
|
|
|
|
flex-grow: 1;
|
|
|
|
}
|
|
|
|
|
2023-10-23 19:20:08 -05:00
|
|
|
#player-options table select:disabled{
|
2022-11-12 21:03:44 -06:00
|
|
|
background-color: lightgray;
|
|
|
|
}
|
|
|
|
|
2023-10-23 19:20:08 -05:00
|
|
|
#player-options table .range-container{
|
2021-07-25 19:04:08 -04:00
|
|
|
display: flex;
|
|
|
|
flex-direction: row;
|
|
|
|
}
|
|
|
|
|
2023-10-23 19:20:08 -05:00
|
|
|
#player-options table .range-container input[type=range]{
|
2021-07-25 19:04:08 -04:00
|
|
|
flex-grow: 1;
|
|
|
|
}
|
|
|
|
|
2023-10-23 19:20:08 -05:00
|
|
|
#player-options table .range-value{
|
2021-07-25 19:04:08 -04:00
|
|
|
min-width: 20px;
|
|
|
|
margin-left: 0.25rem;
|
2020-12-03 18:27:32 -05:00
|
|
|
}
|
|
|
|
|
2023-11-25 00:10:52 +01:00
|
|
|
#player-options table .named-range-container{
|
2022-06-12 23:33:14 +02:00
|
|
|
display: flex;
|
|
|
|
flex-direction: column;
|
|
|
|
}
|
|
|
|
|
2023-11-25 00:10:52 +01:00
|
|
|
#player-options table .named-range-wrapper{
|
2022-06-12 23:33:14 +02:00
|
|
|
display: flex;
|
|
|
|
flex-direction: row;
|
2022-11-12 21:03:44 -06:00
|
|
|
margin-top: 0.25rem;
|
2022-06-12 23:33:14 +02:00
|
|
|
}
|
|
|
|
|
2023-11-25 00:10:52 +01:00
|
|
|
#player-options table .named-range-wrapper input[type=range]{
|
2022-06-12 23:33:14 +02:00
|
|
|
flex-grow: 1;
|
|
|
|
}
|
|
|
|
|
2023-10-23 19:20:08 -05:00
|
|
|
#player-options table .randomize-button {
|
2022-11-12 21:03:44 -06:00
|
|
|
max-height: 24px;
|
|
|
|
line-height: 16px;
|
|
|
|
padding: 2px 8px;
|
|
|
|
margin: 0 0 0 0.25rem;
|
|
|
|
font-size: 12px;
|
|
|
|
border: 1px solid black;
|
|
|
|
border-radius: 3px;
|
|
|
|
}
|
|
|
|
|
2023-10-23 19:20:08 -05:00
|
|
|
#player-options table .randomize-button.active {
|
2022-11-12 21:03:44 -06:00
|
|
|
background-color: #ffef00; /* Same as .interactive in globalStyles.css */
|
|
|
|
}
|
|
|
|
|
2023-10-23 19:20:08 -05:00
|
|
|
#player-options table .randomize-button[data-tooltip]::after {
|
2023-08-12 22:06:28 -05:00
|
|
|
left: unset;
|
|
|
|
right: 0;
|
|
|
|
}
|
|
|
|
|
2023-10-23 19:20:08 -05:00
|
|
|
#player-options table label{
|
2020-12-04 00:40:57 -05:00
|
|
|
display: block;
|
|
|
|
min-width: 200px;
|
2020-12-03 18:27:32 -05:00
|
|
|
margin-right: 4px;
|
2020-12-04 00:40:57 -05:00
|
|
|
cursor: default;
|
2020-12-03 18:27:32 -05:00
|
|
|
}
|
|
|
|
|
2023-10-23 19:20:08 -05:00
|
|
|
#player-options th, #player-options td{
|
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
|
|
|
border: none;
|
|
|
|
padding: 3px;
|
|
|
|
font-size: 17px;
|
2022-06-12 23:33:14 +02:00
|
|
|
vertical-align: top;
|
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
|
|
|
}
|
|
|
|
|
2023-08-12 22:06:28 -05:00
|
|
|
@media all and (max-width: 1024px) {
|
2023-10-23 19:20:08 -05:00
|
|
|
#player-options {
|
2023-08-12 22:06:28 -05:00
|
|
|
border-radius: 0;
|
|
|
|
}
|
|
|
|
|
2023-11-16 04:37:06 -06:00
|
|
|
#player-options #meta-options {
|
|
|
|
flex-direction: column;
|
|
|
|
justify-content: flex-start;
|
|
|
|
gap: 6px;
|
|
|
|
}
|
|
|
|
|
2023-10-23 19:20:08 -05:00
|
|
|
#player-options #game-options{
|
2020-12-03 18:27:32 -05:00
|
|
|
justify-content: flex-start;
|
|
|
|
flex-wrap: wrap;
|
|
|
|
}
|
|
|
|
|
2023-10-23 19:20:08 -05:00
|
|
|
#player-options .left,
|
|
|
|
#player-options .right {
|
2023-08-12 22:06:28 -05:00
|
|
|
margin: 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
#game-options table {
|
|
|
|
margin-bottom: 0;
|
2020-12-03 18:27:32 -05:00
|
|
|
}
|
|
|
|
|
2021-07-25 19:04:08 -04:00
|
|
|
#game-options table label{
|
2020-12-03 18:27:32 -05:00
|
|
|
display: block;
|
|
|
|
min-width: 200px;
|
|
|
|
}
|
2023-08-12 22:06:28 -05:00
|
|
|
|
|
|
|
#game-options table tr td {
|
|
|
|
width: 50%;
|
|
|
|
}
|
2020-12-03 18:27:32 -05:00
|
|
|
}
|