Skip to content

Instantly share code, notes, and snippets.

@huytd
Created April 29, 2020 07:19
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save huytd/046e2ba52cc263cf7c325ee0b625d9cd to your computer and use it in GitHub Desktop.
Save huytd/046e2ba52cc263cf7c325ee0b625d9cd to your computer and use it in GitHub Desktop.
.crosstable { display: none; }
.analyse__moves::before {
content: " white black ";
width: 100%;
display: block;
text-align: center;
white-space: pre-wrap;
padding: 5px;
font-weight: bold;
position: sticky;
top: 0;
left: 0;
background: #252525;
z-index: 10;
}
body.dark { background: #312e2b; }
#main-wrap .round {
grid-template-areas: 'app app side' 'uchat under .';
}
.tview2 > interrupt lines {
opacity: 0.5;
}
.tview2 > interrupt move.active {
background: #fff;
color: #282828;
}
.tview2 move {
border-radius: 5px;
}
.tview2-inline comment {
color: #629924;
}
body.green square.last-move, body.green-plastic square.last-move, body.marble square.last-move {
background: rgba(240, 193, 92, 0.5);
}
glyph[title="Dubious move"] {
color: #f0c15c;
box-shadow: 50px 0px 0px 100px rgba(240, 193, 92, 0.25);
background: rgba(240, 193, 92, 0.25);
}
glyph[title="Mistake"] {
color: #e6912c;
box-shadow: 50px 0px 0px 100px rgba(230, 145, 44, 0.25);
background: rgba(230, 145, 44, 0.25);
}
glyph[title="Blunder"] {
color: #dd5357;
box-shadow: 50px 0px 0px 100px rgba(221, 83, 87, 0.25);
background: rgba(221, 83, 87, 0.25);
}
.advice-summary tr[data-symbol="?!"] {
color: #f0c15c;
}
.advice-summary tr[data-symbol="?"] {
color: #e6912c;
}
.advice-summary tr[data-symbol="??"] {
color: #dd5357;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment