<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#move-21-4 { background: yellow; }

/* White's pieces */
#piece_n6  { color: white; } #piece_n6:before  { content: "â™œ"; /* Rook   */ }
#piece_n5  { color: white; } #piece_n5:before  { content: "â™š"; /* King   */ }
#piece_n8  { color: white; } #piece_n8:before  { content: "â™›"; /* Queen  */ }
#piece_m8  { color: white; } #piece_m8:before  { content: "â™"; /* Bishop */ }
#piece_f7  { color: white; } #piece_f7:before  { content: "â™ž"; /* Knight */ }
#piece_m4  { color: white; } #piece_m4:before  { content: "â™Ÿ"; /* Pawn   */ }
#piece_m5  { color: white; } #piece_m5:before  { content: "â™Ÿ"; /* Pawn   */ }
#piece_m6  { color: white; } #piece_m6:before  { content: "â™Ÿ"; /* Pawn   */ }
#piece_k7  { color: white; } #piece_k7:before  { content: "â™Ÿ"; /* Pawn   */ }
#piece_l8  { color: white; } #piece_l8:before  { content: "â™Ÿ"; /* Pawn   */ }

/* Silver's pieces */
#piece_f1  { color: #999;  } #piece_f1:before  { content: "â™œ"; /* Rook   */ }
#piece_h3  { color: #999;  } #piece_h3:before  { content: "â™ž"; /* Knight */ }
#piece_e2  { color: #999;  } #piece_e2:before  { content: "â™"; /* Bishop */ }
#piece_e1  { color: #999;  } #piece_e1:before  { content: "â™š"; /* King   */ }
#piece_h1  { color: #999;  } #piece_h1:before  { content: "â™›"; /* Queen  */ }
#piece_j4  { color: #999;  } #piece_j4:before  { content: "â™"; /* Bishop */ }
#piece_k3  { color: #999;  } #piece_k3:before  { content: "â™ž"; /* Knight */ }
#piece_k1  { color: #999;  } #piece_k1:before  { content: "â™œ"; /* Rook   */ }
#piece_d2  { color: #999;  } #piece_d2:before  { content: "â™Ÿ"; /* Pawn   */ }
#piece_e4  { color: #999;  } #piece_e4:before  { content: "â™Ÿ"; /* Pawn   */ }
#piece_f2  { color: #999;  } #piece_f2:before  { content: "â™Ÿ"; /* Pawn   */ }
#piece_g2  { color: #999;  } #piece_g2:before  { content: "â™Ÿ"; /* Pawn   */ }
#piece_h2  { color: #999;  } #piece_h2:before  { content: "â™Ÿ"; /* Pawn   */ }
#piece_i2  { color: #999;  } #piece_i2:before  { content: "â™Ÿ"; /* Pawn   */ }
#piece_j3  { color: #999;  } #piece_j3:before  { content: "â™Ÿ"; /* Pawn   */ }
#piece_k2  { color: #999;  } #piece_k2:before  { content: "â™Ÿ"; /* Pawn   */ }

/* Black's pieces */
#piece_a11 { color: black; } #piece_a11:before { content: "â™œ"; /* Rook   */ }
#piece_c6  { color: black; } #piece_c6:before  { content: "â™ž"; /* Knight */ }
#piece_g12 { color: black; } #piece_g12:before { content: "â™›"; /* Queen  */ }
#piece_a6  { color: black; } #piece_a6:before  { content: "â™š"; /* King   */ }
#piece_b8  { color: black; } #piece_b8:before  { content: "â™"; /* Bishop */ }
#piece_d13 { color: black; } #piece_d13:before { content: "â™ž"; /* Knight */ }
#piece_d4  { color: black; } #piece_d4:before  { content: "â™Ÿ"; /* Pawn   */ }
#piece_b5  { color: black; } #piece_b5:before  { content: "â™Ÿ"; /* Pawn   */ }
#piece_b6  { color: black; } #piece_b6:before  { content: "â™Ÿ"; /* Pawn   */ }
#piece_d7  { color: black; } #piece_d7:before  { content: "â™Ÿ"; /* Pawn   */ }
#piece_d8  { color: black; } #piece_d8:before  { content: "â™Ÿ"; /* Pawn   */ }
#piece_b9  { color: black; } #piece_b9:before  { content: "â™Ÿ"; /* Pawn   */ }
#piece_d10 { color: black; } #piece_d10:before { content: "â™Ÿ"; /* Pawn   */ }

/* Gold's pieces */
#piece_i14 { color: gold;  } #piece_i14:before { content: "â™œ"; /* Rook   */ }
#piece_j10 { color: gold;  } #piece_j10:before { content: "â™"; /* Bishop */ }
#piece_j13 { color: gold;  } #piece_j13:before { content: "â™š"; /* King   */ }
#piece_k14 { color: gold;  } #piece_k14:before { content: "â™œ"; /* Rook   */ }
#piece_d12 { color: gold;  } #piece_d12:before { content: "â™Ÿ"; /* Pawn   */ }
#piece_e13 { color: gold;  } #piece_e13:before { content: "â™Ÿ"; /* Pawn   */ }
#piece_j12 { color: gold;  } #piece_j12:before { content: "â™Ÿ"; /* Pawn   */ }
#piece_k13 { color: gold;  } #piece_k13:before { content: "â™Ÿ"; /* Pawn   */ }

/* EOF */
</pre></body></html>