 7dcb6f66da
			
		
	
	7dcb6f66da
	
	
	
		
			
			* [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>
		
			
				
	
	
		
			177 lines
		
	
	
		
			3.1 KiB
		
	
	
	
		
			CSS
		
	
	
	
	
	
			
		
		
	
	
			177 lines
		
	
	
		
			3.1 KiB
		
	
	
	
		
			CSS
		
	
	
	
	
	
| #tracker-wrapper {
 | |
|     display: flex;
 | |
|     flex-direction: column;
 | |
|     justify-content: space-between;
 | |
|     margin-left: auto;
 | |
|     margin-right: auto;
 | |
|     width: calc(100% - 1rem);
 | |
| }
 | |
| 
 | |
| #tracker-wrapper a{
 | |
|     color: #234ae4;
 | |
|     text-decoration: none;
 | |
|     cursor: pointer;
 | |
| }
 | |
| 
 | |
| .table-wrapper{
 | |
|     overflow-y: auto;
 | |
|     overflow-x: auto;
 | |
|     margin-bottom: 1rem;
 | |
| }
 | |
| 
 | |
| #tracker-header-bar{
 | |
|     display: flex;
 | |
|     flex-direction: row;
 | |
|     justify-content: flex-start;
 | |
|     line-height: 20px;
 | |
| }
 | |
| 
 | |
| #tracker-header-bar .info{
 | |
|     color: #ffffff;
 | |
| }
 | |
| 
 | |
| #search{
 | |
|     border: 1px solid #000000;
 | |
|     border-radius: 3px;
 | |
|     padding: 3px;
 | |
|     width: 200px;
 | |
|     margin-bottom: 0.5rem;
 | |
|     margin-right: 1rem;
 | |
| }
 | |
| 
 | |
| #multi-stream-link{
 | |
|     margin-right: 1rem;
 | |
| }
 | |
| 
 | |
| div.dataTables_wrapper.no-footer .dataTables_scrollBody{
 | |
|     border: none;
 | |
| }
 | |
| 
 | |
| table.dataTable{
 | |
|     color: #000000;
 | |
| }
 | |
| 
 | |
| table.dataTable thead{
 | |
|     font-family: LexendDeca-Regular, sans-serif;
 | |
| }
 | |
| 
 | |
| table.dataTable tbody{
 | |
|     background-color: #dce2bd;
 | |
|     font-family: LexendDeca-Light, sans-serif;
 | |
| }
 | |
| 
 | |
| table.dataTable tbody tr:hover{
 | |
|     background-color: #e2eabb;
 | |
| }
 | |
| 
 | |
| table.dataTable tbody td{
 | |
|     padding: 4px 6px;
 | |
| }
 | |
| 
 | |
| table.dataTable, table.dataTable.no-footer{
 | |
|     border-left: 1px solid #bba967;
 | |
|     width: calc(100% - 2px) !important;
 | |
|     font-size: 1rem;
 | |
| }
 | |
| 
 | |
| table.dataTable thead th{
 | |
|     position: -webkit-sticky;
 | |
|     position: sticky;
 | |
|     background-color: #b0a77d;
 | |
|     top: 0;
 | |
| }
 | |
| 
 | |
| table.dataTable thead th.upper-row{
 | |
|     position: -webkit-sticky;
 | |
|     position: sticky;
 | |
|     background-color: #b0a77d;
 | |
|     height: 36px;
 | |
|     top: 0;
 | |
| }
 | |
| 
 | |
| table.dataTable thead th.lower-row{
 | |
|     position: -webkit-sticky;
 | |
|     position: sticky;
 | |
|     background-color: #b0a77d;
 | |
|     height: 22px;
 | |
|     top: 46px;
 | |
| }
 | |
| 
 | |
| table.dataTable tbody td{
 | |
|     border: 1px solid #bba967;
 | |
| }
 | |
| 
 | |
| div.dataTables_scrollBody{
 | |
|     background-color: inherit !important;
 | |
| }
 | |
| 
 | |
| table.dataTable .center-column{
 | |
|     text-align: center;
 | |
| }
 | |
| 
 | |
| img.alttp-sprite {
 | |
|     height: auto;
 | |
|     max-height: 32px;
 | |
|     min-height: 14px;
 | |
| }
 | |
| 
 | |
| .item-acquired{
 | |
|     background-color: #d3c97d;
 | |
| }
 | |
| 
 | |
| @media all and (max-width: 1700px) {
 | |
|     table.dataTable thead th.upper-row{
 | |
|         position: -webkit-sticky;
 | |
|         position: sticky;
 | |
|         background-color: #b0a77d;
 | |
|         height: 27px;
 | |
|         top: 0;
 | |
|     }
 | |
| 
 | |
|     table.dataTable thead th.lower-row{
 | |
|         position: -webkit-sticky;
 | |
|         position: sticky;
 | |
|         background-color: #b0a77d;
 | |
|         height: 20px;
 | |
|         top: 37px;
 | |
|     }
 | |
| 
 | |
|     table.dataTable, table.dataTable.no-footer{
 | |
|         font-size: 0.8rem;
 | |
|     }
 | |
| 
 | |
|     img.alttp-sprite {
 | |
|         height: auto;
 | |
|         max-height: 24px;
 | |
|         min-height: 10px;
 | |
|     }
 | |
| }
 | |
| 
 | |
| @media all and (max-width: 1400px) {
 | |
|     table.dataTable thead th.upper-row{
 | |
|         position: -webkit-sticky;
 | |
|         position: sticky;
 | |
|         background-color: #b0a77d;
 | |
|         height: 22px;
 | |
|         top: 0;
 | |
|     }
 | |
| 
 | |
|     table.dataTable thead th.lower-row{
 | |
|         position: -webkit-sticky;
 | |
|         position: sticky;
 | |
|         background-color: #b0a77d;
 | |
|         height: 19px;
 | |
|         top: 32px;
 | |
|     }
 | |
| 
 | |
|     table.dataTable, table.dataTable.no-footer{
 | |
|         font-size: 0.6rem;
 | |
|     }
 | |
| 
 | |
|     img.alttp-sprite {
 | |
|         height: auto;
 | |
|         max-height: 20px;
 | |
|         min-height: 10px;
 | |
|     }
 | |
| }
 |