aboutsummaryrefslogtreecommitdiffstats
path: root/jsaccess/jsa/jsa.css
blob: 2bd5499163f354d8a87824411b55f0a414b25a5a (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
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
body {
	font-family: monospace;
	background-color:#080808;
	color:#dfdfdf;
}

h1 {
	text-align: center;
}

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

input {
	vertical-align: bottom;
	margin-right: 10px;
}

#forms {
	float: left;
}

#status {
	float: right;
	min-width: 400px;
	color:#5fba3d;
	margin-top: 20px;
}
#status:before {
	content: "Welcome.";
}


#footer {
	position: absolute;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	bottom: 0;
	left: 0;
	color: #9f9f9f;
}

#footer small {
	display: block;
	text-align: center;
}

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