X-Git-Url: https://git.auder.net/variants/Baroque/complete_rules.html?a=blobdiff_plain;f=client%2Fsrc%2Fstyles%2F_board_squares_img.sass;h=199162860d6800752977de9e8879fc7eda6c3d83;hb=6c00a6e55209930057bcf040cf444f40e7d47030;hp=5e46b5386e830b3359f078b5e3df88d9d5196d54;hpb=ffeaef854d80445ef87f2cdf4fe71d60347a81bf;p=vchess.git diff --git a/client/src/styles/_board_squares_img.sass b/client/src/styles/_board_squares_img.sass index 5e46b538..19916286 100644 --- a/client/src/styles/_board_squares_img.sass +++ b/client/src/styles/_board_squares_img.sass @@ -1,11 +1,5 @@ // Styles for diagrams and board (partial). -.light-square-diag - background-color: #dfdfdf - -.dark-square-diag - background-color: #7287b6 - div.board user-select: none float: left @@ -13,10 +7,18 @@ div.board display: inline-block position: relative +div.board3 + width: 33.33% + padding-bottom: 33.33% + div.board5 width: 20% padding-bottom: 20% +div.board7 + width: 14.28% + padding-bottom: 14.28% + div.board8 width: 12.5% padding-bottom: 12.5% @@ -64,3 +66,47 @@ img.circle-square .in-shadow filter: brightness(50%) + +.touch-hover + background-color: #C571E6 !important + +.monochrome + border-bottom: 1px solid black + border-right: 1px solid black + box-sizing: border-box + +.border-left + border-left: 1px solid black + box-sizing: border-box + +.border-top + border-top: 1px solid black + box-sizing: border-box + +.light-square.lichess + background-color: #f0d9b5 +.dark-square.lichess + background-color: #b58863 +.middle-square.lichess + background-color: #D3B18C + +.light-square.chesscom + background-color: #e5e5ca +.dark-square.chesscom + background-color: #6f8f57 +.middle-square.chesscom + background-color: #AABA91 + +.light-square.chesstempo + background-color: #dfdfdf +.dark-square.chesstempo + background-color: #7287b6 +.middle-square.chesstempo + background-color: #A9B3CB + +.light-square.orangecc + background-color: #fce4b2 +.dark-square.orangecc + background-color: #d08b18 +.middle-square.orangecc + background-color: #E6B865