Felix Meschberger | ddf6908 | 2008-08-07 19:15:29 +0000 | [diff] [blame] | 1 | /* |
| 2 | * Licensed to the Apache Software Foundation (ASF) under one or more |
| 3 | * contributor license agreements. See the NOTICE file distributed with |
| 4 | * this work for additional information regarding copyright ownership. |
| 5 | * The ASF licenses this file to You under the Apache License, Version 2.0 |
| 6 | * (the "License"); you may not use this file except in compliance with |
| 7 | * the License. You may obtain a copy of the License at |
| 8 | * |
| 9 | * http://www.apache.org/licenses/LICENSE-2.0 |
| 10 | * |
| 11 | * Unless required by applicable law or agreed to in writing, software |
| 12 | * distributed under the License is distributed on an "AS IS" BASIS, |
| 13 | * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. |
| 14 | * See the License for the specific language governing permissions and |
| 15 | * limitations under the License. |
| 16 | */ |
| 17 | |
| 18 | div.consolebuttons { |
| 19 | text-align: right; |
| 20 | border: none; |
| 21 | width: 955px; |
| 22 | padding-bottom: 2px; |
| 23 | } |
| 24 | |
| 25 | div.consoleframe { |
| 26 | font-family: "Courier New", Courier, monospace; |
| 27 | font-size: 12px; |
| 28 | font-weight: normal; |
| 29 | background-color: #f0f0f0; |
| 30 | color: #000000; |
| 31 | border: 1px solid #999999; |
| 32 | width: 955px; |
| 33 | height: 500px; |
| 34 | overflow: auto; |
| 35 | } |
| 36 | |
| 37 | div.console { |
| 38 | } |
| 39 | |
| 40 | span.consolecommand { |
| 41 | white-space: pre; |
| 42 | } |
| 43 | |
| 44 | span.error { |
| 45 | color: #ff0000; |
| 46 | } |
| 47 | |
| 48 | span.prompt { |
| 49 | padding-left: 0px; |
| 50 | padding-top: 2px; |
| 51 | padding-bottom: 3px; |
| 52 | } |
| 53 | |
| 54 | input.command { |
| 55 | font-family: "Courier New", Courier, monospace; |
| 56 | font-size: 12px; |
| 57 | font-weight: normal; |
| 58 | background-color: #f0f0f0; |
| 59 | color: #000000; |
| 60 | border: none; |
| 61 | width: 900px; |
| 62 | margin-left: -1px; |
| 63 | margin-top: -1px; |
| 64 | } |