blob: 108004bc22b69b386734736a90b8d23666bab1e8 [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;
Scott Bakerbf1610d2014-06-18 18:22:03 -070025 border-radius:0;
Scott Baker999edc62014-06-18 15:40:56 -070026}
27
Scott Bakerbf1610d2014-06-18 18:22:03 -070028#terminal p {
Scott Baker999edc62014-06-18 15:40:56 -070029 margin: 2px;
30 color: #45FF17;
31 font-size: 18px;
32 font-family: Monaco, serif;
33}
34
Scott Bakerbf1610d2014-06-18 18:22:03 -070035.terminal_help {
36 margin: 2px;
37 color: #45FF17;
38 font-size: 18px;
39 font-family: Monaco, serif;
40 background:black;
41 padding:0;
42 line-height:normal;
43}
44
Scott Baker999edc62014-06-18 15:40:56 -070045#terminal a {
46 color: #6495ED;
47}
48
49#terminal span.prompt {
50 color: #45FF17;
51 font-size: 16px;
52 margin-left: 2px;
53}