#controls-container { bottom: 0; left: 20px; padding: 40px 0; position: absolute; top: 0; width: 300px; z-index: 1; } .controls-block { background: #23074d; border: 6px solid #483c6c; border-radius: 0 18px 0 18px; color: #0cffe1; font-size: 24px; margin-bottom: 24px; overflow: hidden; padding-bottom: 24px; position: relative; } .controls-title { background: #0cffe1; color: #ff217c; font-size: 14px; margin-bottom: 16px; padding: 8px 24px; } .controls-message { cursor: default; font-size: 16px; padding: 24px; } .controls-button { cursor: pointer; padding: 8px 0; text-align: center; } .controls-button:hover { background: yellow; color: #23074d; } /*===== PLAYERS BLOCK =====*/ #controls-players { } .controls-player { cursor: default; padding: 8px 24px; } /*===== MOVES BLOCK =====*/ #controls-moves { background: #00dfd4; border: 6px solid #483c6c; border-radius: 0 18px 0 18px; color: #ff217c; position: relative; } #controls-moves-count { cursor: default; font-size: 84px; text-align: center; } .controls-moves-buttons-layout { display: flex; flex-direction: row; } #controls-reset, #controls-undo { flex: 1; font-size: 12px; padding: 12px; } #controls-submit { font-size: 24px; padding: 8px 0; } /*===== OPTIONS BLOCK =====*/ #controls-options { } #controls-options .controls-button { font-size: 16px; padding: 8px 24px; } /*===== COUNTDOWN BLOCK =====*/ #controls-countdown { background: #F96600; border-color: #ffec83; color: #ffff00; cursor: default; } #controls-countdown .controls-title { background: #CA1800; color: #ffec83; } .controls-countdown-values-layout { display: flex; flex-direction: row; } #controls-countdown-value { cursor: default; flex: 1; font-size: 64px; text-align: center; } #controls-countdown-value::after { content: 'seconds'; display: block; font-size: 12px; margin-top: -12px; } #controls-solution-value { cursor: default; flex: 1; font-size: 64px; text-align: center; } #controls-solution-value::after { content: 'moves'; display: block; font-size: 12px; margin-top: -12px; } #controls-skip { margin-top: 16px; } /*===== SOLUTION BLOCK =====*/ #controls-solution { background: #483c6c; border-width: 0; color: #F96600; text-align: center; } #controls-solution-message { color: #ffec83; padding-bottom: 0; } /* 0cffe1 CYAN 00dfd4 ff217c PINK 483c6c PURPLE 23074d fe5e78 SALMON ffa283 PEACH F96600 ORANGE ffec83 YELLOW FFFF00 */ #controls-solution-count { color: #ffec83; cursor: default; font-size: 84px; } #controls-solution-replay { } /*===== FOOTER BLOCK =====*/ #controls-footer { bottom: 0; left: 0; padding: 24px; position: absolute; right: 0; text-align: center; } #controls-footer a { color: #639699; font-size: 24px; text-decoration: none; } #controls-footer a:hover { text-decoration: underline; }