/* Unix CSS that can optionally be used for the wiki. */

body
{
  padding: 20px 40px 0;
  font-family: "Lucida Console", monospace;
  color: #0d0;
  margin: auto;
  background-color: #0e0e0e;
  text-align: justify;
  font-size: 16px;
  line-height: 1.4;
}

.nav
{
  display: block;
  background-color: #222;
}

h1:first-of-type:after
{
  content: ": HAX0R edition";
}

b, strong
{
  color: #ccc;
}

h1:before
{
  content: "# ";
}

h2:before
{
  content: "## ";
}

h3:before
{
  content: "### ";
}

p
{
  margin: 20px 0;
}

em, i
{
  color: #888;
  font-style: normal;
}

hr
{
  margin: 20px 0 20px;
  border: 1px solid #ccc;
}

h1, h2, h3
{
  margin: 30px 0 10px;
  border-bottom: 2px solid #0e0;
  color: #eee;
  background-color: #030;
  padding: 5px 0 0;
}

ul, ol
{
  padding: 0;
  margin: 4px 30px;
}

ul
{
  list-style: none;
}

ul li:before
{
  content: "-";
  margin: 0 5px;
  color: #eee;
}

li
{
  margin: 2px 0;
}

pre, code
{
  font-family: "Lucida Console", monospace;
  background-color: #111;
  color: #ddd;
  font-size: 15px;
}

pre
{
  padding: 3px 0 0 15px;
  border-left: 2px solid #0e0;
}

table
{
  border-collapse: collapse;
  margin: 40px 20px;
}

table td, th
{
  border: 1px solid #ccc;
  padding: 6px 8px;
}

th
{
  background-color: #444;
  text-align: left;
}

a
{
  color: #04f;
  text-decoration: underline;
}

.dead
{
  color: #f20;
}