blob: 1d64961ab9febb262ffd444013615b46468f1054 [file] [log] [blame]
Scott Baker999edc62014-06-18 15:40:56 -07001#terminal {
2 width: 960px;
3 margin:50px auto 50px auto;
4 border: 1px solid black;
5 height: 400px;
6 background: black;
7 overflow: scroll;
8}
9
10#terminal div.line {
11 width: 940px;
12 margin-bottom: 5px;
13}
14
15#terminal input {
16 width: 875px;
17 margin: 1px 0 1px 10px;
18 border: none;
19 display: inline;
20 padding: 2px;
21 background: black;
22 color: #45FF17;
23 font-size: 18px;
24 font-family: Monaco, monospace;
25}
26
27#terminal p, #terminal pre {
28 margin: 2px;
29 color: #45FF17;
30 font-size: 18px;
31 font-family: Monaco, serif;
32}
33
34#terminal a {
35 color: #6495ED;
36}
37
38#terminal span.prompt {
39 color: #45FF17;
40 font-size: 16px;
41 margin-left: 2px;
42}