2021-10-24 00:35:41 +02:00
|
|
|
#player-tracker-wrapper{
|
|
|
|
margin: 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
#inventory-table{
|
|
|
|
border-top: 2px solid #000000;
|
|
|
|
border-left: 2px solid #000000;
|
|
|
|
border-right: 2px solid #000000;
|
|
|
|
border-top-left-radius: 4px;
|
|
|
|
border-top-right-radius: 4px;
|
|
|
|
padding: 3px 3px 10px;
|
2023-02-19 21:22:30 +01:00
|
|
|
width: 374px;
|
2021-10-24 00:35:41 +02:00
|
|
|
background-color: #8d60a7;
|
2023-02-19 21:22:30 +01:00
|
|
|
|
|
|
|
display: grid;
|
|
|
|
grid-template-rows: repeat(5, 48px);
|
2021-10-24 00:35:41 +02:00
|
|
|
}
|
|
|
|
|
2023-02-19 21:22:30 +01:00
|
|
|
#inventory-table img{
|
|
|
|
display: block;
|
|
|
|
}
|
|
|
|
|
|
|
|
#inventory-table div.table-row{
|
|
|
|
display: grid;
|
|
|
|
grid-template-columns: repeat(5, 1fr);
|
|
|
|
}
|
|
|
|
|
|
|
|
#inventory-table div.C1{
|
|
|
|
grid-column: 1;
|
|
|
|
place-content: center;
|
|
|
|
place-items: center;
|
|
|
|
display: flex;
|
|
|
|
}
|
|
|
|
#inventory-table div.C2{
|
|
|
|
grid-column: 2;
|
|
|
|
place-content: center;
|
|
|
|
place-items: center;
|
|
|
|
display: flex;
|
|
|
|
}
|
|
|
|
#inventory-table div.C3{
|
|
|
|
grid-column: 3;
|
|
|
|
place-content: center;
|
|
|
|
place-items: center;
|
|
|
|
display: flex;
|
|
|
|
}
|
|
|
|
#inventory-table div.C4{
|
|
|
|
grid-column: 4;
|
|
|
|
place-content: center;
|
|
|
|
place-items: center;
|
|
|
|
display: flex;
|
|
|
|
}
|
|
|
|
#inventory-table div.C5{
|
|
|
|
grid-column: 5;
|
|
|
|
place-content: center;
|
|
|
|
place-items: center;
|
|
|
|
display: flex;
|
2021-10-24 00:35:41 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
#inventory-table img{
|
|
|
|
max-width: 40px;
|
|
|
|
max-height: 40px;
|
|
|
|
filter: grayscale(100%) contrast(75%) brightness(30%);
|
|
|
|
}
|
|
|
|
|
|
|
|
#inventory-table img.acquired{
|
|
|
|
filter: none;
|
|
|
|
}
|
|
|
|
|
2023-02-19 21:22:30 +01:00
|
|
|
#inventory-table img.acquired.purple{ /*00FFFF*/
|
|
|
|
filter: hue-rotate(270deg) saturate(6) brightness(0.8);
|
|
|
|
}
|
|
|
|
#inventory-table img.acquired.cyan{ /*FF00FF*/
|
|
|
|
filter: hue-rotate(138deg) saturate(10) brightness(0.8);
|
|
|
|
}
|
|
|
|
#inventory-table img.acquired.green{ /*32CD32*/
|
|
|
|
filter: hue-rotate(84deg) saturate(10) brightness(0.7);
|
|
|
|
}
|
2025-03-08 09:54:23 -07:00
|
|
|
#inventory-table img.acquired.hotpink{ /*FF69B4*/
|
|
|
|
filter: sepia(100%) hue-rotate(300deg) saturate(10);
|
|
|
|
}
|
|
|
|
#inventory-table img.acquired.lightsalmon{ /*FFA07A*/
|
|
|
|
filter: sepia(100%) hue-rotate(347deg) saturate(10);
|
|
|
|
}
|
|
|
|
#inventory-table img.acquired.crimson{ /*DB143B*/
|
|
|
|
filter: sepia(100%) hue-rotate(318deg) saturate(10) brightness(0.86);
|
|
|
|
}
|
|
|
|
|
|
|
|
#inventory-table span{
|
|
|
|
color: #B4B4A0;
|
|
|
|
font-size: 40px;
|
|
|
|
max-width: 40px;
|
|
|
|
max-height: 40px;
|
|
|
|
filter: grayscale(100%) contrast(75%) brightness(30%);
|
|
|
|
}
|
|
|
|
|
|
|
|
#inventory-table span.acquired{
|
|
|
|
filter: none;
|
|
|
|
}
|
2023-02-19 21:22:30 +01:00
|
|
|
|
|
|
|
#inventory-table div.image-stack{
|
|
|
|
display: grid;
|
|
|
|
position: relative;
|
|
|
|
grid-template-columns: 1fr;
|
|
|
|
grid-template-rows: 1fr;
|
|
|
|
}
|
|
|
|
|
|
|
|
#inventory-table div.image-stack div.stack-back{
|
|
|
|
grid-column: 1;
|
|
|
|
grid-row: 1;
|
|
|
|
}
|
|
|
|
|
|
|
|
#inventory-table div.image-stack div.stack-front{
|
|
|
|
grid-column: 1;
|
|
|
|
grid-row: 1;
|
|
|
|
display: grid;
|
|
|
|
grid-template-columns: 20px 20px;
|
|
|
|
grid-template-rows: 20px 20px;
|
|
|
|
}
|
|
|
|
|
|
|
|
#inventory-table div.image-stack div.stack-top-left{
|
|
|
|
grid-column: 1;
|
|
|
|
grid-row: 1;
|
|
|
|
z-index: 1;
|
|
|
|
}
|
|
|
|
|
|
|
|
#inventory-table div.image-stack div.stack-top-right{
|
|
|
|
grid-column: 2;
|
|
|
|
grid-row: 1;
|
|
|
|
z-index: 1;
|
|
|
|
}
|
|
|
|
|
|
|
|
#inventory-table div.image-stack div.stack-bottum-left{
|
|
|
|
grid-column: 1;
|
|
|
|
grid-row: 2;
|
|
|
|
z-index: 1;
|
|
|
|
}
|
|
|
|
|
|
|
|
#inventory-table div.image-stack div.stack-bottum-right{
|
|
|
|
grid-column: 2;
|
|
|
|
grid-row: 2;
|
|
|
|
z-index: 1;
|
|
|
|
}
|
|
|
|
|
|
|
|
#inventory-table div.image-stack div.stack-front img{
|
|
|
|
width: 20px;
|
|
|
|
height: 20px;
|
|
|
|
}
|
|
|
|
|
|
|
|
#inventory-table div.counted-item{
|
2021-10-24 00:35:41 +02:00
|
|
|
position: relative;
|
|
|
|
}
|
|
|
|
|
2023-02-19 21:22:30 +01:00
|
|
|
#inventory-table div.item-count{
|
2021-10-24 00:35:41 +02:00
|
|
|
position: absolute;
|
|
|
|
color: white;
|
|
|
|
font-family: "Minecraftia", monospace;
|
|
|
|
font-weight: bold;
|
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
|
|
|
bottom: 0;
|
|
|
|
right: 0;
|
2021-10-24 00:35:41 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
#location-table{
|
|
|
|
width: 384px;
|
|
|
|
border-left: 2px solid #000000;
|
|
|
|
border-right: 2px solid #000000;
|
|
|
|
border-bottom: 2px solid #000000;
|
|
|
|
border-bottom-left-radius: 4px;
|
|
|
|
border-bottom-right-radius: 4px;
|
|
|
|
background-color: #8d60a7;
|
|
|
|
padding: 0 3px 3px;
|
|
|
|
font-size: 14px;
|
|
|
|
cursor: default;
|
|
|
|
}
|
|
|
|
|
|
|
|
#location-table th{
|
|
|
|
vertical-align: middle;
|
|
|
|
text-align: left;
|
|
|
|
padding-right: 10px;
|
|
|
|
}
|
|
|
|
|
|
|
|
#location-table td{
|
|
|
|
padding-top: 2px;
|
|
|
|
padding-bottom: 2px;
|
|
|
|
line-height: 20px;
|
|
|
|
}
|
|
|
|
|
2023-02-19 21:22:30 +01:00
|
|
|
#location-table td.counter{
|
2021-10-24 00:35:41 +02:00
|
|
|
text-align: right;
|
|
|
|
font-size: 14px;
|
|
|
|
}
|
|
|
|
|
2023-02-19 21:22:30 +01:00
|
|
|
#location-table td.toggle-arrow{
|
2021-10-24 00:35:41 +02:00
|
|
|
text-align: right;
|
|
|
|
}
|
|
|
|
|
2023-02-19 21:22:30 +01:00
|
|
|
#location-table tr#Total-header{
|
2021-10-24 00:35:41 +02:00
|
|
|
font-weight: bold;
|
|
|
|
}
|
|
|
|
|
|
|
|
#location-table img{
|
|
|
|
height: 100%;
|
|
|
|
max-width: 30px;
|
|
|
|
max-height: 30px;
|
|
|
|
}
|
|
|
|
|
2023-02-19 21:22:30 +01:00
|
|
|
#location-table tbody.locations{
|
2021-10-24 00:35:41 +02:00
|
|
|
font-size: 12px;
|
|
|
|
}
|
|
|
|
|
2023-02-19 21:22:30 +01:00
|
|
|
#location-table td.location-name{
|
2021-10-24 00:35:41 +02:00
|
|
|
padding-left: 16px;
|
|
|
|
}
|
|
|
|
|
2023-02-19 21:22:30 +01:00
|
|
|
.hide{
|
2021-10-24 00:35:41 +02:00
|
|
|
display: none;
|
|
|
|
}
|