Sophie

Sophie

distrib > Mageia > 7 > i586 > media > core-updates > by-pkgid > c43d99b5f4a2e8d76a58d7d3790db733 > files > 264

cyrus-imapd-2.5.11-7.1.mga7.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;
}