aboutsummaryrefslogtreecommitdiffstats
path: root/jsaccess/jsa/jsa.css
blob: 85eefbd15836a0ab4a611eaaafe2b93783605fb1 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
body {
	font-family: monospace;
	background-color:#080808;
	color:#dfdfdf;
}

#forms {
	float: left;
}

#status {
	float: right;
	width: 400px;
	color:#5fba3d;
}