stylesheets/programming-guidelines.css
author "German Poo-Caaman~o <gpoo@ubiobio.cl>"
Thu, 07 Sep 2006 16:46:51 -0400
changeset 0 7e52f5046fb6
child 1 52d161ada41e
permissions -rw-r--r--
2006-09-07 German Poo-Caaman~o <gpoo@ubiobio.cl> * Makefile: * programming-guidelines.xml: * stylesheets/README * stylesheets/devhelp.xsl * stylesheets/home.png * stylesheets/left.png * stylesheets/librognome-html.xsl * stylesheets/programming-guidelines.css: * stylesheets/right.png: * stylesheets/up.png: * ChangeLog: Initial version.

body {
	font-family: sans, verdana, arial, geneva;
}

.funcsynopsis {
	background: #eeeeff;
	border: solid 0px #aaaaff;
	padding: 0.5em;
}

.screen {
	font-family: monospace, courier;
	background: #eeeeff;
	border: solid 1px #aaaaff;
	padding: 0.5em;
}

.figure {
	text-align: center;
}

.affiliation {
	font-size: small;
}

.firstname, .surname {
	font-weight: bold;
}

.author {
	padding: 0em;
}

/* Definidos por gtk-doc */
.synopsis, .classsynopsis {
	background: #eeeeee;
	border: solid 1px #aaaaaa;
	padding: 0.5em;
}

.programlisting {
	background: #eeeeff;
	border: solid 1px #aaaaff;
	padding: 0.5em;
}

.variablelist {
	padding: 4px;
	margin-left: 3em;
}

.navigation {
	background: #ffeeee;
	border: solid 1px #ffaaaa;
	margin-top: 0.5em;
	margin-bottom: 0.5em;
}

.navigation a {
	color: #770000;
}

.navigation a:visited {
	color: #550000;
}

.navigation .title {
	font-size: 200%;
}

.revhistory {
	padding: 0.5em;
}

div.revhistory > table {
	border: solid 1px #ccc;
	background-color: #eee;
	color: #444;
	border-collapse: collapse;
	font-size: x-small;
	/* border-style: hidden; */
}