/* style.css: Stylesheet for ~shipman pages
 */
@import url("../tcc/docbook.html");

/* General style rules
 */
body
{ background-color: #ffffcc; /* Very pale yellow */
  /* Rule of thumb for text columns: 1.5 to 2.5 alphabets
   * wide.  This is more.
   */
  max-width: 50em;
  line-height: 133%;
}

h1
{ line-height: 133%;
}

span.keyword
{   font-size: 120%;
    font-family: "Avant Garde", Helvetica, sans-serif;
    font-weight: bold;
}

/*================================================================
 * These are for the ~shipman/www/z/cbc/proof/ pages.
 */
td.head, h2.count
{ /* Heading for the next count
   */
  padding: 10px;
  background-color: #ddd; /* Pale gray */
  color: #008888; /* Dark cyan */
  font-size: larger;
  font-family: helvetica, sans-serif;
  font-style: italic;
  border-style: solid;
  border-color: #008888;
  border-width: thick;
}

tr.head
{ /* Heading rows */
  margin-top: 20px;
}


td.bad, th.bad
{ /* Error cells
   */
  background-color: #ffeeee; /* Pink */
}

div.loud
{ border: 5px solid red;
  padding: 1em;
}

/*================================================================
 * For Shipman's Unfamiliar Quotations.
 */
div.quote
{ margin-top: 1em;
  border-width: 3px;
  border-style: solid;
  border-color: #ffda8b;  /* Medium brown */
  padding: 1em;
  color: #663300;    /* Dark brown */
}

div.attrib
{ font-size: smaller;
  margin-left: 8em;
}
