/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
/* dungeon.css
 *
 * copyright (c) 2006 drow <drow@bin.sh>
 * all rights reserved.
*/

/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
/* content */

h1, h2 {
  text-align: center;
}
.center {
  text-align: center;
}
table.center {
  margin: 0px auto;
}

/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
/* dungeon map */

table.map {
  margin: 2ex auto;
  border: none;
    border-left: 1px solid #CCCCCC;
    border-top: 1px solid #CCCCCC;
}
table.map td.cell {
  margin: 0px; padding: 0px;
    border-right: 1px solid #CCCCFF;
    border-bottom: 1px solid #CCCCFF;
  text-align: center; vertical-align: middle;
  font-family: Helvetica, Geneva, sans-serif;
  font-size: 9px;
}
table.map td.been {
  background: #DEFFDE;
}
table.map td.cell a {
  text-decoration: none;
}
table.map td.fill {
  border-color: #333333;
  background: #000000;
}

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
/* legend */

p.legend {
  text-align: center;
}
p.legend span {
  margin: 0px 1em;
}

/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
/* room contents */

table.content {
  margin: 2ex auto;
  border: none;
    border-top: 1px solid #CCCCCC;
}
table.content table {
  width: 100%;
  margin: 4px;
  border: none;
    border-top: 1px solid #CCCCCC;
}
table.content tr:hover {
  background: #DEDEDE;
}
table.content tr:hover table tr:hover {
  background: #FFFFFF;
}
table.content td {
  padding: 4px 1em;
  border: none;
    border-bottom: 1px solid #CCCCCC;
  vertical-align: top;
}
table.content td.room_id {
  padding-top: 8px;
}
td.room_id, td.door_id, td.content_id {
  width: 8em;
  text-align: right;
  white-space: nowrap;
}
td.room_id {
  font-size: larger;
  font-weight: bold;
}
td.door_id {
  font-style: italic;
}
td.content_id {
  font-weight: bold;
}
td.description p {
  margin: 4px 0px 0px 0px;
}
td.description hr {
  margin: 4px 0em;
  border: none;
    border-top: 1px solid #CCCCCC;
}

/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
/* footer */

p.ogl {
  margin: 2ex 2em;
  padding: 3px 1em;
  border: 1px solid #CCCCCC;
  background: #DEDEDE;
  text-align: center;
}

/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */

