* { font-family: "minecraft", "monospace"; } html { background-image: url("/img/bg.png"); image-rendering: crisp-edges; background-size: 100px; } body { margin: 0px; } .content { margin: auto; width: 50%; /*border: 3px solid green;*/ padding: 10px; 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'); } .donations.item > .icon { content:url('/img/diamond.png'); } .donations.details .donate.subitem > .icon { content:url('/img/gold_ingot.png'); } .item { display: flex; 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 { cursor: pointer; background-image: url("/img/redstone_lamp_on.png"); background-size: 55px; color: #FFFFFF; text-decoration: underline; } .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 .subitem { display: flex; color: #d7d7d7; text-decoration: none; text-shadow: -2px 0 black, 0 2px black, 2px 0 black, 0 -2px black; box-shadow: 5px 5px 15px black; justify-content: center; } .details .subitem:hover { cursor: pointer; color: #FFFFFF; text-decoration: underline; } .details .subitem .icon { width: 30pt; height: auto; image-rendering: crisp-edges; padding-right: 10pt; } .details .subitem .text { display: flex; align-items: center; font-size: 20pt; font-weight: bold; } .row { margin-bottom: 10pt; } .row :last-child { margin-bottom: 0pt; } .details { /* Hidden by default */ /*display: flex;*/ display: none; justify-content: center; flex-wrap: wrap; } .row .details textarea { resize: none; border: none; } .row .details.whitelist form { display: flex; flex-flow: column wrap; } .row .details.whitelist form label:first-child { margin-top: 0pt; } .row .details.whitelist form label { margin-top: 10pt; } .row .details.whitelist form input { height: 20pt; } .row .details>* { width: 90%; padding: 10pt; margin-top: 5pt; box-shadow: 5px 5px 15px black; background: url("/img/stripped_birch_log.png"); background-size: 80px; } #skin_container { position: absolute; left: 0; top: 0; margin: 10px; display: flex; flex-flow: column wrap; background-color: #fdfdfd45; border: 3px solid #686767; } @font-face { font-family: 'minecraft'; src: URL('/fonts/Minecraft.ttf') format('truetype'); }