@charset "UTF-8"; /* -*- coding: utf-8 -*- */
/* Style-sheet to accompany riddle-solver in BlackSphinx.html */
@import url("../../scripted.css");

.poem h3:first-letter, .poem p:first-letter { text-transform: uppercase; }
td[class] { text-align: center; }

/* The following get over-ridden inside .poem so as to perform the
 * substitutions specified by the form - but only when scripting is on.
 * Dangling comments give Unicode values for the best match to the
 * hieroglyphs, as found in a 2005 proposal, see
 * http://unicode.org/~rscook/egypt/20051024/
 */
.eye		{ content: "A"; } /* e08a */
.square		{ content: "B"; } /* e2e2 */
.square-spiral	{ content: "C"; } /* e283 */
.duck		{ content: "D"; } /* e18f, roughly */
.zig-zag	{ content: "E"; } /* e26a */
.goose		{ content: "F"; } /* e18d ? */
.snow-drop	{ content: "G"; } /* e443 */
.flag		{ content: "H"; } /* e214 */
.dome		{ content: "I"; } /* e4a0 */
.oven		{ content: "J"; } /* e48e, roughly */
.hawk		{ content: "K"; } /* e160 */
.snail		{ content: "L"; } /* e1c9, roughly */
.lozenge	{ content: "M"; } /* e095 */
.dove		{ content: "N"; } /* e189 / e18a */
.mitten		{ content: "O"; } /* e0b1 */
.owl		{ content: "P"; } /* e174 */
.curve-spiral	{ content: "Q"; } /* e4ca */
.stork		{ content: "R"; } /* e182 */
.hound		{ content: "S"; } /* e0ea */
.man		{ content: "T"; } /* e06c */
.bowl		{ content: "U"; } /* e463 */
.hole		{ content: "V"; } /* e4d0, diagonally */
.two-flags	{ content: "W"; } /* e215 */
