summaryrefslogtreecommitdiff
path: root/shell/style.css
blob: 3206cc433149bc35953681a0998e6043fedfae47 (plain)
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
body {
	background-color: black;
	color: white;
}
.login {
	border: solid 2px white;
	background: #555555;
	position: fixed;
	top: 0; right:0;
}
.term {
	display:block;
}
.term, .term * {
	background-color: black;
	color: white;
	white-space: pre-wrap;
	font-family: monospace;
	border: none;
	font-size: 1em;
}
.hidden {
	display:none;
}
.term input[type=text],
.term input[type=text]:focus {
	height:1em;
	width: 78em;
	margin:0; padding:0; border:none;
}
.editor {
	background: #AAAAAA;
	padding:2em 1em;
	width: 100%;
	color: black;
	height: 24em;
}
.editor textarea { width: 90%; height: 22em; }
form {
	display: inline;
}