body { background-color: darkgray; } #activeholder { width: 100%; left: 0%; bottom: 0%; } .activepart { width: fit-content; margin: auto; padding: auto; position: relative; } .place { width: 128px; height: 128px; background-color: lightgray; } .fixbgimage{ image-rendering: pixelated; background-repeat: no-repeat; background-size: cover; } #trashcan { width: 128px; height: 128px; background-color: red; background-image: url("assets/trashcan.png"); } #verify { width: 128px; height: 128px; background-image: url("assets/verify.png"); background-color: blue; } #refresh { width: 128px; height: 128px; background-image: url("assets/refresh.png"); background-color: darkgreen; } .status { width: 128px; height: 128px; display: none; background-image: url("assets/fail.png"); } th, td { padding: 8px; overflow: hidden; display: inline-block; } #actiontable{ margin-left: auto; margin-right: auto; } .itemcont { width: 100vw; } .itemstor { display: flex; flex-direction: row; flex-wrap: wrap; margin-left: auto; margin-right: auto; width: fit-content; padding: auto; position: relative; } .itemstor>div { margin: 8px; } .itemstor>div>p { margin: 0px; } #vzoritem { bottom: 4%; left: 4%; z-index: 10; } #vzoritemtd{ width: unset; height: unset; overflow: unset; margin-left: auto; margin-right: auto; } .itemholderak{ width: 100%; height: 100%; } .lettervec{ font-family: 'Courier New', monospace; font-size: 128px; width: 128px; height: 128px; text-align: center; margin: 0px; background-color:white; } .imagevec{ width: 128px; height: 128px; background-color:white; } #currentvzor{ width: unset; height: unset; }