summaryrefslogtreecommitdiff
path: root/cutest-1.5/style.css
blob: 7759d5a4745f394fe69555e2d125435a28828ef1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
BODY { 
	font-family: "Verdana,Arial,sans-serif";
	font-size: 10pt;
}
PRE.LIST {
	background: #CFD9FF;
	border: 1ex solid #AAAAE6;
	padding: 1ex;
}

PRE.SNIP {
	background: #CFD9FF;
	padding: 1ex;
}

PRE.CONSOLE {
	color: #CCCCCC;
	background: #000000;
	font-family: "Courier New,Courier";
	padding: 1ex;
}