/* $PostgresPy: doc/xf/xhtml/css/main,v 1.5 2004/07/09 15:02:41 flaw Exp $
 *
 * † Instrument:
 *     Copyright 2004, rhid development, All Rights Reserved.
 *     
 *     Usage of the works is permitted provided that this
 *     instrument is retained with the works, so that any entity
 *     that uses the works is notified of this instrument.
 *     
 *     DISCLAIMER: THE WORKS ARE WITHOUT WARRANTY.
 *     
 *     [2004, Fair License; rhid.com/fair]
 *     
 *//*
 *
 */
html {
	background: #331111;
}

body {
	color: #000000;
	background: #FFFFFF;
	border-width: 2px;
	border-style: solid;
	border-color: #000000;

	max-width: 8.5in;
	padding: 3px;

	margin-right: auto;
	margin-left: auto;
}

a:link		{ color: #000066; }
a:visited	{ color: #000099; }
a:active		{ color: #FF0000; }
a:hover		{ color: darkred; }

body.book h1.title, body.set h1.title {
	text-align: center;
	font-size: 250%;
	font-family: sans-serif;
	color: #020167;
}

body.book h3.corpauthor, body.set h3.corpauthor {
	text-align: center;
	font-style: italic;
	font-weight: normal;
}

body.book .copyright, body.set .copyright {
	text-align: center;
}

div.example {
	margin: 0.5em;
	padding: 3px;
	padding-left: 15px;
	border: solid black 0px;
	border-left-width: 2px;
}

div.example>p.title {
	display: inline
}

.set .toc dl dt, .book .toc dl dt {
	padding-top: 1.5ex;
	padding-bottom: 1.5ex;
}

.set .toc dl dl dt, .book .toc dl dl dt {
	padding-top: 0ex;
	padding-bottom: 0ex;
}

.screen, .synopsis, .programlisting {
	margin-left: 4ex;
}

.navheader th	{ font-style: italic; }
.comment	{ color: red; }

var		{ font-family: monospace; font-style: inherit; }
acronym		{ font-style: inherit; }

div.variablelist>dl { margin-left: 32px; }
div.variablelist>dl>dd { padding-bottom: 1em; }

div.note, div.warning {
	background-color: lightyellow;
	border-width: 1px;
	border-style: solid;
	padding: 3px;
	margin: 4px;
}
div.note>h3.title, div.warning>h3.title { display: inline; }
div.note>p, div.warning>p { margin-bottom: 0px; }

div.table>table {
	border-style: solid
	border-width: 1px
	border-color: black
}

/*
 * vim: set filetype=css :
 */
