
www.h2o.console.css Maven / Gradle / Ivy
/* The console container element */
#console {
position: absolute;
width: 80%;
height: 90%;
background-color:black;
}
/* The inner console element. */
.jqconsole {
padding: 10px;
background-color: black;
}
.jqconsole-header {
color: yellow;
}
/* The cursor. */
.jqconsole-cursor {
background-color: gray;
}
/* The cursor color when the console looses focus. */
.jqconsole-blurred .jqconsole-cursor {
background-color: #666;
}
/* The current prompt text color */
.jqconsole-prompt {
color: #0d0;
}
/* The command history */
.jqconsole-old-prompt {
color: #0b0;
font-weight: normal;
}
/* The text color when in input mode. */
.jqconsole-input {
color: #dd0;
}
/* Previously entered input. */
.jqconsole-old-input {
color: #bb0;
font-weight: normal;
}
/* The text color of the output. */
.jqconsole-output {
color: green;
}
/* The text color of error output. */
.jqconsole-error {
color: red;
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy