From 3d6790614bb0dc776e02a95835e5c274263d1d1a Mon Sep 17 00:00:00 2001 From: Luke Shumaker Date: Sun, 27 Nov 2011 11:22:36 -0500 Subject: This zip file was identified as ltshell-3.zip --- shell/style.css | 111 ++++++++++++++++++++------------------------------------ 1 file changed, 39 insertions(+), 72 deletions(-) (limited to 'shell/style.css') diff --git a/shell/style.css b/shell/style.css index f84afb4..3206cc4 100644 --- a/shell/style.css +++ b/shell/style.css @@ -1,74 +1,41 @@ -/* style.css file for PHP Shell - * Copyright (C) 2003-2010 the Phpshell-team - * Licensed under the GNU GPL. See the file COPYING for details. - * - */ - body { - font-family: sans-serif; - color: black; - background: white; -} - -h1 { - color: red; - background: white; -} - -img { - border: none; -} - -div#terminal { - border: inset 2px red; - padding: 2px; - margin-top: 0.5em; -} - -div#terminal textarea { - font-size: 100%; - width: 100%; - border: none; -} - -p { - margin-top: 0.5em; - margin-bottom: 0.5em; -} - -p#prompt { - font-family: monospace; - margin: 0px; -} - -p#prompt input { - border: none; - font-family: monospace; -} - -legend { - padding-right: 0.5em; -} - -fieldset { - padding: 0.5em; -} - -.error { - color: red; -} - -div.warning { - background-color: rgb(255, 150, 150); - border: medium solid rgb(255, 60, 60); - padding: 0.5em; - margin: 0.25em; -} -.pwd { - font-family: monospace; - padding: 0.5em; - margin: 0.25em; -} -a.pwd { - font-weight: bold; + 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; } -- cgit v1.2.3