@charset "UTF-8"; /* -*- coding: utf-8 -*- */
/* Styling for the self-referential aptitude test. */
@import "../scripted.css";

/* The inner <il>s are our answers, so need A, B, C, D, E numbering: */
li ol { list-style: upper-latin; }

/* CSS3: not yet widely supported ! */
input:checked + input { visibility: hidden; }

/* The form background is grey, so .right shows up: */
form { background-color: #bbb; }

/* Classes for the questions, to indicate status when last checked: */
li.wrong { background-color: pink; }
li.dodgy { background-color: #999; }
li.maybe { background-color: #ddd; }
li.right { background-color: white; }

/* Dynamic assistance: useless unless we've got JavaSpit active; which unsets
 * className on relevant elements. */
.cheat { display: none; }
