aboutsummaryrefslogtreecommitdiffstats
path: root/jsaccess/jsa/jsa.css
blob: 482c9058c094d163ee94f45f290deba92a458561 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
body {
	font-family: monospace;
	background-color:#080808;
	color:#dfdfdf;
}

#forms {
	float: left;
}

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

#footer {
	position: absolute;
	width: 95%;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	bottom: 0;
}

a {text-decoration: none; color:#dfdfdf;}
a:hover {text-decoration: underline overline; color: red;}

@media (max-width: 480px) {
	#status {
		float: left;
	}
}