-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcmd.css
73 lines (73 loc) · 1.43 KB
/
cmd.css
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
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
body {
padding: 0;
margin: 0;
color: #00ff00;
background-color: #000000;
font-family: Courier, monospace;
}
div#controlbar {
margin-top: 0.5em;
margin-bottom: 1px;
float: left;
clear: both;
width: 100%;
}
div#controlbar a {
margin: 0;
color: #00ff00;
border-top: 1px solid #00ff00;
border-left: 1px solid #00ff00;
border-bottom: 1px solid #008000;
border-right: 1px solid #008000;
padding-left: 1em;
padding-right: 1em;
text-decoration: none;
}
div#controlbar a:hover {
color: #00ff00;
text-decoration: underline;
border-top: 1px solid #008000;
border-left: 1px solid #008000;
border-bottom: 1px solid #00ff00;
border-right: 1px solid #00ff00;
}
div#controlbar a:active {
color: #000000;
background-color: #008000;
text-decoration: none;
border-top: 1px solid #00cc00;
border-left: 1px solid #00cc00;
border-bottom: 1px solid #006600;
border-right: 1px solid #006600;
}
#screen {
font-family: Courier, monospace;
background-color: black;
color: #00ff00;
height: auto;
width: 100%;
margin: 0;
padding: 0;
border: 0;
float: left;
clear: both;
}
.userInput {
font-family: Courier, monospace;
color: #00ff00;
background-color: #000000;
border-top: 0;
border-right: 0;
border-left: 0;
border-bottom: 1px dashed #008000;
}
#footer {
font-size: xx-small;
float: left;
clear: both;
width: 100%;
text-align: center;
margin: 2px 0;
padding: 0;
border: 0;
}