1 /* The console container element */
2 body { background-color: black; font-size: 16px; font-family: Courier; overflow: hidden; padding: 0 0 0 0;}
10 background-color:black;
17 /* The inner console element. */
23 background-color: gray;
25 /* The cursor color when the console looses focus. */
26 .jqconsole-blurred .jqconsole-cursor {
27 background-color: #666;
29 /* The current prompt text color */
33 /* The command history */
34 .jqconsole-old-prompt {
38 /* The text color when in input mode. */
42 /* Previously entered input. */
43 .jqconsole-old-input {
47 /* The text color of the output. */
51 .jqconsole-return, .jqconsole-header {