git-svn-id: https://yap.svn.sf.net/svnroot/yap/trunk@576 b08c6af1-5177-4d33-ba66-4b1c6b8b522a
		
			
				
	
	
		
			84 lines
		
	
	
		
			859 B
		
	
	
	
		
			CSS
		
	
	
	
	
	
			
		
		
	
	
			84 lines
		
	
	
		
			859 B
		
	
	
	
		
			CSS
		
	
	
	
	
	
 | 
						|
a:link {
 | 
						|
	color: blue;
 | 
						|
	text-decoration: none
 | 
						|
}
 | 
						|
 | 
						|
a:visited {
 | 
						|
	color: blue;
 | 
						|
	text-decoration: none
 | 
						|
}
 | 
						|
 | 
						|
a:hover {
 | 
						|
	color: blue;
 | 
						|
	text-decoration: underline
 | 
						|
} 
 | 
						|
 | 
						|
a:active {
 | 
						|
	color: red;
 | 
						|
	text-decoration: underline
 | 
						|
}
 | 
						|
 | 
						|
 | 
						|
.code, code, pre {
 | 
						|
	color: navy;
 | 
						|
	font-family: monospace;
 | 
						|
}
 | 
						|
 | 
						|
 | 
						|
.type {
 | 
						|
	color: maroon;
 | 
						|
	text-align: right;
 | 
						|
	padding-top: 0em;
 | 
						|
	border-top: 0em;
 | 
						|
	margin-top: 0em;
 | 
						|
}
 | 
						|
 | 
						|
 | 
						|
p {
 | 
						|
	line-height: normal;
 | 
						|
	font-weight: normal;
 | 
						|
	font-style: normal;
 | 
						|
}
 | 
						|
 | 
						|
p.blockquote {
 | 
						|
	color: navy;
 | 
						|
	font-family: sans-serif;
 | 
						|
	font-style: italic;
 | 
						|
}
 | 
						|
 | 
						|
body {
 | 
						|
	color: black;
 | 
						|
	background-color: white;
 | 
						|
	font-family: sans-serif;
 | 
						|
	margin-left: 2em;
 | 
						|
	margin-right: 2em;
 | 
						|
}
 | 
						|
 | 
						|
 | 
						|
h1, h2, h3, h4, h5, h6 {
 | 
						|
	color: teal;
 | 
						|
	font-family: sans-serif;
 | 
						|
}
 | 
						|
 | 
						|
 | 
						|
dt {
 | 
						|
	color: teal;
 | 
						|
}
 | 
						|
 | 
						|
 | 
						|
dd {
 | 
						|
	color: navy;
 | 
						|
	font-family: monospace;
 | 
						|
}
 | 
						|
 | 
						|
 | 
						|
dl.predicate {
 | 
						|
	margin-left: 2em;
 | 
						|
}
 | 
						|
 | 
						|
 | 
						|
blockquote {
 | 
						|
	margin-left: 2em;
 | 
						|
}
 |