Sophie

Sophie

distrib > Mageia > 6 > i586 > by-pkgid > 4ff7abcc0f70aa4b6ae562c0afd3788a > files > 166

cyrus-imapd-2.5.11-1.1.mga6.i586.rpm

/*
 * Basic style sheet for Cyrus internal documentation.
 * Because if I have to write it, it will at least look nice.
 */

body, p, blockquote {
	font-family: Helvetica,Verdana,Ariel,sans;
	font-size: 12pt;
	color: black;
	background: #f8f8ff;
}

h1, h2, h3 {
	font-family: Helvetica,Verdana,Ariel,sans;
	color: black;
	background: #f8f8ff;
}
h1 { font-size: 18pt; }
h2 { font-size: 14pt; }
h3 { font-size: 12pt; }

blockquote.src, blockquote.cmds {
	font-family: Courier,fixed;
	font-size: 12pt;
	color: black;
	background: #c0c0c0;
	white-space: pre;
}

span.note {
    color: #c04040;
    font-weight: bold;
}

span.lineno {
    color: #707070;
}

ul.toc {
    list-style-type: none;
}