feature(console) consle -> console-io from npm

This commit is contained in:
coderaiser 2014-09-02 10:30:42 -04:00
parent c96e97f618
commit 21501736cb
35 changed files with 122 additions and 20655 deletions

View file

@ -1,55 +0,0 @@
.error-msg {
color: crimson;
}
.log-msg{
color: #444;
}
.error-msg, .log-msg {
display : block;
padding : 10px;
margin : 10px;
font : 16px "Droid Sans Mono";
background : beige;
-webkit-border-radius : 5px;
-moz-border-radius : 5px;
border-radius : 5px;
}
.jqconsole {
padding : 10px;
padding-bottom : 10px;
background : #fffdf9;
}
.jqconsole-cursor {
background-color: #999;
}
.jqconsole-blurred .jqconsole-cursor {
background-color: #666;
}
.jqconsole-prompt {
color: #4a473a
}
.jqconsole-old-prompt {
font-weight : normal;
color : #b7b4a8;
}
.jqconsole-prompt, .jqconsole-old-prompt {
margin: 10px;
}
.brace {
color: #00FFFF;
}
.paran {
color: #FF00FF;
}
.bracket {
color: #FFFF00;
}
.jqconsole-composition {
background-color: red;
}