1 changed files with
7 additions and
4 deletions
|
|
|
@ -5,15 +5,18 @@
|
|
|
|
|
<title>shell</title>
|
|
|
|
|
<style>
|
|
|
|
|
body {
|
|
|
|
|
background: #888;
|
|
|
|
|
background: blue;
|
|
|
|
|
}
|
|
|
|
|
body.connected {
|
|
|
|
|
background: none;
|
|
|
|
|
}
|
|
|
|
|
#shell {
|
|
|
|
|
white-space: pre-wrap;
|
|
|
|
|
height: 100%;
|
|
|
|
|
width: 100%;
|
|
|
|
|
position: absolute;
|
|
|
|
|
left: 0px;
|
|
|
|
|
right: 0px;
|
|
|
|
|
top: 0px;
|
|
|
|
|
bottom: 0px;
|
|
|
|
|
|
|
|
|
|
font-family: monospace;
|
|
|
|
|
color: white;
|
|
|
|
|