/*
 * fish - Overrides to the ugly Doxygen default CSS
 */

/*
 * Nobody likes reading a) long lines, b) lines squished vertically, or
 * c) tiny text at monitor-distance vs. book distance
 */
body, table, div, p, dl
{
  max-width: 50em;
  font-size: 16px;
  line-height: 1.4em;
}

/* Let it breathe a bit */
body
{
  margin: 20px 50px;
}

h1
{
	font-size: 190%;
}

h2
{
	font-size: 160%;
}

h3
{
	padding-left:10%;
	font-size: 130%;
}

h4
{
	padding-left:10%;
	font-style: italic;
	font-weight: normal;
	font-size: 100%;
}

code
{
  font-family: monospace, fixed;
  background: #eeeeee;
  padding: 0 4px;
}

pre
{
  white-space: pre;
  overflow: auto; 
  font-family: monospace, fixed;
  background: #eeeeee;
  padding: 8px 12px;
  font-size: 0.9em;
  line-height: 1.2em;
  border: 1px solid #AAAAAA;
}
