2021-12-31 14:42:04 -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');
|
2021-12-31 14:42:04 -05:00
|
|
|
background-repeat: repeat;
|
|
|
|
background-size: 650px 650px;
|
2022-01-02 16:31:49 -05:00
|
|
|
scroll-padding-top: 90px;
|
2021-12-31 14:42:04 -05:00
|
|
|
}
|
|
|
|
|
|
|
|
#weighted-settings{
|
|
|
|
max-width: 1000px;
|
|
|
|
margin-left: auto;
|
|
|
|
margin-right: auto;
|
|
|
|
background-color: rgba(0, 0, 0, 0.15);
|
|
|
|
border-radius: 8px;
|
|
|
|
padding: 1rem;
|
|
|
|
color: #eeffeb;
|
|
|
|
}
|
|
|
|
|
2022-01-01 16:59:58 -05:00
|
|
|
#weighted-settings #games-wrapper{
|
|
|
|
width: 100%;
|
|
|
|
}
|
|
|
|
|
|
|
|
#weighted-settings .setting-wrapper{
|
|
|
|
width: 100%;
|
|
|
|
margin-bottom: 2rem;
|
|
|
|
}
|
|
|
|
|
2022-01-02 18:31:15 -05:00
|
|
|
#weighted-settings .setting-wrapper .add-option-div{
|
|
|
|
display: flex;
|
|
|
|
flex-direction: row;
|
|
|
|
justify-content: flex-start;
|
|
|
|
margin-bottom: 1rem;
|
|
|
|
}
|
|
|
|
|
|
|
|
#weighted-settings .setting-wrapper .add-option-div button{
|
|
|
|
width: auto;
|
|
|
|
height: auto;
|
|
|
|
margin: 0 0 0 0.15rem;
|
|
|
|
padding: 0 0.25rem;
|
|
|
|
border-radius: 4px;
|
|
|
|
cursor: default;
|
|
|
|
}
|
|
|
|
|
|
|
|
#weighted-settings .setting-wrapper .add-option-div button:active{
|
|
|
|
margin-bottom: 1px;
|
|
|
|
}
|
|
|
|
|
2022-01-02 16:31:49 -05:00
|
|
|
#weighted-settings p.setting-description{
|
2022-01-01 16:59:58 -05:00
|
|
|
margin: 0 0 1rem;
|
|
|
|
}
|
|
|
|
|
2022-01-02 16:31:49 -05:00
|
|
|
#weighted-settings p.hint-text{
|
|
|
|
margin: 0 0 1rem;
|
|
|
|
font-style: italic;
|
|
|
|
}
|
|
|
|
|
|
|
|
#weighted-settings .jump-link{
|
|
|
|
color: #ffef00;
|
|
|
|
cursor: pointer;
|
|
|
|
text-decoration: underline;
|
|
|
|
}
|
|
|
|
|
2022-01-01 16:59:58 -05:00
|
|
|
#weighted-settings table{
|
|
|
|
width: 100%;
|
|
|
|
}
|
|
|
|
|
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
|
|
|
#weighted-settings table th, #weighted-settings table td{
|
|
|
|
border: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
#weighted-settings table td{
|
|
|
|
padding: 5px;
|
|
|
|
}
|
|
|
|
|
2022-01-01 16:59:58 -05:00
|
|
|
#weighted-settings table .td-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
|
|
|
font-family: LexendDeca-Regular, sans-serif;
|
2022-01-01 16:59:58 -05:00
|
|
|
padding-right: 1rem;
|
2022-01-02 18:31:15 -05:00
|
|
|
width: 200px;
|
2022-01-01 16:59:58 -05:00
|
|
|
}
|
|
|
|
|
|
|
|
#weighted-settings table .td-middle{
|
|
|
|
display: flex;
|
|
|
|
flex-direction: column;
|
|
|
|
justify-content: space-evenly;
|
|
|
|
padding-right: 1rem;
|
|
|
|
}
|
|
|
|
|
2022-01-02 18:31:15 -05:00
|
|
|
#weighted-settings table .td-right{
|
|
|
|
width: 4rem;
|
|
|
|
text-align: right;
|
|
|
|
}
|
|
|
|
|
|
|
|
#weighted-settings table .td-delete{
|
|
|
|
width: 50px;
|
|
|
|
text-align: right;
|
|
|
|
}
|
|
|
|
|
|
|
|
#weighted-settings table .range-option-delete{
|
|
|
|
cursor: pointer;
|
|
|
|
}
|
|
|
|
|
2022-01-08 16:59:39 -05:00
|
|
|
#weighted-settings .items-wrapper{
|
|
|
|
display: flex;
|
|
|
|
flex-direction: row;
|
|
|
|
justify-content: space-between;
|
|
|
|
}
|
|
|
|
|
|
|
|
#weighted-settings .items-div h3{
|
|
|
|
margin-bottom: 0.5rem;
|
|
|
|
}
|
|
|
|
|
|
|
|
#weighted-settings .items-wrapper .item-set-wrapper{
|
|
|
|
width: 24%;
|
2022-01-11 01:26:12 -05:00
|
|
|
font-weight: bold;
|
2022-01-08 16:59:39 -05:00
|
|
|
}
|
|
|
|
|
2022-01-11 01:26:12 -05:00
|
|
|
#weighted-settings .item-container{
|
2022-01-08 16:59:39 -05:00
|
|
|
border: 1px solid #ffffff;
|
|
|
|
border-radius: 2px;
|
|
|
|
width: 100%;
|
|
|
|
height: 300px;
|
|
|
|
overflow-y: auto;
|
|
|
|
overflow-x: hidden;
|
2022-01-11 01:26:12 -05:00
|
|
|
margin-top: 0.125rem;
|
|
|
|
font-weight: normal;
|
2022-01-08 16:59:39 -05:00
|
|
|
}
|
|
|
|
|
2022-01-11 01:26:12 -05:00
|
|
|
#weighted-settings .item-container .item-div{
|
2022-01-10 23:20:15 -05:00
|
|
|
padding: 0.125rem 0.5rem;
|
2022-01-08 16:59:39 -05:00
|
|
|
cursor: pointer;
|
|
|
|
}
|
|
|
|
|
2022-01-11 01:26:12 -05:00
|
|
|
#weighted-settings .item-container .item-div:hover{
|
2022-01-08 16:59:39 -05:00
|
|
|
background-color: rgba(0, 0, 0, 0.1);
|
|
|
|
}
|
|
|
|
|
2022-01-11 04:20:33 -05:00
|
|
|
#weighted-settings .item-container .item-qty-div{
|
|
|
|
display: flex;
|
|
|
|
flex-direction: row;
|
|
|
|
justify-content: space-between;
|
|
|
|
padding: 0.125rem 0.5rem;
|
|
|
|
cursor: pointer;
|
|
|
|
}
|
|
|
|
|
2022-01-11 04:33:27 -05:00
|
|
|
#weighted-settings .item-container .item-qty-div .item-qty-input-wrapper{
|
|
|
|
display: flex;
|
|
|
|
flex-direction: column;
|
|
|
|
justify-content: space-around;
|
|
|
|
}
|
|
|
|
|
2022-01-11 04:20:33 -05:00
|
|
|
#weighted-settings .item-container .item-qty-div input{
|
|
|
|
min-width: unset;
|
|
|
|
width: 1.5rem;
|
|
|
|
text-align: center;
|
|
|
|
}
|
|
|
|
|
|
|
|
#weighted-settings .item-container .item-qty-div:hover{
|
|
|
|
background-color: rgba(0, 0, 0, 0.1);
|
|
|
|
}
|
|
|
|
|
2023-03-29 17:37:39 -04:00
|
|
|
#weighted-settings .hints-div, #weighted-settings .locations-div{
|
2022-01-10 23:20:15 -05:00
|
|
|
margin-top: 2rem;
|
|
|
|
}
|
|
|
|
|
2023-03-29 17:37:39 -04:00
|
|
|
#weighted-settings .hints-div h3, #weighted-settings .locations-div h3{
|
2022-01-10 23:20:15 -05:00
|
|
|
margin-bottom: 0.5rem;
|
|
|
|
}
|
|
|
|
|
2023-03-29 17:37:39 -04:00
|
|
|
#weighted-settings .hints-container, #weighted-settings .locations-container{
|
2022-01-11 01:26:12 -05:00
|
|
|
display: flex;
|
|
|
|
flex-direction: row;
|
|
|
|
justify-content: space-between;
|
|
|
|
}
|
|
|
|
|
2023-03-29 17:37:39 -04:00
|
|
|
#weighted-settings .hints-wrapper, #weighted-settings .locations-wrapper{
|
|
|
|
width: calc(50% - 0.5rem);
|
|
|
|
font-weight: bold;
|
2022-01-11 01:26:12 -05:00
|
|
|
}
|
|
|
|
|
2023-03-29 17:37:39 -04:00
|
|
|
#weighted-settings .hints-wrapper .simple-list, #weighted-settings .locations-wrapper .simple-list{
|
|
|
|
margin-top: 0.25rem;
|
|
|
|
height: 300px;
|
|
|
|
font-weight: normal;
|
2022-01-11 01:26:12 -05:00
|
|
|
}
|
|
|
|
|
2021-12-31 14:42:04 -05:00
|
|
|
#weighted-settings #weighted-settings-button-row{
|
|
|
|
display: flex;
|
|
|
|
flex-direction: row;
|
|
|
|
justify-content: space-between;
|
|
|
|
margin-top: 15px;
|
|
|
|
}
|
|
|
|
|
|
|
|
#weighted-settings code{
|
|
|
|
background-color: #d9cd8e;
|
|
|
|
border-radius: 4px;
|
|
|
|
padding-left: 0.25rem;
|
|
|
|
padding-right: 0.25rem;
|
|
|
|
color: #000000;
|
|
|
|
}
|
|
|
|
|
|
|
|
#weighted-settings #user-message{
|
|
|
|
display: none;
|
|
|
|
width: calc(100% - 8px);
|
|
|
|
background-color: #ffe86b;
|
|
|
|
border-radius: 4px;
|
|
|
|
color: #000000;
|
|
|
|
padding: 4px;
|
|
|
|
text-align: center;
|
|
|
|
}
|
|
|
|
|
|
|
|
#weighted-settings #user-message.visible{
|
|
|
|
display: block;
|
2022-01-30 16:50:04 -05:00
|
|
|
cursor: pointer;
|
2021-12-31 14:42:04 -05:00
|
|
|
}
|
|
|
|
|
|
|
|
#weighted-settings h1{
|
|
|
|
font-size: 2.5rem;
|
|
|
|
font-weight: normal;
|
|
|
|
border-bottom: 1px solid #ffffff;
|
|
|
|
width: 100%;
|
|
|
|
margin-bottom: 0.5rem;
|
|
|
|
color: #ffffff;
|
|
|
|
text-shadow: 1px 1px 4px #000000;
|
|
|
|
}
|
|
|
|
|
|
|
|
#weighted-settings h2{
|
|
|
|
font-size: 2rem;
|
|
|
|
font-weight: normal;
|
|
|
|
border-bottom: 1px solid #ffffff;
|
|
|
|
width: 100%;
|
|
|
|
margin-bottom: 0.5rem;
|
|
|
|
color: #ffe993;
|
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
|
|
|
text-transform: none;
|
2021-12-31 14:42:04 -05:00
|
|
|
text-shadow: 1px 1px 2px #000000;
|
|
|
|
}
|
|
|
|
|
|
|
|
#weighted-settings h3, #weighted-settings h4, #weighted-settings h5, #weighted-settings h6{
|
|
|
|
color: #ffffff;
|
|
|
|
text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
|
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
|
|
|
text-transform: none;
|
2021-12-31 14:42:04 -05:00
|
|
|
}
|
|
|
|
|
|
|
|
#weighted-settings a{
|
|
|
|
color: #ffef00;
|
2022-01-02 18:55:38 -05:00
|
|
|
cursor: pointer;
|
2021-12-31 14:42:04 -05:00
|
|
|
}
|
|
|
|
|
|
|
|
#weighted-settings input:not([type]){
|
|
|
|
border: 1px solid #000000;
|
|
|
|
padding: 3px;
|
|
|
|
border-radius: 3px;
|
|
|
|
min-width: 150px;
|
|
|
|
}
|
|
|
|
|
|
|
|
#weighted-settings input:not([type]):focus{
|
|
|
|
border: 1px solid #ffffff;
|
|
|
|
}
|
|
|
|
|
|
|
|
#weighted-settings select{
|
|
|
|
border: 1px solid #000000;
|
|
|
|
padding: 3px;
|
|
|
|
border-radius: 3px;
|
|
|
|
min-width: 150px;
|
|
|
|
background-color: #ffffff;
|
|
|
|
}
|
|
|
|
|
|
|
|
#weighted-settings .game-options, #weighted-settings .rom-options{
|
|
|
|
display: flex;
|
2022-01-01 16:59:58 -05:00
|
|
|
flex-direction: column;
|
2021-12-31 14:42:04 -05:00
|
|
|
}
|
|
|
|
|
2023-03-29 17:37:39 -04:00
|
|
|
#weighted-settings .simple-list{
|
|
|
|
display: flex;
|
|
|
|
flex-direction: column;
|
|
|
|
|
|
|
|
max-height: 300px;
|
|
|
|
overflow-y: auto;
|
|
|
|
border: 1px solid #ffffff;
|
|
|
|
border-radius: 4px;
|
|
|
|
}
|
|
|
|
|
|
|
|
#weighted-settings .simple-list .list-row label{
|
|
|
|
display: block;
|
|
|
|
width: calc(100% - 0.5rem);
|
|
|
|
padding: 0.0625rem 0.25rem;
|
|
|
|
}
|
|
|
|
|
|
|
|
#weighted-settings .simple-list .list-row label:hover{
|
|
|
|
background-color: rgba(0, 0, 0, 0.1);
|
|
|
|
}
|
|
|
|
|
|
|
|
#weighted-settings .simple-list .list-row label input[type=checkbox]{
|
|
|
|
margin-right: 0.5rem;
|
|
|
|
}
|
|
|
|
|
2023-10-31 14:25:07 -07:00
|
|
|
#weighted-settings .simple-list hr{
|
|
|
|
width: calc(100% - 2px);
|
|
|
|
margin: 2px auto;
|
|
|
|
border-bottom: 1px solid rgb(255 255 255 / 0.6);
|
|
|
|
}
|
|
|
|
|
2022-01-01 16:59:58 -05:00
|
|
|
#weighted-settings .invisible{
|
|
|
|
display: none;
|
2021-12-31 14:42:04 -05:00
|
|
|
}
|
|
|
|
|
|
|
|
@media all and (max-width: 1000px), all and (orientation: portrait){
|
|
|
|
#weighted-settings .game-options{
|
|
|
|
justify-content: flex-start;
|
|
|
|
flex-wrap: wrap;
|
|
|
|
}
|
|
|
|
|
|
|
|
#game-options table label{
|
|
|
|
display: block;
|
|
|
|
min-width: 200px;
|
|
|
|
}
|
|
|
|
}
|