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

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

/* White's pieces */
#piece_n8  { color: white; } #piece_n8:before  { content: "â™œ"; /* Rook   */ }
#piece_n5  { color: white; } #piece_n5:before  { content: "â™š"; /* King   */ }
#piece_f11 { color: white; } #piece_f11:before { content: "â™"; /* Bishop */ }
#piece_h8  { color: white; } #piece_h8:before  { content: "â™ž"; /* Knight */ }
#piece_l4  { color: white; } #piece_l4: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_j5  { color: #999;  } #piece_j5: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_k2  { color: #999;  } #piece_k2:before  { content: "â™Ÿ"; /* Pawn   */ }

/* Black's pieces */
#piece_c6  { color: black; } #piece_c6:before  { content: "â™ž"; /* Knight */ }
#piece_e13 { color: black; } #piece_e13:before { content: "â™›"; /* Queen  */ }
#piece_a6  { color: black; } #piece_a6:before  { content: "â™š"; /* King   */ }
#piece_f12 { color: black; } #piece_f12: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_e8  { color: black; } #piece_e8: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_e14 { color: gold;  } #piece_e14:before { content: "â™œ"; /* Rook   */ }
#piece_i14 { color: gold;  } #piece_i14:before { content: "â™š"; /* King   */ }
#piece_g14 { color: gold;  } #piece_g14:before { content: "â™œ"; /* Rook   */ }
#piece_d12 { color: gold;  } #piece_d12: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>