UNPKG

cm-chessboard-mini-games

Version:
3 lines (2 loc) 2.63 kB
@import url(../../node_modules/cm-chessboard/assets/chessboard.css);@import url(../../node_modules/cm-chessboard/assets/extensions/markers/markers.css);html{box-sizing:border-box;font-size:16px}*,*:before,*:after{box-sizing:inherit}body{font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";line-height:1.5;padding:1rem;margin:0 auto;max-width:1024px;background-color:#fff;color:#222}h1,h2,h3,h4,h5,h6,p,ol,ul,form,table{margin:0 0 1rem 0}h1 ul,h1 ol,h2 ul,h2 ol,h3 ul,h3 ol,h4 ul,h4 ol,h5 ul,h5 ol,h6 ul,h6 ol,p ul,p ol,ol ul,ol ol,ul ul,ul ol,form ul,form ol,table ul,table ol{margin-bottom:0}p,ol,ul{font-weight:400}h1,h2,h3,h4,h5,h6{font-weight:600}pre{padding:0.75rem 1rem;background-color:#f5f5f5;border-radius:0.5rem}img{max-width:100%;height:auto}a{color:#5169fc}button{background-color:#5169fc;color:#fff;cursor:pointer;border-color:#5169fc}button{padding:0.5rem 1rem;border-radius:0.25rem;border-width:1px;border-style:solid;font-size:16px}button:active{background-color:#3853fc;border-color:#3853fc}input,textarea,select{padding:0.5rem;border-radius:0.25rem;border-width:1px;font-size:16px}body.dark{background-color:#222;color:#fff}body.dark p,body.dark ol,body.dark ul{font-weight:300}body.dark h1,body.dark h2,body.dark h3,body.dark h4,body.dark h5,body.dark h6{font-weight:500}body.dark pre{background-color:#2f2f2f}@media (prefers-color-scheme: dark){body.auto-dark-mode{background-color:#222;color:#fff}body.auto-dark-mode p,body.auto-dark-mode ol,body.auto-dark-mode ul{font-weight:300}body.auto-dark-mode h1,body.auto-dark-mode h2,body.auto-dark-mode h3,body.auto-dark-mode h4,body.auto-dark-mode h5,body.auto-dark-mode h6{font-weight:500}body.auto-dark-mode pre{background-color:#2f2f2f}}.board-eight-queens .html-layer{background-color:rgba(0,0,0,0.4)}.board-eight-queens .html-layer .text{position:absolute;width:100%;height:100%;display:flex;justify-content:center;align-items:center;text-align:center;line-height:1.2;color:#ffea64;font-weight:bold;font-size:8vw;cursor:pointer;text-shadow:0 0 10px #000,0 0 5px rgba(0,0,0,0.5)}.board-eight-queens .fx-won{animation:won 1s ease-in-out}@keyframes won{from{scale:0}to{scale:1}}.board-eight-queens .fx-fade-in{animation:fade-in 1s ease-in-out}@keyframes fade-in{from{opacity:0}to{opacity:1}}.board-eight-queens .fx-fade-out{animation:fade-out 1s ease-in-out}@keyframes fade-out{from{opacity:1}to{opacity:0}}.board-eight-queens .fx-vanish{animation:vanish 1s ease-in-out}@keyframes vanish{from{opacity:1;scale:1}to{opacity:0;scale:2}} /*# sourceMappingURL=screen.css.map */