hy/eg/tryhy/css/style.css

41 lines
1.2 KiB
CSS
Raw Normal View History

2013-10-31 22:30:00 +01:00
div.console { word-wrap: break-word; }
div.console { font-size: 14px }
div.console div.jquery-console-inner
{ width:900px; height:200px; background:#333; padding:0.5em;
overflow:auto }
div.console div.jquery-console-prompt-box
{ color:#fff; font-family:monospace; }
div.console div.jquery-console-focus span.jquery-console-cursor
{ background:#fefefe; color:#333; font-weight:bold }
div.console div.jquery-console-message-error
{ color:#ff6969; font-family:monospace;
2013-10-31 22:30:00 +01:00
padding:0.1em; }
div.console div.jquery-console-message-value
{ color:#1ad027; font-family:monospace;
padding:0.1em; }
div.console div.jquery-console-message-type
2013-11-02 07:34:27 +01:00
{ color:#52666f; font-family:monospace;
padding:0.1em; }
div.console div.jquery-console-welcome
{ color:#929292; font-family:monospace;
2013-10-31 22:30:00 +01:00
padding:0.1em; }
div.console span.jquery-console-prompt-label { font-weight:bold }
2013-11-02 09:12:11 +01:00
body {
background-image: url(/img/symbolics.jpg);
background-repeat: no-repeat;
}
#hy-console {
margin-top: 177px;
margin-left: 230px;
-webkit-transform: skew(4deg) rotate(4deg);
2013-11-02 09:12:11 +01:00
}
div#hy-console.console div.jquery-console-inner {
width: 314px;
height: 251px;
overflow: hidden;
background: none;
}