diff -r cd4dfa7418ef -r 50a5b0e15092 client/client.css --- a/client/client.css Fri Aug 19 03:21:12 2011 +0200 +++ b/client/client.css Fri Aug 19 03:34:20 2011 +0200 @@ -1,7 +1,7 @@ body { background-color: gray; - color: white; + color: #d0d0d0; font-family: monospace; border-style: none; margin: 0px; @@ -11,7 +11,8 @@ { position: absolute; width: 100%; - height: 100%; + top: 0px; + bottom: 5.5em; background-color: #0a0a0a; } @@ -22,28 +23,38 @@ view-area h2 { - + color: orange; } view-area p { - color: #d0d0d0; + } view-area view-left { position: absolute; right: 52%; - text-align: justify; - color: orange; + text-align: justify; } view-area view-right { position: absolute; left: 52%; - text-align: justify; - color: orange; + text-align: justify; +} + +autocompletion-area +{ + position: absolute; + width: 100%; + height: 3.5em; + border-style: none; + background-color: #080808; + color: #bb0000; + bottom: 2em; + outline: none; } command-area input @@ -53,8 +64,7 @@ height: 2em; border-style: none; background-color: #060606; - color: #00bb00; - font-family: monospace; + color: #00bb00; bottom: 0px; outline: none; } \ No newline at end of file