* { box-sizing: border-box; } body { background: black; color: white; display: flex; flex-wrap: nowrap; justify-content: center; line-height: 1.5; font-family: monospace; font-size: 1rem; } main { width: 80ch; max-width: 100%; order: 0; position: relative; } #users { width: 20ch; text-align: right; order: -1; margin-right: 1em; overflow: hidden; } #right { width: 50ch; } @media (max-width: 150ch) { #right { display: none; } } @media (max-width: 100ch) { #users { display: none; } } #users ul { margin: 0; list-style: none; } #heatmap { width: 100%; height: 0; user-select: none; } #heatmap a { width: .75em; height: .75em; display: inline-block; border-radius: 100%; margin: .25em; } .box { background: #0c0a0fc0; box-shadow: 5px 5px 5px #0c0a0fc0; padding: 1em 1.5ch; display: inline-block; margin: .5em; } main > *:not(#heatmap) { margin: 1em; } main.dotted > *:not(#heatmap) { display: none; } main.dotted #heatmap { z-index: 1; } pre, p { margin: 0; } a { color: #b5d0f4; } #users a { color: #5e7ea8; } #right > * { width : 100%; } #planet ul { margin-left: 1ch; } .planetuser { float: right; opacity: 0.7; }