body { background-color: @@cBG@@; color: @@cFG@@; font: 24px arial; margin: 2px; padding: 0; overflow-x: hidden; overflow-y: hidden; } #cvs { width: 99vw; } #digits-container { width: @@SS@@px; text-align: center; } .spacer { display: inline-block; } #digits-container table { display: inline-block; border-spacing: 6px; } #digits-container td { border-radius: 8px; margin: 0; padding: 0; width: 70px; height: 70px; color: @@cInvFG@@; user-select: none; -moz-user-select: none; -webkit-user-select: none; cursor: pointer; } #digit-table-large td.selected { background-color: @@cBGdigitLargeSelected@@; } #digit-table-small td.selected { background-color: @@cBGdigitSmallSelected@@; } #digits-container td.disabled { color: @@cFGdisabled@@; } #digit-table-small td { background-color: @@cMenuSmall@@; font-size: 24px; } #digit-table-large td { background-color: @@cMenuLarge@@; font-size: 42px; }