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

/* K â™š â™” -- Q â™› â™• -- R â™œ â™– -- B â™ â™— -- N â™ž â™˜ -- P â™Ÿ â™™ */

/* White's pieces */
#piece_m8  { color: white; } #piece_m8:before  { content: "â™”"; /* King   */ }
#piece_k6  { color: white; } #piece_k6:before  { content: "â™—"; /* Bishop */ }
#piece_l6  { color: white; } #piece_l6: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_e1  { color: #999;  } #piece_e1:before  { content: "â™š"; /* King   */ }
#piece_n7  { color: #999;  } #piece_n7:before  { content: "â™›"; /* Queen  */ }
#piece_j1  { color: #999;  } #piece_j1:before  { content: "â™œ"; /* Rook   */ }
#piece_n9  { color: #999;  } #piece_n9:before  { content: "â™œ"; /* Rook   */ }
#piece_a6  { color: #999;  } #piece_a6:before  { content: "â™"; /* Bishop */ }
#piece_h3  { color: #999;  } #piece_h3:before  { content: "â™ž"; /* Knight */ }
#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_k2  { color: #999;  } #piece_k2:before  { content: "â™Ÿ"; /* Pawn   */ }

/* Black's pieces */
#piece_c7  { color: black; } #piece_c7:before  { content: "â™š"; /* King   */ }
#piece_d4  { color: black; } #piece_d4:before  { content: "â™Ÿ"; /* Pawn   */ }
#piece_c6  { color: black; } #piece_c6:before  { content: "â™Ÿ"; /* Pawn   */ }
#piece_d7  { color: black; } #piece_d7:before  { content: "â™Ÿ"; /* Pawn   */ }
#piece_e8  { color: black; } #piece_e8:before  { content: "â™Ÿ"; /* Pawn   */ }
#piece_h10 { color: black; } #piece_h10:before { content: "â™Ÿ"; /* Pawn   */ }

/* Gold's pieces */
#piece_i13 { color: gold;  } #piece_i13:before { content: "â™š"; /* King   */ }
#piece_j14 { color: gold;  } #piece_j14:before { content: "â™œ"; /* Rook   */ }
#piece_d11 { color: gold;  } #piece_d11:before { content: "â™Ÿ"; /* Pawn   */ }
#piece_j7  { color: gold;  } #piece_j7:before  { content: "â™Ÿ"; /* Pawn   */ }
#piece_k10 { color: gold;  } #piece_k10:before { content: "â™Ÿ"; /* Pawn   */ }

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