stylesheets/programming-guidelines.css
author "German Poo-Caaman~o <gpoo@ubiobio.cl>"
Fri, 08 Sep 2006 10:46:48 -0400
changeset 1 52d161ada41e
parent 0 7e52f5046fb6
permissions -rw-r--r--
2006-09-07 German Poo-Caaman~o <gpoo@ubiobio.cl> * stylesheets/programming-guidelines.css: Added a clause for "symbol". * programming-guidelines.xml: - Fixed a lot typos. - Translate the missings paragraphs. - Changed to document to first person, in order to get a compromise with the reader.

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;
}

/* Defined by 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; */
}

.symbol {
	font-family: monospace, courier;
	font-style: oblique;
}