/* (C) Roy van Lunsen */ #log { border-style: solid; overflow-x: scroll; scrollbar-width: none; background: linear-gradient(to right,transparent 90%,#000),repeating-linear-gradient(90deg,#000 1px,transparent 9px); } #main { display: grid; } html { background: url(../i/bg.png); } #notice, #warning { position: absolute; right: 2vmin; top: 14vmin; background-color: #e66d; /* padding: 4px;*/ text-align: center; border-radius: 25%; border-left-style: solid; border-right-style: solid; min-width: 178px; box-shadow: inset 4px 4px 4px #bbbbbb; } #warning { right: 0; top: 25%; border-radius: 0; width: 100%; font-size: larger; padding: 5px; } h1 { text-decoration-line: underline; } /* Chess board START */ #board a { margin: 1px; } #y-co { display: flex; flex-flow: column-reverse; /* Order depends on player side #1/3 */ padding-left: 24px; max-inline-size: 356px; /* TODO: We don't use SVG for the chess pieces, so it might look pixelated on high-res. Wouldn't it be better to have a resizeable board? */ min-width: 178px; /* From this point onward the item list font size will be too large */ /* From this point onward the pieces will seem pixelated */ background-color: peru; /*! margin-left: 24px; */ box-shadow: 10px 10px 20px 10px; } .x-row { display: flex; flex-flow: row nowrap; /* Order depends on player side #2/3 */ padding-left: 0; /*! min-width: 140px; */ } #y-co > li { flex: 1; border-left-style: ridge; } #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: groove; border-width: thick; border-color: tan; } #x-co { display: flex; /*! padding-top: 1em; */ flex-flow: row nowrap; list-style-position: inside; list-style-type: upper-alpha; padding-left: 0px; height: 24px; border-top-style: ridge; } #x-co > li { flex: 1 1 32px; padding-top: 0.4em; } 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; border-radius: 5%; } figure img { height: 20px; padding: 1px; } .white { background-color: white; color: black; } .black { background-color: black; color: white; } dd.noimg { /* Display text of