/* Style sheet for the Hypertext Transformers FAQ. */



/* ----------------- Basic stuff ----------------- */

body      {color:black;
           background:white;
           font-family:sans-serif;
           font-size:0.9em;
           font-weight:normal;
           font-style:normal}
address   {font-size:.8em}
.question {font-weight:bold;
           font-size:1.1em}
.alert    {font-weight:bold;
           background:black;
           color:yellow}
hr        {text-align:center}

a:link    {color:blue;
           text-decoration:underline}
a:visited {color:red;
           text-decoration:underline}
a:hover   {color:blue;
           text-decoration:underline}
a:active  {color:red;
           text-decoration:underline}

a.ref {}
a.offsite:after  {content:" \0021B7"}

/*
Some unicode arrows: 2187 northeast arrow
                     21D7 northeast double arrow
                     21B7 anticlockwise semicircle arrow
Refer to unicode chars by hex with &#xNNNN;
*/

cite.line   {}
cite.comic  {}
cite.show   {}
cite.book   {}
cite.movie  {}

/* ----------------- Navbar stuff ----------------- */

.navbar           {background-color:white;
                   color:black}
.navbar a:link    {}
.navbar a:visited {}
.navbar a:hover   {}
.navbar a:active  {}


/* ----------------- List stuff ----------------- */

ol.chapters    {list-style-type:upper-roman}
ol.sections    {list-style-type:upper-alpha}
ol.questions   {list-style-type:decimal}

li.zero        {list-style-type:decimal}

dl.glossary    {}

/* ----------------- Table stuff ----------------- */

table.type-1 {border-collapse:collapse;
              background:#f5f5f5}
table.type-1 td {padding:0em 0.3em}
table.type-1 tr {border-top:thin solid;
                 border-bottom:none}
table.type-1 tr.notes {font-style:italic;
                       border-top:thin dotted grey;
                       border-bottom:thin solid}

table.type-2 {border-collapse:collapse; background:#f5f5f5;
              font-size:0.8em; width:100%;
              border-top:hidden; border-left:hidden}
table.type-2 td {border-top:thin solid;
                 border-left:thin solid}

/* ----------------- Experimental stuff ----------------- */

/* div.question br:before {content:"Zoop"} */

