* { font-family: "minecraft", "monospace"; } html { background-image: url("/img/bg.png"); image-rendering: crisp-edges; background-size: 100px; height: 100%; } body { height: 100%; margin: 0px; } .content { margin: auto; width: 50%; /*border: 3px solid green;*/ padding: 10px; height: 100%; box-sizing: border-box; } .player_count { text-align: center; margin: 3pt; font-size: 40pt; text-shadow: -1px 0 white, 0 1px white, 1px 0 white, 0 -1px white; } .items { width: 70%; margin: auto; } .news .icon { content:url('/img/birch_sign.png'); } .map .icon { content:url('/img/map.png'); } .whitelist .icon { content:url('/img/writable_book.png'); } .item { display: flex; background-color: gray; padding: 2pt; color: #d7d7d7; border: 5px solid black; background-image: url("/img/redstone_lamp.png"); background-size: 55px; text-decoration: none; text-shadow: -2px 0 black, 0 2px black, 2px 0 black, 0 -2px black; box-shadow: 5px 5px 15px black; } .item:hover { background-color: red; cursor: pointer; background-image: url("/img/redstone_lamp_on.png"); background-size: 55px; color: #FFFFFF; text-decoration: underline; } .row { margin-bottom: 10pt; } .row :last-child { margin-bottom: 0pt; } .item .icon { width: 50pt; height: auto; image-rendering: crisp-edges; padding: 10pt; } .item .text { display: flex; align-items: center; font-size: 25pt; font-weight: bold; } .details { display: flex; justify-content: center; } .row .details.news textarea { resize: none; width: 90%; background: url("/img/stripped_birch_log.png"); background-size: 80px; border: none; padding: 10pt; margin-top: 5pt; box-shadow: 5px 5px 15px black; } @font-face { font-family: 'minecraft'; src: URL('/fonts/Minecraft.ttf') format('truetype'); }