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

/* White's pieces */
#piece_n4  { color: white; } #piece_n4:before  { content: "â™œ"; /* Rook   */ }
#piece_l6  { color: white; } #piece_l6:before  { content: "â™ž"; /* Knight */ }
#piece_n7  { color: white; } #piece_n7:before  { content: "â™š"; /* King   */ }
#piece_n8  { color: white; } #piece_n8:before  { content: "â™›"; /* Queen  */ }
#piece_n9  { color: white; } #piece_n9:before  { content: "â™"; /* Bishop */ }
#piece_l11 { color: white; } #piece_l11:before { content: "â™ž"; /* Knight */ }
#piece_f10 { color: white; } #piece_f10:before { content: "â™œ"; /* Rook   */ }
#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   */ }
#piece_m11 { color: white; } #piece_m11:before { content: "â™Ÿ"; /* Pawn   */ }

/* Silver's pieces */
#piece_f1  { color: #999;  } #piece_f1:before  { content: "â™œ"; /* Rook   */ }
#piece_g5  { color: #999;  } #piece_g5:before  { content: "â™ž"; /* Knight */ }
#piece_l9  { color: #999;  } #piece_l9:before  { content: "â™"; /* Bishop */ }
#piece_e1  { color: #999;  } #piece_e1:before  { content: "â™š"; /* King   */ }
#piece_h1  { color: #999;  } #piece_h1:before  { content: "â™›"; /* Queen  */ }
#piece_i1  { color: #999;  } #piece_i1: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_j2  { color: #999;  } #piece_j2:before  { content: "â™Ÿ"; /* Pawn   */ }
#piece_k2  { color: #999;  } #piece_k2:before  { content: "â™Ÿ"; /* Pawn   */ }

/* Black's pieces */
#piece_a4  { color: black; } #piece_a4:before  { content: "â™œ"; /* Rook   */ }
#piece_c6  { color: black; } #piece_c6:before  { content: "â™ž"; /* Knight */ }
#piece_a7  { color: black; } #piece_a7:before  { content: "â™›"; /* Queen  */ }
#piece_a8  { color: black; } #piece_a8:before  { content: "â™š"; /* King   */ }
#piece_f4  { color: black; } #piece_f4:before  { content: "â™"; /* Bishop */ }
#piece_a10 { color: black; } #piece_a10:before { content: "â™ž"; /* Knight */ }
#piece_a11 { color: black; } #piece_a11:before { content: "â™œ"; /* Rook   */ }
#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   */ }
#piece_b11 { color: black; } #piece_b11:before { content: "â™Ÿ"; /* Pawn   */ }

/* Gold's pieces */
#piece_d14 { color: gold;  } #piece_d14:before { content: "â™œ"; /* Rook   */ }
#piece_f12 { color: gold;  } #piece_f12:before { content: "â™ž"; /* Knight */ }
#piece_f14 { color: gold;  } #piece_f14:before { content: "â™"; /* Bishop */ }
#piece_i14 { color: gold;  } #piece_i14:before { content: "â™š"; /* King   */ }
#piece_j14 { color: gold;  } #piece_j14:before { content: "â™ž"; /* Knight */ }
#piece_k14 { color: gold;  } #piece_k14:before { content: "â™œ"; /* Rook   */ }
#piece_d13 { color: gold;  } #piece_d13:before { content: "â™Ÿ"; /* Pawn   */ }
#piece_e13 { color: gold;  } #piece_e13:before { content: "â™Ÿ"; /* Pawn   */ }
#piece_f13 { color: gold;  } #piece_f13:before { content: "â™Ÿ"; /* Pawn   */ }
#piece_g13 { color: gold;  } #piece_g13:before { content: "â™Ÿ"; /* Pawn   */ }
#piece_h11 { color: gold;  } #piece_h11:before { content: "â™Ÿ"; /* Pawn   */ }
#piece_i13 { color: gold;  } #piece_i13:before { content: "â™Ÿ"; /* Pawn   */ }
#piece_j13 { color: gold;  } #piece_j13:before { content: "â™Ÿ"; /* Pawn   */ }
#piece_k13 { color: gold;  } #piece_k13:before { content: "â™Ÿ"; /* Pawn   */ }

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