From de5cb6329b4e6a4c409d1418f16a3488a53ca953 Mon Sep 17 00:00:00 2001 From: Luke Shumaker Date: Sun, 27 Nov 2011 11:29:44 -0500 Subject: This is what was deployed on the lnns server --- shell/style.css | 82 ++++++++++++++++++++++++++++----------------------------- 1 file changed, 41 insertions(+), 41 deletions(-) (limited to 'shell/style.css') diff --git a/shell/style.css b/shell/style.css index 3206cc4..a294994 100644 --- a/shell/style.css +++ b/shell/style.css @@ -1,41 +1,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; -} +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: 100%; +} +.editor textarea { width: 90%; height: 22em; } +form { + display: inline; +} -- cgit v1.2.3