mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-07-18 00:47:01 +00:00
feature(console) consle -> console-io from npm
This commit is contained in:
parent
c96e97f618
commit
21501736cb
35 changed files with 122 additions and 20655 deletions
|
|
@ -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;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue