mirror of
https://github.com/lxsang/ant-http
synced 2024-11-08 21:28:22 +01:00
21 lines
271 B
CSS
21 lines
271 B
CSS
|
#wterm {
|
||
|
width:100%;
|
||
|
height: 100%;
|
||
|
background-color:black;
|
||
|
position:absolute;
|
||
|
overflow:auto;
|
||
|
}
|
||
|
.wterm_output_div{
|
||
|
padding-left:15px;
|
||
|
}
|
||
|
.wterm_input_div
|
||
|
{
|
||
|
color:#00cc00;
|
||
|
}
|
||
|
.wterm_input_p{
|
||
|
color:#00cc00;
|
||
|
}
|
||
|
.wterm_cursor{
|
||
|
color:#00cc00;
|
||
|
background-color:#00cc00;
|
||
|
}
|