/* (C) Roy van Lunsen */ #log { border-style: solid; overflow-x: scroll; scrollbar-width: none; } /* Chess board START */ #board { max-inline-size: 100vh; /* TODO: We don't use SVG for the chess pieces, so it might look pixelated on high-res */ } #board a { margin: 1px; } #y-co { display: flex; flex-flow: column-reverse; /* Order depends on player side #1/3 */ padding-left: 24px; min-width: 178px; /* From this point onward the item list font size will be too large */ } .x-row { display: flex; flex-flow: row nowrap; /* Order depends on player side #2/3 */ padding-left: 32px; /*! min-width: 140px; */ } #y-co > li { flex: 1; } #y-co > li:nth-child(2n) > .x-row > li:nth-child(2n) { background-color: #6c360d; } #y-co > li:nth-child(2n+1) > .x-row > li:nth-child(2n+1) { background-color: #6c360d; } #y-co > li:nth-child(2n+1) > .x-row > li:nth-child(2n) { background-color: #884b10; } #y-co > li:nth-child(2n) > .x-row > li:nth-child(2n+1) { background-color: #884b10; } /*#y-co > li > .x-row > li:first-child {*/ /* border-left-style: solid;*/ /*}*/ #y-co:not(.x-row) { border-style: solid; } #x-co { display: flex; padding-top: 1em; flex-flow: row nowrap; list-style-position: inside; list-style-type: upper-alpha; padding-left: 32px; } #x-co > li { flex: 1 1 32px; padding-top: 1em; } img { border: 2.5px; max-width: 100%; } .coord > a { flex: 1 1 32px; display: flex; } ol > li li { flex: 1 1 32px; display: flex; aspect-ratio: 1; } dl { display: flex; flex-flow: row-reverse; /* Order depends on player side #3/3 */ width: max-content; } dl li { display: flex; flex-flow: column-reverse; /* Order depends on player side #3/3 */ } li.coord { } /* Chess board END */ /* Chess move log START */ figure { display: flex; flex-flow: row; margin: 0 5px 0 5px; } figure img { height: 20px; padding: 1px; } .white { background-color: white; color: black; } .black { background-color: black; color: white; } dd.noimg { /* Display text of