mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-07-18 00:47:01 +00:00
feature(console) jqconsole -> console
This commit is contained in:
parent
1e54142914
commit
d5c1366e35
1 changed files with 2 additions and 12 deletions
52
css/console.css
Normal file
52
css/console.css
Normal file
|
|
@ -0,0 +1,52 @@
|
|||
.error-msg {
|
||||
color: crimson;
|
||||
}
|
||||
|
||||
.log-msg{
|
||||
color: #444;
|
||||
}
|
||||
|
||||
.error-msg, .log-msg{
|
||||
background-color: #f5f5f5;
|
||||
display: block;
|
||||
font: 16px "Droid Sans Mono";
|
||||
margin: 10px;
|
||||
padding: 10px;
|
||||
background: beige;
|
||||
-moz-border-radius: 5px;
|
||||
-webkit-border-radius: 5px;
|
||||
border-radius: 5px;
|
||||
}
|
||||
|
||||
.jqconsole {
|
||||
background: #fffdf9;
|
||||
padding: 10px;
|
||||
padding-bottom: 10px;
|
||||
}
|
||||
|
||||
.jqconsole-cursor {
|
||||
background-color: #999;
|
||||
}
|
||||
.jqconsole-blurred .jqconsole-cursor {
|
||||
background-color: #666;
|
||||
}
|
||||
.jqconsole-prompt {
|
||||
color: #4a473a
|
||||
}
|
||||
.jqconsole-old-prompt {
|
||||
color: #b7b4a8;
|
||||
font-weight: normal;
|
||||
}
|
||||
|
||||
.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